Searched refs:base_length (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 80 size_t base_length, in TrimMapping() argument 87 size_t post_slack = base_length - pre_slack - trim_length; in TrimMapping() 88 DCHECK(base_length >= trim_length || pre_slack || post_slack); in TrimMapping() 89 DCHECK(pre_slack < base_length); in TrimMapping() 90 DCHECK(post_slack < base_length); in TrimMapping() 107 FreePages(base, base_length); in TrimMapping()
|
/external/u-boot/lib/zlib/ |
D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
D | trees.c | 112 local int base_length[LENGTH_CODES]; variable 265 base_length[code] = length; in tr_static_init() 369 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1099 lc -= base_length[code];
|
/external/python/cpython2/Modules/zlib/ |
D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; in tr_static_init() 362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1087 lc -= base_length[code];
|
/external/zlib/src/ |
D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; in tr_static_init() 362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1087 lc -= base_length[code];
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_ubo_reference.cpp | 132 size_t base_length = 0; in interface_field_name() local 198 base_length = strlen(name_copy); in interface_field_name() 205 new_length = base_length; in interface_field_name()
|
/external/speex/libspeexdsp/ |
D | resample.c | 211 int base_length; member 605 st->filt_len = quality_map[st->quality].base_length; in update_filter()
|