Searched refs:done (Results 1 - 25 of 1555) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c525 T(YAFFS_TRACE_OS, (KERN_DEBUG "yaffs_readpage done\n"));
947 * File creation. Allocate an inode, and we're done..
1732 T(YAFFS_TRACE_OS, ("yaffs_read_super: d_alloc_root done\n"));
1740 T(YAFFS_TRACE_OS, ("yaffs_read_super: done\n"));
1959 int done = 0;
1965 while (!done && (pos < count)) {
1966 done = 1;
1988 done = 0;
1996 done = 0;
2004 done
[all...]
H A Dyaffs_guts.c1256 int done = 0; local
1270 while (fStruct->topLevel && !done) {
1285 done = 1;
2446 * We no longer want the shrinkHeader flag since its work is done
3741 int done = 0; local
3744 while(ok && !done) {
3752 done = 1;
5102 /* Ok, we've done all the scanning.
5330 T(YAFFS_TRACE_SCAN, (TSTR("...done" TENDSTR)));
5782 /* Ok, we've done al
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas63 done: Integer; (* true when done reading gzip header *)
/external/zlib/src/examples/
H A Denough.c150 /* 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...]
/external/zlib/src/
H A Dinflate.c389 /* if it hasn't been done already, allocate space for the window */
552 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
656 state->head->done = -1;
808 state->head->done = 1;
1339 head->done = 0;
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
55 or can be done by repeated calls of the compression function. In the latter
125 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
242 this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least the
385 will be done by inflate(). (So next_in and avail_in may be modified, but
584 compression: this will be done by deflate().
628 not perform any compression: this will be done by deflate().
797 the uncompressed data as is done i
[all...]
/external/zlib/src/watcom/
H A Dwatcom_f.mak43 @echo Cleaning done
H A Dwatcom_l.mak43 @echo Cleaning done
/external/zlib/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
55 or can be done by repeated calls of the compression function. In the latter
125 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
242 this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least the
385 will be done by inflate(). (So next_in and avail_in may be modified, but
584 compression: this will be done by deflate().
628 not perform any compression: this will be done by deflate().
797 the uncompressed data as is done i
[all...]
/external/zopfli/src/zopfli/
H A Dblocksplitter.c189 llsize: the size of the LL77 data, which is the size of the done array here.
190 done: array indicating which blocks starting at that position are no longer
196 returns 1 if a block was found, 0 if no block found (all are done).
199 size_t llsize, const unsigned char* done,
208 if (!done[start] && end - start > longest) {
227 unsigned char* done; local
232 done = (unsigned char*)malloc(llsize);
233 if (!done) exit(-1); /* Allocation failed. */
234 for (i = 0; i < llsize; i++) done[i] = 0;
261 done[lstar
198 FindLargestSplittableBlock( size_t llsize, const unsigned char* done, const size_t* splitpoints, size_t npoints, size_t* lstart, size_t* lend) argument
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp220 //Note: we could increment current once the swap is done in this case, but that seems to impair performance
1007 bool done = false; local
1008 while(!done) {
1013 done = true;
1017 if(!done)
1029 bool done = false; local
1030 while(!done) {
1035 done = true;
1039 if(!done)
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c394 goto done;
399 goto done;
403 goto done;
408 goto done;
413 goto done;
495 done:
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c517 goto done;
581 done:
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c476 goto done;
480 goto done;
490 done:
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c5951 * we're done here.
9249 goto done;
9259 goto done; /* Already in the requested mode */
9318 done:
H A Ddriver_wext.c259 goto done;
273 goto done;
279 goto done;
286 done:
2027 * Stop cfg80211 from trying to associate before we are done
2180 goto done;
2185 goto done;
2194 goto done;
2199 goto done;
2213 done
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_aka.c1321 goto done;
1351 done:
H A Deap_sim.c1066 goto done;
1096 done:
H A Deap_ttls.c1284 * EAP-TTLS does not use Phase2 on fast re-auth; this must be done only
1353 goto done;
1360 goto done;
1366 done:
1393 wpa_printf(MSG_DEBUG, "EAP-TTLS: TLS done, proceed to "
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c190 goto done;
221 done:
549 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase1 done, starting Phase2");
H A Deap_server_tls_common.c437 goto done;
450 done:
H A Deap_server_ttls.c455 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase1 done, "
1005 goto done;
1014 goto done;
1023 goto done;
1053 done:
H A Dtncs.c83 int done; member in struct:tncs_data
703 if (tncs->done)
725 tncs->done = 1;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c516 goto done;
531 goto done;
535 done:

Completed in 3999 milliseconds

1234567891011>>