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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/arch/mips/
memcmp16_mips.S 26 beqz $a2,done /* 0 length string */
27 beq $a0,$a1,done /* strings are identical */
33 bne $t0,$t1,done
38 done: label
  /art/runtime/arch/mips64/
memcmp16_mips64.S 28 beqz $a2, done /* 0 length string */
30 beq $a0, $a1, done /* addresses are identical */
36 bne $t0, $t1, done
44 done: label
  /external/fec/
sse2bfly27.s 39 jl 2f # passed zero, we're done
135 jle done # No, no need to normalize
178 done: label
sse2bfly29.s 40 jl 2f # passed zero, we're done
131 jle done # No, no need to normalize
221 done: label
ssebfly27.s 40 jl 2f # passed zero, we're done
130 jle done # No, no need to normalize
177 done: # swap metrics label
ssebfly29.s 38 jl 2f # passed zero, we're done
152 jle done # No, no need to normalize
245 done: label
  /external/skia/tools/sk_app/ios/
main_ios.cpp 26 bool done = false; local
27 while (!done) {
39 done = sk_app::Window_ios::HandleWindowEvent(event);
43 done = true;
  /external/skia/tools/sk_app/mac/
main_mac.cpp 26 bool done = false; local
27 while (!done) {
39 done = sk_app::Window_mac::HandleWindowEvent(event);
43 done = true;
  /external/skqp/tools/sk_app/ios/
main_ios.cpp 26 bool done = false; local
27 while (!done) {
39 done = sk_app::Window_ios::HandleWindowEvent(event);
43 done = true;
  /external/skqp/tools/sk_app/mac/
main_mac.cpp 26 bool done = false; local
27 while (!done) {
39 done = sk_app::Window_mac::HandleWindowEvent(event);
43 done = true;
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_386.s 18 JEQ done
47 done: label
  /prebuilts/go/darwin-x86/src/runtime/
memclr_mips64x.s 37 BEQ R1, R4, done
41 done: label
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_386.s 18 JEQ done
47 done: label
  /prebuilts/go/linux-x86/src/runtime/
memclr_mips64x.s 37 BEQ R1, R4, done
41 done: label
  /device/linaro/bootloader/edk2/BaseTools/
get_vsvars.bat 35 if defined VCINSTALLDIR goto :done
44 :done label
  /external/compiler-rt/test/asan/TestCases/Windows/
queue_user_work_item_report.cc 6 HANDLE done; variable
17 SetEvent(done);
22 done = CreateEvent(0, false, false, "job is done");
23 if (!done)
27 if (WAIT_OBJECT_0 != WaitForSingleObject(done, 10 * 1000))
  /external/ppp/pppd/
md4.h 25 unsigned int done; /* Nonzero means MD computation finished */ member in struct:__anon32066
  /external/valgrind/none/tests/solaris/
context_link.c 16 volatile int done = 0; local
20 if (done) {
24 done = 1;
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_s390x.s 30 done: label
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_s390x.s 30 done: label
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_s390x.s 30 done: label
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.s 43 JE done
50 done: label
  /prebuilts/go/darwin-x86/src/math/big/
arith_arm64.s 39 CBZ R0, done // careful not to touch the carry flag
46 done: label
60 CBZ R0, done // careful not to touch the carry flag
67 done: label
85 CBZ R0, done // careful not to touch the carry flag
91 done: label
112 CBZ R0, done // careful not to touch the carry flag
118 done: label
145 CBZ R0, done
155 done label
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_s390x.s 30 done: label
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_s390x.s 30 done: label

Completed in 1251 milliseconds

1 2 3 4 5 6 7 8 91011>>