Searched refs:base_length (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c112 local int base_length[LENGTH_CODES]; variable
265 base_length[code] = length;
367 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
369 fprintf(header, "%1u%s", base_length[i],
1099 lc -= base_length[code];
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dfx_zlib_trees.c107 local int base_length[LENGTH_CODES]; variable
260 base_length[code] = length;
362 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
364 fprintf(header, "%1u%s", base_length[i],
1083 lc -= base_length[code];
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 local int base_length[LENGTH_CODES]; variable
260 base_length[code] = length;
362 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
364 fprintf(header, "%1u%s", base_length[i],
1083 lc -= base_length[code];
/external/zlib/src/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 local int base_length[LENGTH_CODES]; variable
260 base_length[code] = length;
362 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
364 fprintf(header, "%1u%s", base_length[i],
1083 lc -= base_length[code];
/external/chromium_org/courgette/
H A Dencoded_program_fuzz_unittest.cc149 size_t base_length = base_output.length(); local
151 ptrdiff_t diff = base_length - modified_length;
153 EXPECT_EQ(base_length, modified_length);
157 for (size_t i = 0; i < base_length && i < modified_length; ++i) {
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc1028 const base::string16::size_type base_length = parent_key.size(); local
1034 parent_key.resize(base_length);
/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c206 int base_length; member in struct:QualityMapping
556 st->filt_len = quality_map[st->quality].base_length;
/external/speex/libspeex/
H A Dresample.c210 int base_length; member in struct:QualityMapping
562 st->filt_len = quality_map[st->quality].base_length;

Completed in 212 milliseconds