Home
last modified time | relevance | path

Searched defs:absoluteIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/util/include/chre/util/
H A Darray_queue_impl.h232 size_t absoluteIndex = mHead + index; in relativeIndexToAbsolute() local
H A Dsegmented_queue_impl.h396 size_t absoluteIndex = mHead + index; in relativeIndexToAbsolute() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_shuffles.cpp483 int absoluteIndex = i*(int)inVecSize+(int)inOrders[i][item]; in create_shuffle_kernel() local