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
3017 const bool loops = fields_with_parse_loop.count(i) > 0; in GenerateMergeFromCodedStream() local3033 (field->is_repeated() && !field->is_packed() && !loops)) { in GenerateMergeFromCodedStream()3038 if (loops) { in GenerateMergeFromCodedStream()3084 if (loops) { in GenerateMergeFromCodedStream()3101 if (loops) { in GenerateMergeFromCodedStream()
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