Searched defs:done (Results 1 - 25 of 631) 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_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/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 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/
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/src/eap_server/
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/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-system.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c83 int done; member in struct:tncs_data
703 if (tncs->done)
725 tncs->done = 1;
/external/wpa_supplicant_8/src/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-system.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c83 int done; member in struct:tncs_data
703 if (tncs->done)
725 tncs->done = 1;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser-android.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-system.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
56 if (done) {
H A Dbrowser-wpadebug.c35 int done = 0; local
42 done = 1;
45 done = 1;
51 if (done)
57 if (done) {
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp1560 void Peers::done(int r) function in class:Peers
1562 QDialog::done(r);
/external/vixl/src/a64/
H A Ddebugger-a64.cc736 bool done = false; local
737 while (!done) {
749 done = last_command_->Run(this);
H A Dsimulator-a64.cc2312 bool done = false; local
2318 done = true;
2324 done = true;
2328 return done;
/external/vixl/test/
H A Dtest-assembler-a64.cc1861 Label fail, done; local
1896 __ B(&done);
1901 __ Bind(&done);
4789 // Negated NaNs as it would be done on ARMv8 hardware.
4871 // Negated NaNs as it would be done on ARMv8 hardware.
7340 // during the test, it will show up in x30. This is done because the test
7404 // during the test, it will show up in x30. This is done because the test
/external/webp/src/demux/
H A Ddemux.c201 int done = (MemDataSize(mem) < min_size); local
204 if (done) return PARSE_NEED_MORE_DATA;
267 done = 1;
272 done = 1;
276 } while (!done && status == PARSE_OK);
/external/webp/src/dsp/
H A Dyuv.c18 static int done = 0; variable
31 if (done) {
60 done = 1;

Completed in 477 milliseconds

1234567891011>>