/toolchain/binutils/binutils-2.25/libiberty/ |
partition.c | 142 char *done; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); 158 if (! done[e]) 167 done[c] = 1; 181 free (done);
|
/toolchain/binutils/binutils-2.25/gprof/ |
gmon_io.c | 86 done (1); 313 done (1); 321 done (1); 331 done (1); 342 done (1); 372 done (1); 405 done (1); 417 done (1); 439 done (1); 460 done (1) [all...] |
/external/boringssl/src/crypto/bn/ |
random.c | 255 size_t done, todo, attempt; local 291 for (done = 0; done < num_k_bytes;) { 297 SHA512_Update(&sha, &done, sizeof(done)); 303 todo = num_k_bytes - done; 307 memcpy(k_bytes + done, digest, todo); 308 done += todo;
|
/external/libopus/silk/ |
stereo_quant_pred.c | 61 goto done; 65 done:
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
plt.c | 70 goto done; 76 goto done; 80 goto done; 90 goto done; 106 goto done; 118 goto done; 161 goto done; 203 done:
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
SmaliParser.java | 60 classMarker.done(SmaliElementTypes.CLASS); 61 rootMarker.done(root);
|
/external/toybox/toys/posix/ |
echo.c | 63 else if (slash=='c') goto done; 88 done:
|
/external/valgrind/none/tests/ppc32/ |
jm-misc.stdout.exp | 8 All done. Tested 3 different instructions
|
/external/valgrind/none/tests/ppc64/ |
jm-misc.stdout.exp | 8 All done. Tested 3 different instructions
|
/libcore/ojluni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 64 private boolean done = false; field in class:ExemptionMechanism 260 if (done && (key != null)) { 316 done = false; 348 done = false; 380 done = false; 405 done = true; 438 done = true; 474 done = true;
|
/cts/common/util/src/com/android/compatibility/common/util/ |
IModuleResult.java | 37 void setDone(boolean done);
|
/external/e2fsprogs/lib/ext2fs/ |
unlink.c | 27 int done; member in struct:link_struct 63 ls->done++; 89 ls.done = 0; 97 return (ls.done) ? 0 : EXT2_ET_DIR_NO_SPACE;
|
/external/fio/lib/ |
tp.h | 16 volatile int done; member in struct:tp_work
|
/external/icu/icu4c/source/test/intltest/ |
tokiter.h | 65 UBool done; member in class:TokenIterator
|
tokiter.cpp | 19 done = haveLine = FALSE; 27 if (done || U_FAILURE(ec)) { 34 done = TRUE;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.h | 31 unsigned done; member in struct:r600_shader_io
|
/external/zlib/src/examples/ |
enough.c | 150 /* The array for tracking visited states, done[], is itself indexed identically 165 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[] 173 local size_t size; /* number of elements in num and done */ 176 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab 178 /* Index function for num[] and done[] */ 181 /* Free allocated space. Uses globals code, num, and done. */ 186 if (done != NULL) { 188 if (done[n].len) 189 free(done[n].vec); 190 free(done); [all...] |
/libcore/ojluni/src/main/java/sun/util/locale/ |
StringTokenIterator.java | 41 private boolean done; field in class:StringTokenIterator 71 return done; 82 done = true; 98 done = false;
|
/prebuilts/misc/windows/sdl2/test/ |
testwm2.c | 46 int i, done; local 80 done = 0; 81 while (!done) { 84 SDLTest_CommonEvent(state, &event, &done);
|
/system/connectivity/shill/shims/ |
set_apn_helper.c | 62 int done; local 114 done = 0; 116 while (!done) { 129 done = 1;
|
/art/test/597-deopt-new-string/src/ |
Main.java | 21 static volatile boolean done = false; field in class:Main 72 done = true; 75 while (!done) {
|
/external/compiler-rt/test/msan/ |
fork.cc | 9 // being piped directly to FileCheck), we may lose some "done"s due to 26 int done; variable 34 if (__atomic_load_n(&done, __ATOMIC_RELAXED)) 60 write(2, "done\n", 5); 72 __atomic_store_n(&done, 1, __ATOMIC_RELAXED); 101 // Expect 20 (== kChildren) "done" messages. 102 // CHECK: done 103 // CHECK: done 104 // CHECK: done 105 // CHECK: done [all...] |
/external/guice/core/test/com/google/inject/ |
BindingOrderTest.java | 60 final CountDownLatch done = new CountDownLatch(1); local 70 done.countDown(); 90 done.await();
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_context.c | 42 BOOL done = FALSE; local 46 for (i = 0; !done && attribList[i]; i++) { 65 done = TRUE;
|
/external/opencv3/3rdparty/libwebp/dsp/ |
yuv.c | 27 static int done = 0; variable 35 if (done) { 64 done = 1;
|