Home
last modified time | relevance | path

Searched refs:done_loop (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A DJSON.pir215 if len == 0 goto done_loop
219 if pos >= len goto done_loop
230 done_loop:
296 unless not_empty goto done_loop
300 if pos >= not_empty goto done_loop
336 done_loop:
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/benchmark/mips32/src/
H A Dbubble.s30 beq $13, $12, done_loop # while (swapped)
53 done_loop: label
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/examples/
H A Drx_samples_to_udp.cpp177 goto done_loop; in UHD_SAFE_MAIN()
183 goto done_loop; in UHD_SAFE_MAIN()
191 done_loop: in UHD_SAFE_MAIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/
H A Dcache_storage_scheduler_unittest.cc82 base::RunLoop done_loop; in TEST_F() local
83 scheduler_.SetDoneStartingClosure(done_loop.QuitClosure()); in TEST_F()
89 done_loop.Run(); in TEST_F()
94 base::RunLoop done_loop; in TEST_F() local
95 scheduler_.SetDoneStartingClosure(done_loop.QuitClosure()); in TEST_F()
102 done_loop.Run(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/
H A Dcache_storage_scheduler_unittest.cc82 base::RunLoop done_loop; in TEST_F() local
83 scheduler_.SetDoneStartingClosure(done_loop.QuitClosure()); in TEST_F()
89 done_loop.Run(); in TEST_F()
94 base::RunLoop done_loop; in TEST_F() local
95 scheduler_.SetDoneStartingClosure(done_loop.QuitClosure()); in TEST_F()
102 done_loop.Run(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dinterpreter-assembler.cc923 &done_loop, &mark_megamorphic); in Construct()
934 BIND(&done_loop); in Construct()
1089 &done_loop, &mark_megamorphic); in ConstructWithSpread()
1100 BIND(&done_loop); in ConstructWithSpread()
1536 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1552 &done_loop); in ExportParametersAndRegisterFile()
1566 BIND(&done_loop); in ExportParametersAndRegisterFile()
1576 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1594 BIND(&done_loop); in ExportParametersAndRegisterFile()
1617 Label loop(this, &var_index), done_loop(this); in ImportRegisterFile() local
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc762 Label loop(this, &var_current), done_loop(this); in CollectCallableFeedback() local
783 &done_loop, &mark_megamorphic); in CollectCallableFeedback()
794 BIND(&done_loop); in CollectCallableFeedback()
1011 &done_loop, &mark_megamorphic); in Construct()
1022 BIND(&done_loop); in Construct()
1176 &done_loop, &mark_megamorphic); in ConstructWithSpread()
1187 BIND(&done_loop); in ConstructWithSpread()
1614 Label loop(this, &var_index), done_loop(this); in ExportRegisterFile() local
1629 BIND(&done_loop); in ExportRegisterFile()
1648 Label loop(this, &var_index), done_loop(this); in ImportRegisterFile() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-assembler.cc910 Label loop(this, &var_current), done_loop(this); in ConstructWithSpread() local
932 &done_loop, &mark_megamorphic); in ConstructWithSpread()
943 BIND(&done_loop); in ConstructWithSpread()
1413 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1423 &done_loop); in ExportParametersAndRegisterFile()
1433 BIND(&done_loop); in ExportParametersAndRegisterFile()
1443 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1461 BIND(&done_loop); in ExportParametersAndRegisterFile()
1484 Label loop(this, &var_index), done_loop(this); in ImportRegisterFile() local
1489 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); in ImportRegisterFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-assembler.cc923 Label loop(this, &var_current), done_loop(this); in ConstructWithSpread() local
945 &done_loop, &mark_megamorphic); in ConstructWithSpread()
956 BIND(&done_loop); in ConstructWithSpread()
1401 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1411 &done_loop); in ExportParametersAndRegisterFile()
1421 BIND(&done_loop); in ExportParametersAndRegisterFile()
1431 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() local
1449 BIND(&done_loop); in ExportParametersAndRegisterFile()
1472 Label loop(this, &var_index), done_loop(this); in ImportRegisterFile() local
1477 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); in ImportRegisterFile()
[all …]
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditdraw.c471 goto done_loop; in edit_draw_this_line()
478 goto done_loop; in edit_draw_this_line()
483 goto done_loop; in edit_draw_this_line()
492 goto done_loop; in edit_draw_this_line()
496 goto done_loop; in edit_draw_this_line()
507 done_loop: in edit_draw_this_line()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/math/mpir/mpir-3.0.0/mpn/x86/k7/
H A Dmod_34lsub1.asm109 jng L(done_loop)
123 L(done_loop):
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/string/aarch64/
H A Dstrncmp.S225 b.lo L(done_loop)
242 L(done_loop):
/dports/math/gmp/gmp-6.2.1/mpn/x86/k7/
H A Dmod_34lsub1.asm118 jng L(done_loop)
132 L(done_loop):
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/x86/k7/
H A Dmod_34lsub1.asm118 jng L(done_loop)
132 L(done_loop):
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/x86/k7/
H A Dmod_34lsub1.asm118 jng L(done_loop)
132 L(done_loop):
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/x86/k7/
H A Dmod_34lsub1.asm118 jng L(done_loop)
132 L(done_loop):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc429 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
439 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2102 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2105 __ Branch(&done_loop, gt, a5, Operand(a0)); in Generate_CallBoundFunctionImpl()
2113 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2118 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2130 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2255 Label loop, done_loop; in Generate_ConstructBoundFunction() local
2266 __ bind(&done_loop); in Generate_ConstructBoundFunction()
2271 Label loop, done_loop; in Generate_ConstructBoundFunction() local
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc493 Label done_loop, loop; in Generate_ResumeGeneratorTrampoline() local
499 __ bind(&done_loop); in Generate_ResumeGeneratorTrampoline()
2202 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2205 __ Branch(&done_loop, gt, a5, Operand(a0)); in Generate_CallBoundFunctionImpl()
2213 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2218 Label loop, done_loop; in Generate_CallBoundFunctionImpl() local
2230 __ bind(&done_loop); in Generate_CallBoundFunctionImpl()
2356 Label loop, done_loop; in Generate_ConstructBoundFunction() local
2367 __ bind(&done_loop); in Generate_ConstructBoundFunction()
2372 Label loop, done_loop; in Generate_ConstructBoundFunction() local
[all …]

1234