HomeSort by relevance Sort by last modified time
    Searched defs:lens (Results 1 - 25 of 34) sorted by null

1 2

  /external/zlib/src/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
  /toolchain/binutils/binutils-2.27/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/bsdiff/
bsdiff.cc 73 ssize_t overlap,Ss,lens; local
160 s=0;Ss=0;lens=0;
166 if(s>Ss) { Ss=s; lens=i+1; };
169 lenf+=lens-overlap;
170 lenb-=lens;
  /external/valgrind/none/tests/x86/
bug152818-x86.c 79 const int lens[] = { 4, 3, 2, 1, 0, 0, 1, 2, 3, 4}; variable
91 for (idx = 0; idx < sizeof (lens)/sizeof(lens[0]); ++idx)
130 len = lens[idx];
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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 405 int lens[2] = { 0, 0 }; local
453 lens[which] = strlen(ptname);
456 if (isdigit(ptname[lens[which] - 1])) {
464 lens[which] = 0; /* mark as checked */
472 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
488 lens[last] = 0;
495 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
501 lens[last] = 0
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 429 int32_t lens [DAY_COUNT]; local
457 lens[i] = u_strlen(days[i]);
458 width += lens[i];
496 indent(lens[i] + 1, stdout);
506 pad = lens[current] - u_strlen(s);
547 int32_t lens [DAY_COUNT]; local
580 lens[i] = u_strlen(days[i]);
581 width += lens[i];
670 indent(lens[j] + 1, stdout);
677 pad = lens[left_current] - u_strlen(s)
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 402 * length symbol. These are in the static arrays below, lens[] for the base
443 static const short lens[29] = { /* Size base for length codes 257..285 */ local
477 len = lens[symbol] + bits(s, lext[symbol]);
    [all...]
  /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);
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
puff.c 402 * length symbol. These are in the static arrays below, lens[] for the base
443 static const short lens[29] = { /* Size base for length codes 257..285 */ local
477 len = lens[symbol] + bits(s, lext[symbol]);
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 117 unsigned have; /* number of code lengths in lens[] */
119 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/python/cpython2/Modules/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
  /external/python/cpython3/Modules/zlib/
inflate.h 117 unsigned have; /* number of code lengths in lens[] */
119 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /external/syslinux/com32/lib/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
  /external/zlib/src/
inflate.h 117 unsigned have; /* number of code lengths in lens[] */
119 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
  /toolchain/binutils/binutils-2.27/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
  /external/fio/
client.c 612 unsigned int *lens; local
619 lens = malloc(client->argc * sizeof(unsigned int));
625 lens[i] = strlen(client->argv[i]) + 1;
626 mem += lens[i];
639 uint16_t arg_len = lens[i];
647 free(lens);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1076 u8 lens; local
1094 lens = *pos++;
1095 if ((lens & 0x0f) + (lens >> 4) > end - pos)
1098 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1100 pos += lens & 0x0f;
1102 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
1104 pos += lens >> 4;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.2.0-alpha16/
builder-3.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 

Completed in 475 milliseconds

1 2