Searched refs:start (Results 1 - 25 of 6202) 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/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java57 decodeThread.start();
70 // When one auto focus pass finishes, start another. This is the closest thing to
86 // We're decoding as fast as possible, so when one decode fails, start another.
H A DDecodeHandler.java70 long start = System.currentTimeMillis();
88 Log.d(TAG, "Found barcode in " + (end - start) + " ms");
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes) argument
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes) argument
119 p = &ned.block[blk]->page[pg]->data[start];
321 int start, page; local
345 start = from & (mtd->oobblock-1);
347 // OK now check for the curveball where the start and end are in
349 if((start + n) < mtd->oobblock)
355 nToCopy = mtd->oobblock - start;
358 nandemul2k_Read(buf, page, start, nToCop
425 int start, page; local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1880 char **start,
1894 *(int *)start = 1;
H A Dyaffs_guts.c3873 * An incomplete chunk to start with (if the read/write is not chunk-aligned)
3885 int start; local
3897 //start = offset % dev->nDataBytesPerChunk;
3898 yaffs_AddrToChunk(dev,offset,&chunk,&start);
3901 /* OK now check for the curveball where the start and end are in
3904 if ((start + n) < dev->nDataBytesPerChunk) {
3907 nToCopy = dev->nDataBytesPerChunk - start;
3940 memcpy(buffer, &cache->data[start], nToCopy);
3956 memcpy(buffer, &localBuffer[start], nToCopy);
4005 int start; local
[all...]
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c49 start >= strm->avail_out
71 void inflate_fast(strm, start)
73 unsigned start; /* inflate()'s starting value for strm->avail_out */
113 ar.beg = ar.out - (start - strm->avail_out);
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c56 start >= strm->avail_out
106 void inflate_fast(strm, start)
108 unsigned start; /* inflate()'s starting value for strm->avail_out */
130 ar.beg = ar.out - (start - strm->avail_out);
/external/zlib/src/
H A Ddeflate.c96 local void check_match OF((deflate_state *s, IPos start, IPos match,
767 uInt beg = s->pending; /* start of bytes to update crc */
795 uInt beg = s->pending; /* start of bytes to update crc */
826 uInt beg = s->pending; /* start of bytes to update crc */
1356 local void check_match(s, start, match, length)
1358 IPos start, match;
1363 s->window + start, length) != EQUAL) {
1364 fprintf(stderr, " start %u, match %u, length %d\n",
1365 start, match, length);
1367 fprintf(stderr, "%c%c", s->window[match++], s->window[start
[all...]
H A Dgzguts.h178 z_off64_t start; /* where the gzip data started, for rewinding */ member in struct:__anon34354
H A Dgzlib.c256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
257 if (state->start == -1) state->start = 0;
354 /* back up and start over */
355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
382 /* can only seek from start or relative to current position */
414 if (offset < 0) /* before start of file! */
H A Dinffast.c45 start >= strm->avail_out
67 void ZLIB_INTERNAL inflate_fast(strm, start)
69 unsigned start; /* inflate()'s starting value for strm->avail_out */
102 beg = out - (start - strm->avail_out);
236 if (wnext < len) { /* some from start of window */
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dmake_vms.com322 $ start = f$locate("=",cparm) + 1
323 $ len = f$length(cparm) - start
324 $ ccopt = ccopt + f$extract(start,len,cparm)
331 $ start = f$locate("=",cparm) + 1
332 $ len = f$length(cparm) - start
333 $ lopts = lopts + f$extract(start,len,cparm)
337 $ start = f$locate("=",cparm) + 1
338 $ len = f$length(cparm) - start
339 $ cc_com = f$extract(start,len,cparm)
354 $ start
[all...]
H A Dzlib2ansi13 # Assumes functions start at the beginning of a line
42 $sp ^ { # literal "{" at start of line
116 )* ## 0-or-more things which don't start with /
148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/external/zlib/src/examples/
H A Dgzappend.c55 the start of the final deflate block. Also whether using Z_BLOCK or not,
127 unsigned char *start, *last, *to, *from; local
156 start = from = list + cycles; /* start index is arbitrary */
162 if (from == start) break; /* all but one shifted */
H A Dgzjoin.c286 unsigned char *start; /* start of compressed data in buffer */ local
312 start = in->next;
313 last = start[0] & 1;
315 start[0] &= ~1;
320 fwrite(start, 1, strm.next_in - start, out);
321 start = in->buf;
361 fwrite(start, 1, strm.next_in - start, ou
[all...]
/external/zopfli/src/zopfli/
H A Dblocksplitter.c41 double, i is in range start-end (excluding end).
44 size_t start, size_t end) {
45 if (end - start < 1024) {
47 size_t result = start;
49 for (i = start; i < end; i++) {
66 size_t pos = start;
69 if (end - start <= NUM) break;
72 p[i] = start + (i + 1) * ((end - start) / (NUM + 1));
85 start
43 FindMinimum(FindMinimumFun f, void* context, size_t start, size_t end) argument
116 size_t start; member in struct:SplitCostContext
206 size_t start = i == 0 ? 0 : splitpoints[i - 1]; local
[all...]
H A Ddeflate.c520 lstart: where to start in the LZ77 data
741 size_t start = i == 0 ? instart : splitpoints[i - 1]; local
743 DeflateBlock(options, btype, i == npoints && final, in, start, end,
802 size_t start = i == 0 ? 0 : splitpoints[i - 1]; local
805 store.litlens, store.dists, start, end, 0,
H A Dlz77.c461 size_t start, size_t end,
472 for (i = start; i < end; i++) {
459 ZopfliLZ77Counts(const unsigned short* litlens, const unsigned short* dists, size_t start, size_t end, size_t* ll_count, size_t* d_count) argument
H A Dlz77.h70 /* The start (inclusive) and end (not inclusive) of the current block. */
107 start: where to begin counting in litlens and dists
115 size_t start, size_t end,
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1118 size_t start, forward, backward, length; local
1150 start = (*pos);
1151 if(distance > start) ERROR_BREAK(52); /*too long backward distance*/
1152 backward = start - distance;
1164 if(backward >= start) backward = start - distance;
1405 const unsigned char* start = data + pos; local
1406 const unsigned char* end = start + MAX_SUPPORTED_DEFLATE_LENGTH;
1408 data = start;
1411 return (unsigned)(data - start);
1990 size_t start = i * blocksize; local
[all...]
H A Dlodepng_util.cpp215 static const unsigned ADAM7_IX[7] = { 0, 4, 0, 2, 0, 1, 0 }; /*x start values*/
216 static const unsigned ADAM7_IY[7] = { 0, 0, 4, 0, 2, 0, 1 }; /*y start values*/
514 size_t start = pos, back = start - dist; //backwards local
519 if(back >= start) back = start - dist;
581 //IDAT data is put at the start of the in buffer
619 //error: it doesn't start with a IHDR chunk!
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c287 WebRtc_Word16 start; local
311 start= PITCH_CORR_LEN2+PITCH_CORR_STEP2+PITCH_MAX_LAG/2-PITCH_FRAME_LEN/2+2;
312 WebRtcSpl_FilterARFastQ12(&buf_dec16[start],&buf_dec16[start],(WebRtc_Word16*)kACoefQ12,3, PITCH_FRAME_LEN/2);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfilter_functions.c136 int k, n, endpos, start; local
160 start=endpos-PITCH_WLPCWINLEN;
162 ext[k]=wfdata->window[k]*tmpbuffer[start+k];

Completed in 264 milliseconds

1234567891011>>