HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 1 - 25 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Profile/
cxx-templates.cpp 20 template <unsigned N> void loop() { function
39 loop<0>();
40 loop<100>();
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 19 loop: label
23 JNE loop
asm_amd64x.s 19 loop: label
23 JNE loop
asm_mipsx.s 22 loop: label
25 OR R2, R2, R2 // hint that we're in a spin loop
26 BNE R1, loop
asm_ppc64x.s 21 loop: label
25 // Hint that we're in a spin loop
27 BNE loop
asm_s390x.s 19 loop: label
22 CMPBNE R3, $0, loop
asm_arm.s 29 loop: label
33 BCC loop
asm_arm64.s 28 loop: label
31 BNE loop
33 CBNZ R3, loop
asm_mips64x.s 24 loop: label
27 OR R2, R2, R2 // hint that we're in a spin loop
28 BNE R1, loop
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 19 loop: label
23 JNE loop
asm_amd64x.s 19 loop: label
23 JNE loop
asm_mipsx.s 22 loop: label
25 OR R2, R2, R2 // hint that we're in a spin loop
26 BNE R1, loop
asm_ppc64x.s 21 loop: label
25 // Hint that we're in a spin loop
27 BNE loop
asm_s390x.s 19 loop: label
22 CMPBNE R3, $0, loop
asm_arm.s 29 loop: label
33 BCC loop
asm_arm64.s 28 loop: label
31 BNE loop
33 CBNZ R3, loop
asm_mips64x.s 24 loop: label
27 OR R2, R2, R2 // hint that we're in a spin loop
28 BNE R1, loop
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
loop.js 11 loop(mediaElements[i], loopCount);
15 function loop(element, loopCount) { function
40 element.loop = true;
42 // Dispatch willLoopEvent to measure loop time.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
386.s 85 // Was bug: LOOP is a branch instruction.
87 loop: label
88 LOOP loop // LOOP
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_386.s 20 loop: label
45 JNE loop
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
sys_linux_arm.s 15 loop: label
28 BEQ loop
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
386.s 85 // Was bug: LOOP is a branch instruction.
87 loop: label
88 LOOP loop // LOOP
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_386.s 20 loop: label
45 JNE loop
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
sys_linux_arm.s 15 loop: label
28 BEQ loop
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat 20 :loop label
34 goto loop

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>