Searched defs:end (Results 1 - 25 of 3317) 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/zlib/src/contrib/infback9/
H A Dinftree9.c57 int end; /* use base and extra for symbol > end */ local
178 end = 19;
185 end = 256;
190 end = -1;
213 if ((int)(work[sym]) < end) {
217 else if ((int)(work[sym]) > end) {
222 this.op = (unsigned char)(32 + 64); /* end of block */
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c39 available, an end-of-block is encountered, or a data error is encountered.
55 TYPE -- reached end of block code, inflate() to interpret next block
85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */ member in struct:inffast_ar
114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
125 /* decode literals and length/distances until end-of-block or not enough
143 " movq 48(%%rsp), %%r10\n" /* r10 = end */
487 " cmpl %%edi, 24(%%esp)\n" /* out < end */
1150 strm->avail_out = (unsigned)(ar.out < ar.end ?
1151 PAD_AVAIL_OUT + (ar.end
[all...]
H A Dinffast.S182 #define end 16 /* unsigned char* */ define
246 * end = out + (strm->avail_out - 257);
270 movl %ecx, end(%esp)
426 /* while (in < last && out < end)
428 cmpl out_r, end(%esp)
429 jbe .L_break_loop /* if (out >= end) */
856 * } while (in < last && out < end);
904 /* while (in < last && out < end)
906 cmpl out_r, end(%esp)
907 jbe .L_break_loop /* if (out >= end) */
[all...]
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c46 available, an end-of-block is encountered, or a data error is encountered.
62 TYPE -- reached end of block code, inflate() to interpret next block
90 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */ member in struct:inffast_ar
131 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
142 /* decode literals and length/distances until end-of-block or not enough
178 strm->avail_out = (unsigned)(ar.out < ar.end ?
179 PAD_AVAIL_OUT + (ar.end - ar.out) :
180 PAD_AVAIL_OUT - (ar.out - ar.end));
/external/zlib/src/examples/
H A Dgun.c28 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
45 magic header bytes. Since the end of Unix compress stream is marked by the
46 end-of-file, they cannot be concantenated. If a Unix compress stream is
88 returns end-of-file or error. Return 0 on error. */
196 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
212 unsigned end; /* last valid entry in prefix/suffix tables */ local
245 end = flags ? 256 : 255;
268 if (end >= mask && bits < max) {
279 if (NEXT() == -1) { /* EOF is end of compressed data */
291 if (NEXT() == -1) /* can't end i
[all...]
H A Dgzappend.c191 /* read from file in, exit if end-of-file */
194 if (readin(in) == 0) bye("unexpected end of ", in->name);
216 bye("unexpected end of ", in->name);
265 off_t lastoff, end; local
325 /* process end of block */
339 /* save the location of the end of the compressed data */
340 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
349 /* if not at end of file, warn */
352 "gzappend warning: junk at end of gzip file overwritten\n");
374 lseek(gz.fd, --end, SEEK_SE
[all...]
H A Dgzlog.c11 strategy is to write the short strings in an uncompressed form to the end of
44 - no junk at end (no other gzip streams)
61 The extra field has the necessary information to find the end of the
98 the length at the end of a gzip file is used for error checking only, and
293 char *end; /* end of path, for appending suffices such as ".gz" */ member in struct:log
353 strcpy(log->end, ".lock");
376 strcpy(log->end, ".lock");
388 strcpy(log->end, ".lock");
400 strcpy(log->end, "
504 off_t end; local
613 off_t end; local
[all...]
/external/zlib/src/
H A Dinffast.c35 available, an end-of-block is encountered, or a data error is encountered.
51 TYPE -- reached end of block code, inflate() to interpret next block
76 unsigned char FAR *end; /* while out < end, enough space available */ local
103 end = out + (strm->avail_out - 257);
118 /* decode literals and length/distances until end-of-block or not enough
230 if (op < len) { /* some from end of window */
297 else if (op & 32) { /* end-of-block */
298 Tracevv((stderr, "inflate: end of block\n"));
307 } while (in < last && out < end);
[all...]
H A Dinftrees.c57 int end; /* use base and extra for symbol > end */ local
184 end = 19;
191 end = 256;
196 end = -1;
219 if ((int)(work[sym]) < end) {
223 else if ((int)(work[sym]) > end) {
228 here.op = (unsigned char)(32 + 64); /* end of block */
/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) {
49 for (i = start; i < end; i++) {
69 if (end - start <= NUM) break;
72 p[i] = start + (i + 1) * ((end - start) / (NUM + 1));
86 end = besti == NUM - 1 ? end : p[besti + 1];
104 lend: end o
43 FindMinimum(FindMinimumFun f, void* context, size_t start, size_t end) argument
117 size_t end; member in struct:SplitCostContext
207 size_t end = i == npoints ? llsize - 1 : splitpoints[i]; local
[all...]
H A Ddeflate.c294 end code 256. expected_data_size is the uncompressed block size, used for
365 result += ll_lengths[256]; /*end symbol*/
432 /* The stride must end, collapse what we have, if we have enough (4). */
521 lend: where to end in the LZ77 data (not inclusive)
742 size_t end = i == npoints ? inend : splitpoints[i]; local
743 DeflateBlock(options, btype, i == npoints && final, in, start, end,
803 size_t end = i == npoints ? store.size : splitpoints[i]; local
805 store.litlens, store.dists, start, end, 0,
H A Dhash.c91 void ZopfliUpdateHash(const unsigned char* array, size_t pos, size_t end, argument
98 UpdateHashValue(h, pos + ZOPFLI_MIN_MATCH <= end ?
112 while (pos + amount + 1 < end &&
130 void ZopfliWarmupHash(const unsigned char* array, size_t pos, size_t end, argument
132 (void)end;
H A Dlz77.c116 end is the last possible byte, beyond which to stop looking.
117 safe_end is a few (8) bytes before end, for comparing multiple bytes at once.
121 const unsigned char* end,
148 while (scan != end && *scan == *match) {
461 size_t start, size_t end,
472 for (i = start; i < end; i++) {
119 GetMatch(const unsigned char* scan, const unsigned char* match, const unsigned char* end, const unsigned char* safe_end) argument
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
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp400 /*add a new byte at the end*/\
449 /*256 literals, the end code, some length codes, and 2 unused codes*/
908 if(*bp >= inbitlength) return (unsigned)(-1); /*error: end of input memory reached without endcode*/
1067 if(bitlen_ll[256] == 0) ERROR_BREAK(64); /*the length of the end code 256 must be larger than 0*/
1074 break; /*end of error-while*/
1100 while(!error) /*decode all symbols until end reached, breaks at end code*/
1102 /*code_ll is literal, length or end code*/
1169 break; /*end code, break the loop*/
1318 256: end
1406 const unsigned char* end = start + MAX_SUPPORTED_DEFLATE_LENGTH; local
1991 size_t end = start + blocksize; local
[all...]
H A Dlodepng_util.cpp44 const unsigned char *chunk, *begin, *end; local
45 end = &png.back() + 1;
48 while(chunk + 8 < end && chunk >= begin)
66 const unsigned char *chunk, *next, *begin, *end; local
67 end = &png.back() + 1;
72 while(chunk + 8 < end && chunk >= begin)
108 const unsigned char *chunk, *next, *begin, *end; local
109 end = &png.back() + 1;
116 while(chunk + 8 < end && chunk >= begin)
143 result.insert(result.end(), pn
167 const unsigned char *chunk, *begin, *end; local
[all...]
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c212 // - far_spectrum : Pointer to the far end spectrum
213 // - far_q : Q-domain of far end spectrum
225 // Update far end spectrum buffer
231 // Returns a pointer to the far end spectrum aligned to current near end
242 // - far_q : The Q-domain of the aligned far end spectrum
245 // - far_spectrum : Pointer to the aligned far end spectrum
259 // Return far end spectrum
464 // measure tick end
465 QueryPerformanceCounter((LARGE_INTEGER*)&end);
1557 __int64 freq, start, end, diff__; local
[all...]
H A Decho_control_mobile.c51 // Variables used for averaging far end buffer size
281 __int64 freq, start, end, diff; local
357 // Before we fill up the far end buffer we require the amount of data on the
360 // to be stable then we start to fill up the far end buffer.
402 // When the far end buffer is filled with approximately the same amount of
403 // data as the amount on the sound card we end the start up phase and start
431 // Check that there is data in the far end buffer
490 // measure tick end
491 QueryPerformanceCounter((LARGE_INTEGER*)&end);
493 if(end > star
[all...]
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c124 /* Find the end of the line */
207 /* find end of current list item */
267 char* end; local
274 archNumber = strtol(cpuArch, &end, 10);
280 if (end > cpuArch && archNumber >= 7) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c299 "(no \" in end) on line %d in '%s'",
423 "(no \" in end) on line %d in '%s'",
644 char *start, *end, *buf; local
656 end = start;
657 while (*end != ' ' && *end != '\t' && *end != '\0')
658 end++;
659 last = *end == '\0';
660 *end
762 char *pos, *end; local
1330 char *pos, *end, *rpos; local
1625 char *end; local
[all...]
H A Dctrl_iface.c573 char *pos, *end; local
576 end = buf + buflen;
578 ret = os_snprintf(pos, end - pos, "PBC Status: %s\n",
581 if (ret < 0 || ret >= end - pos)
585 ret = os_snprintf(pos, end - pos, "Last WPS result: %s\n",
591 if (ret < 0 || ret >= end - pos)
598 ret = os_snprintf(pos, end - pos,
602 if (ret < 0 || ret >= end - pos)
608 ret = os_snprintf(pos, end - pos, "Peer Address: " MACSTR "\n",
611 if (ret < 0 || ret >= end
867 char *pos, *end; local
[all...]
H A Dhlr_auc_gw.c536 char *end = buf + sizeof(buf); local
574 pos += snprintf(pos, end - pos, "%s ", m->imsi);
575 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16);
577 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
579 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2);
581 pos += wpa_snprintf_hex(pos, end - pos, m->sqn, 6);
773 char *pos, *end; local
817 end = resp + resp_len;
818 ret = snprintf(pos, end - pos, "AKA-RESP-AUTH %s ", imsi);
819 if (ret < 0 || ret >= end
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c587 int start, end, middle, res; local
590 end = num_entries - 1;
592 while (start <= end) {
593 middle = (start + end) / 2;
603 end = middle - 1;
H A Dbeacon.c174 static u8 * hostapd_eid_country_add(u8 *pos, u8 *end, int chan_spacing, argument
178 if (end - pos < 3)
196 u8 *end = eid + max_len; local
228 pos = hostapd_eid_country_add(pos, end, chan_spacing,
238 pos = hostapd_eid_country_add(pos, end, chan_spacing,
243 if (end - pos < 1)
474 const u8 *pos, *end; local
487 end = ssid_list + ssid_list_len;
488 while (pos + 1 <= end) {
489 if (pos + 2 + pos[1] > end)
[all...]
H A Dctrl_iface_ap.c495 char *end; local
498 settings->cs_count = strtol(pos, &end, 10);
499 if (pos == end) {
504 settings->freq_params.freq = atoi(end);

Completed in 2682 milliseconds

1234567891011>>