Home
last modified time | relevance | path

Searched refs:prevAbsolute (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
Darray_queue_impl.h270 size_t prevAbsolute = subtractOrWrapAround(gapAbsolute); in removeAndPullHead() local
273 StorageType::data()[gapAbsolute] = StorageType::data()[prevAbsolute]; in removeAndPullHead()
274 gapAbsolute = prevAbsolute; in removeAndPullHead()
275 prevAbsolute = subtractOrWrapAround(prevAbsolute); in removeAndPullHead()
Dsegmented_queue_impl.h366 size_t prevAbsolute = subtractOrWrapAround(gapAbsolute, /* steps= */ 1); in pullBackward() local
369 doMove(prevAbsolute, gapAbsolute, in pullBackward()
371 gapAbsolute = prevAbsolute; in pullBackward()
372 prevAbsolute = subtractOrWrapAround(prevAbsolute, /* steps= */ 1); in pullBackward()