| /third_party/skia/bench/ |
| H A D | GrMemoryPoolBench.cpp | 44 static void run_stack(GrMemoryPool* pool, int loops) { in run_stack() argument 68 static void run_queue(GrMemoryPool* pool, int loops) { in run_queue() argument 92 static void run_pushpop(GrMemoryPool* pool, int loops) { in run_pushpop() argument 113 static void run_random(GrMemoryPool* pool, int loops) { in run_random() argument [all...] |
| H A D | SKPBench.cpp | 106 void SKPBench::onDraw(int loops, SkCanvas* canvas) { in onDraw() argument
|
| H A D | LightingBench.cpp | 22 void draw(int loops, SkCanvas* canvas, sk_sp<SkImageFilter> imageFilter) const { in draw() argument [all...] |
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| H A D | fusion_legal.cpp | 166 auto loops = ld.GetLoopsInBinaryLayoutOrder(); in TEST_F() local 302 auto loops = ld.GetLoopsInBinaryLayoutOrder(); in TEST_F() local 435 auto loops = ld.GetLoopsInBinaryLayoutOrder(); in TEST_F() local 573 auto loops in TEST_F() local 715 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 858 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 999 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1139 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1279 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1444 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1480 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1644 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1842 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 1901 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2116 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2177 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2360 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2560 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2614 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2767 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 2910 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3054 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3263 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3276 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3411 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3584 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3628 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3786 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 3941 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 4099 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 4248 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 4393 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local 4543 auto loops = ld.GetLoopsInBinaryLayoutOrder(); TEST_F() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnvlat1.cpp | 68 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local 187 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local 514 int32_t count, loops; in _ASCIIToUnicodeWithOffsets() local 650 int32_t count, loops; in ucnv_ASCIIFromUTF8() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnvlat1.cpp | 68 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local 187 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local 514 int32_t count, loops; in _ASCIIToUnicodeWithOffsets() local 650 int32_t count, loops; in ucnv_ASCIIFromUTF8() local [all...] |
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| H A D | madvise06.c | 167 int loops = 100, res; in test_advice_willneed() local
|
| /third_party/ltp/testcases/realtime/func/periodic_cpu_load/ |
| H A D | periodic_cpu_load_single.c | 73 void *calc(int loops) in calc() argument 86 int periodic_thread(nsec_t period, int iterations, int loops) in periodic_thread() argument
|
| H A D | periodic_cpu_load.c | 110 int loops = (intptr_t) arg; in calc() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | SpillPlacement.h | 47 const MachineLoopInfo *loops; member in llvm::SpillPlacement
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnvlat1.cpp | 68 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local 187 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local 514 int32_t count, loops; in _ASCIIToUnicodeWithOffsets() local 650 int32_t count, loops; in ucnv_ASCIIFromUTF8() local [all...] |
| /third_party/icu/icu4c/source/test/perf/ustrperf/ |
| H A D | stringperf.cpp | 43 int loops = LOOPS; in main() local
|
| /third_party/icu/icu4c/source/tools/ctestfw/ |
| H A D | uperf.cpp | 351 int32_t loops = 0; in runTestLoop() local [all...] |
| /third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
| H A D | hackbench.c | 67 static unsigned int loops = 100; variable
|
| /third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
| H A D | perf_event_open02.c | 108 unsigned long i, j, loops = mult * est_loops; in do_work() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | loop_fission.cpp | 278 std::vector<const Loop*> loops; CanPerformSplit() local [all...] |
| H A D | loop_fusion.cpp | 30 void CollectChildren(Loop* loop, std::vector<const Loop*>* loops) { in CollectChildren() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | loop_fission.cpp | 278 std::vector<const Loop*> loops; CanPerformSplit() local [all...] |
| H A D | loop_fusion.cpp | 30 void CollectChildren(Loop* loop, std::vector<const Loop*>* loops) { in CollectChildren() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| H A D | uperf.cpp | 351 int32_t loops = 0; in runTestLoop() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_event_loop.c | 49 static uint64_t loops; variable
|
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_fission.cpp | 278 std::vector<const Loop*> loops; CanPerformSplit() local [all...] |
| /third_party/libuv/test/ |
| H A D | test-fs-event.c | 1108 uv_loop_t loops[1024]; in TEST_IMPL() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_finalize.cpp | 268 unsigned ifs, loops; in run_on() local 279 unsigned ifs, loops; in run_on() local 890 unsigned bc_finalizer::get_stack_depth(node *n, unsigned &loops, in get_stack_depth() argument 944 unsigned loops in update_nstack() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 372 unsigned loops[R500_PVS_MAX_LOOP_DEPTH] = {}; in translate_vertex_program() local
|