Searched refs:base_length (Results 1 – 9 of 9) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | dirent_on_windows.c | 35 size_t base_length = strlen(name); in opendir() local 37 strchr("/\\", name[base_length - 1]) ? "*" : "/*"; in opendir() 41 base_length + strlen(all) + 1)) != 0) { in opendir()
|
/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 260 base_length[code] = length; in tr_static_init() 364 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1083 lc -= base_length[code];
|
/external/syslinux/com32/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/pdfium/third_party/zlib_v128/ |
D | trees.h | 119 local const int base_length[LENGTH_CODES] = { variable
|
D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 260 base_length[code] = length; in tr_static_init() 364 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1083 lc -= base_length[code];
|
/external/speex/libspeex/ |
D | resample.c | 210 int base_length; member 562 st->filt_len = quality_map[st->quality].base_length; in update_filter()
|
/external/bison/ |
D | ChangeLog-1998 | 1217 base_length.
|