/external/zlib/contrib/infback9/ |
inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
/external/dbus/dbus/ |
dbus-string-util.c | 270 int lens[] = { 0, 1, 2, 3, 4, 5, 10, 16, 17, 18, 25, 31, 32, 33, 34, 35, 63, 64, 65, 66, 67, 68, 69, 70, 71, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136 }; local 275 while (i < _DBUS_N_ELEMENTS (lens)) 280 set_max_length (&str, lens[i]); 282 test_max_len (&str, lens[i]); 290 while (i < _DBUS_N_ELEMENTS (lens)) 297 set_max_length (&str, lens[i]); 299 if (!_dbus_string_set_length (&str, lens[i])) 302 j = lens[i];
|
/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/third_party/zlib/ |
inflate.h | 110 unsigned have; /* number of code lengths in lens[] */ 112 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 472 int lens[2] = { 0, 0 }; local 522 lens[which] = strlen(ptname); 525 if (isdigit(ptname[lens[which] - 1])) { 533 lens[which] = 0; /* mark as checked */ 541 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) { 547 lens[last] = 0; 552 if (lens[which])
|
/external/icu4c/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/qemu/distrib/zlib-1.2.3/ |
inflate.h | 110 unsigned have; /* number of code lengths in lens[] */ 112 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
/external/zlib/contrib/puff/ |
puff.c | 388 * length symbol. These are in the static arrays below, lens[] for the base 429 static const short lens[29] = { /* Size base for length codes 257..285 */ local 460 len = lens[symbol] + bits(s, lext[symbol]); [all...] |
/external/zlib/ |
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
|