Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c36 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 Dpyexpat.c.h104 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 Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 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 Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 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 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; 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 Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 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 Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 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 Dada_c.h45 const char* base, size_t base_length);
50 const char* base, size_t base_length);
H A Dada.cpp14968 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 Dagx_compile.c252 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 Dresample.c211 int base_length; member
618 st->filt_len = quality_map[st->quality].base_length; in update_filter()

Completed in 36 milliseconds