Searched defs:headLength (Results 1 - 1 of 1) sorted by relevance

/system/chre/util/include/chre/util/
H A Darray_queue_impl.h136 size_t headLength = index; local
143 // TODO: optimize by comparing headLength to mSize/2.
144 // If headLength < mSize/2, pull heads towards tail.
146 for (size_t i = 0; i < headLength; ++i) {

Completed in 42 milliseconds