Home
last modified time | relevance | path

Searched refs:base_length (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc80 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/python/cpython2/Modules/zlib/
Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
Dtrees.c107 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/
Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
Dtrees.c107 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/u-boot/lib/zlib/
Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
Dtrees.c112 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/mesa3d/src/compiler/glsl/
Dlower_ubo_reference.cpp132 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/
Dresample.c211 int base_length; member
605 st->filt_len = quality_map[st->quality].base_length; in update_filter()