Searched refs:loops (Results 1 – 6 of 6) sorted by relevance
227 size_t loops = ((maxIndex / 2) & (~3)); in runMemoryLatencyTest() local231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops); in runMemoryLatencyTest()236 for (size_t ct = 0; ct < loops; ct++) { in runMemoryLatencyTest()270 double lat = dt / (loops * mMemLoopCount); in runMemoryLatencyTest()
254 for (int loops = 0; loops < 2 && result == AAUDIO_OK; loops++) { in main() local
2368 * Set the maximum duration of WHILE loops in the specified execution.2370 * This is a fuzzy per-loop timeout intended to prevent infinite loops.2397 * Get the default timeout value for WHILE loops.2406 * Get the maximum timeout value for WHILE loops.
3197 This can be useful to create conditional computations without using loops and branching
1601 // Unlike the while loops above, this one waits
6176 * This can be useful to create conditional computations without using loops and branching