/third_party/vulkan-loader/loader/ |
H A D | dirent_on_windows.c | 36 size_t base_length = strlen(name); in opendir() local 38 strchr("/\\", name[base_length - 1]) ? "*" : "/*"; in opendir() 39 size_t full_length = base_length + strlen(all) + 1; in opendir() 43 loader_strncpy(dir->name, full_length, name, base_length); in opendir()
|
/third_party/python/Modules/clinic/ |
H A D | pyexpat.c.h | 104 Py_ssize_t base_length; in pyexpat_xmlparser_SetBase() local 105 base = PyUnicode_AsUTF8AndSize(arg, &base_length); in pyexpat_xmlparser_SetBase() 109 if (strlen(base) != (size_t)base_length) { in pyexpat_xmlparser_SetBase()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
H A D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; in tr_static_init() 360 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); in gen_trees_header() 362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1067 lc -= base_length[code];
|
/third_party/node/deps/zlib/ |
H A D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
H A D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 319 base_length[code] = length; in tr_static_init() 420 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); in gen_trees_header() 422 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 924 lc -= base_length[code]; in compress_block()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.h | 118 local const int base_length[LENGTH_CODES] = {
variable
|
H A D | trees.c | 112 local int base_length[LENGTH_CODES];
variable 265 base_length[code] = length;
in tr_static_init() 367 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
in gen_trees_header() 369 fprintf(header, "%1u%s", base_length[i],
in gen_trees_header() 1078 lc -= base_length[code];
|
/third_party/skia/third_party/externals/zlib/ |
H A D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
H A D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 258 base_length[code] = length; in tr_static_init() 360 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); in gen_trees_header() 362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 1066 lc -= base_length[code];
|
/third_party/zlib/ |
H A D | trees.h | 118 local const int base_length[LENGTH_CODES] = { variable
|
H A D | trees.c | 107 local int base_length[LENGTH_CODES]; variable 334 base_length[code] = length; in tr_static_init() 436 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); in gen_trees_header() 438 fprintf(header, "%1u%s", base_length[i], in gen_trees_header() 949 lc -= base_length[code]; in compress_block()
|
/third_party/node/deps/ada/ |
H A D | ada_c.h | 45 const char* base, size_t base_length); 50 const char* base, size_t base_length);
|
H A D | ada.cpp | 14968 const char* base, size_t base_length) noexcept { 14970 ada::parse<ada::url_aggregator>(std::string_view(base, base_length)); 14985 const char* base, size_t base_length) noexcept { 14986 auto base_view = std::string_view(base, base_length);
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 252 unsigned base_length = (num_vbos * 4); in agx_emit_load_attr() local 254 AGX_PUSH_VBO_BASES, AGX_SIZE_64, buf * 4, base_length); in agx_emit_load_attr() 420 unsigned base_length = (num_ubos * 4); in agx_emit_load_ubo() local 426 index, base_length); in agx_emit_load_ubo()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample.c | 211 int base_length; member 618 st->filt_len = quality_map[st->quality].base_length; in update_filter()
|