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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
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...]
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.h 49 LENS,
53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
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 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.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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
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...]
  /external/python/cpython2/Modules/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
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...]
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...]
  /external/u-boot/lib/zlib/
inftrees.h 49 LENS,
53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
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 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes,
73 code lengths are lens[0..codes-1]. Each length corresponds to the
85 lens[] are in the range 0..MAXBITS. The caller must assure this.
102 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
106 count[lens[sym]]++;
143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym
    [all...]
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/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
inftree9.h 55 LENS,
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
inftree9.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 inflate_table9(type, lens, codes, table, bits, work)
34 unsigned short FAR *lens;
79 code lengths are lens[0..codes-1]. Each length corresponds to the
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
108 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
112 count[lens[sym]]++;
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym
    [all...]
infback9.c 63 while (sym < 144) state.lens[sym++] = 8;
64 while (sym < 256) state.lens[sym++] = 9;
65 while (sym < 280) state.lens[sym++] = 7;
66 while (sym < 288) state.lens[sym++] = 8;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
74 while (sym < 32) state.lens[sym++] = 5;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
364 state->lens[order[state->have++]] = (unsigned short)BITS(3);
368 state->lens[order[state->have++]] = 0
    [all...]
  /external/zlib/src/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
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...]
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...]
  /external/puffin/src/
huffman_table.cc 53 bool HuffmanTable::InitHuffmanCodes(const Buffer& lens, size_t* max_bits) {
59 for (auto len : lens) {
88 for (size_t idx = 0; idx < lens.size(); idx++) {
89 auto len = lens[idx];
110 bool HuffmanTable::BuildHuffmanCodes(const Buffer& lens,
113 TEST_AND_RETURN_FALSE(InitHuffmanCodes(lens, max_bits));
116 [&lens](const CodeIndexPair& a, const CodeIndexPair& b) {
117 return lens[a.index] > lens[b.index];
126 auto fill_bits = *max_bits - lens[cip.index]
    [all...]
huffman_table.h 203 // |lens| IN The input array of code lengths.
205 bool InitHuffmanCodes(const Buffer& lens, size_t* max_bits);
208 // |lens| IN The input array of code lengths.
211 bool BuildHuffmanCodes(const Buffer& lens,
216 // |lens| IN The input array of code lengths.
219 bool BuildHuffmanReverseCodes(const Buffer& lens,
234 // |lens| OUT The resulting Huffman code length array.
240 Buffer* lens);
251 // |lens| OUT The Huffman code lengths array.
256 Buffer* lens);
    [all...]
  /external/syzkaller/pkg/email/
patch_test.go 192 text: `crypto/sha512-mb: Correct initialization value for lane lens
201 - state->lens[0] = 0;
202 - state->lens[1] = 1;
203 - state->lens[2] = 2;
204 - state->lens[3] = 3;
205 + state->lens[0] = 0xFFFFFFFF00000000;
206 + state->lens[1] = 0xFFFFFFFF00000001;
207 + state->lens[2] = 0xFFFFFFFF00000002;
208 + state->lens[3] = 0xFFFFFFFF00000003;
214 title: "crypto/sha512-mb: Correct initialization value for lane lens",
    [all...]

Completed in 719 milliseconds

1 2 3