HomeSort by relevance Sort by last modified time
    Searched refs:lens (Results 26 - 50 of 64) sorted by null

12 3

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
fx_zlib_inflate.c 276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym++] = 8;
283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
287 while (sym < 32) state->lens[sym++] = 5;
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
918 state->lens[order[state->have++]] = (unsigned short)BITS(3);
922 state->lens[order[state->have++]] = 0
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 97 while (sym < 144) state->lens[sym++] = 8;
98 while (sym < 256) state->lens[sym++] = 9;
99 while (sym < 280) state->lens[sym++] = 7;
100 while (sym < 288) state->lens[sym++] = 8;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
108 while (sym < 32) state->lens[sym++] = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
384 state->lens[order[state->have++]] = 0
    [all...]
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
inflate.c 276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym++] = 8;
283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
287 while (sym < 32) state->lens[sym++] = 5;
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
918 state->lens[order[state->have++]] = (unsigned short)BITS(3);
922 state->lens[order[state->have++]] = 0
    [all...]
  /external/zlib/src/
infback.c 97 while (sym < 144) state->lens[sym++] = 8;
98 while (sym < 256) state->lens[sym++] = 9;
99 while (sym < 280) state->lens[sym++] = 7;
100 while (sym < 288) state->lens[sym++] = 8;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
108 while (sym < 32) state->lens[sym++] = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
384 state->lens[order[state->have++]] = 0
    [all...]
inflate.h 114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
inflate.c 276 while (sym < 144) state->lens[sym++] = 8;
277 while (sym < 256) state->lens[sym++] = 9;
278 while (sym < 280) state->lens[sym++] = 7;
279 while (sym < 288) state->lens[sym++] = 8;
283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
287 while (sym < 32) state->lens[sym++] = 5;
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
918 state->lens[order[state->have++]] = (unsigned short)BITS(3);
922 state->lens[order[state->have++]] = 0
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 403 int lens[2] = { 0, 0 }; local
451 lens[which] = strlen(ptname);
454 if (isdigit(ptname[lens[which] - 1])) {
462 lens[which] = 0; /* mark as checked */
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
486 lens[last] = 0;
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
499 lens[last] = 0
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.c 372 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
376 r->lens[1] = 0;
378 r->lens[0] = strlen (p->target);
381 r->targets[0] = savestring (p->target, r->lens[0]);
437 free ((char *) rule->lens);
488 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
495 r->lens = (unsigned int *)
496 xrealloc ((char *) r->lens, max_targets * sizeof (unsigned int));
500 r->lens[i] = strlen (targets[i]);
509 r->lens = (unsigned int *) xrealloc ((char *) r->lens
    [all...]
implicit.c 337 if (rule->lens[i] > namelen)
344 stemlen = namelen - rule->lens[i] + 1;
470 stemlen = namelen - rule->lens[matches[i]] + 1;
955 new->name = p = (char *) xmalloc (rule->lens[i] + fullstemlen + 1);
962 rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1);
  /external/ltrace/
type.h 65 struct lens *lens; member in struct:arg_type_info
type.c 29 #include "lens.h"
79 info->lens = NULL;
260 lens_destroy(info->lens);
261 free(info->lens);
349 retp->lens = info->lens;
  /external/chromium_org/third_party/zlib/
inftrees.c 22 The code lengths are lens[0..codes-1]. The result starts at *table,
24 lens shorts, which is used as a work area. type is the type of code
25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
34 unsigned short FAR *lens;
77 code lengths are lens[0..codes-1]. Each length corresponds to the
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
106 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
110 count[lens[sym]]++;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym
    [all...]
inflate.c 255 while (sym < 144) state->lens[sym++] = 8;
256 while (sym < 256) state->lens[sym++] = 9;
257 while (sym < 280) state->lens[sym++] = 7;
258 while (sym < 288) state->lens[sym++] = 8;
262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
266 while (sym < 32) state->lens[sym++] = 5;
269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
902 state->lens[order[state->have++]] = (unsigned short)BITS(3);
906 state->lens[order[state->have++]] = 0
    [all...]
  /external/chromium_org/third_party/icu/source/samples/cal/
cal.c 425 int32_t lens [DAY_COUNT]; local
453 lens[i] = u_strlen(days[i]);
454 width += lens[i];
492 indent(lens[i] + 1, stdout);
502 pad = lens[current] - u_strlen(s);
543 int32_t lens [DAY_COUNT]; local
576 lens[i] = u_strlen(days[i]);
577 width += lens[i];
666 indent(lens[j] + 1, stdout);
673 pad = lens[left_current] - u_strlen(s)
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 425 int32_t lens [DAY_COUNT]; local
453 lens[i] = u_strlen(days[i]);
454 width += lens[i];
492 indent(lens[i] + 1, stdout);
502 pad = lens[current] - u_strlen(s);
543 int32_t lens [DAY_COUNT]; local
576 lens[i] = u_strlen(days[i]);
577 width += lens[i];
666 indent(lens[j] + 1, stdout);
673 pad = lens[left_current] - u_strlen(s)
    [all...]
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 363 int Ss = 0, lens = 0; local
368 if (score > Ss) { Ss = score; lens = i + 1; }
371 lenf += lens - overlap;
372 lenb -= lens;
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 661 struct camera2_lens_ctl lens; member in struct:camera2_ctl
684 struct camera2_lens_dm lens; member in struct:camera2_dm
705 struct camera2_lens_sm lens; member in struct:camera2_sm
757 struct camera2_lens_udm lens; member in struct:camera2_udm
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 60 /* android.lens */
714 struct camera2_lens_ctl lens; member in struct:camera2_ctl
733 struct camera2_lens_dm lens; member in struct:camera2_dm
751 struct camera2_lens_sm lens; member in struct:camera2_sm
768 User-defined control for lens.
780 User-defined metadata for lens.
819 sensor, lens, flash category is empty value.
825 Set sensor, lens, flash control for next frame.
828 [0 bit] lens
837 /** ispfw specific control(user-defined) of lens. *
848 struct camera2_lens_udm lens; member in struct:camera2_udm
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate5.test 191 set ::lens [list \
203 foreach ii $::lens {
210 } [llength $::lens]
214 unset ::lens
  /bootable/recovery/applypatch/
bsdiff.c 233 off_t overlap,Ss,lens; local
322 s=0;Ss=0;lens=0;
328 if(s>Ss) { Ss=s; lens=i+1; };
331 lenf+=lens-overlap;
332 lenb-=lens;
  /external/bsdiff/
bsdiff.c 206 off_t overlap,Ss,lens; local
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
322 lenf+=lens-overlap;
323 lenb-=lens;
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 342 off_t overlap,Ss,lens; local
457 s=0;Ss=0;lens=0;
463 if(s>Ss) { Ss=s; lens=i+1; };
466 lenf+=lens-overlap;
467 lenb-=lens;
  /external/zlib/src/test/
infcover.c 621 unsigned short lens[16], work[16]; local
627 lens[bits] = (unsigned short)(bits + 1);
628 lens[15] = 15;
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);

Completed in 1539 milliseconds

12 3