Home
last modified time | relevance | path

Searched refs:name_count (Results 1 - 20 of 20) sorted by relevance

/third_party/cups-filters/fontembed/
H A Dtest_analyze.c65 int name_count=get_USHORT(buf+2); in show_name() local
67 for (iA=0;iA<name_count;iA++) { in show_name()
H A Dsfnt.c575 int name_count=get_USHORT(name+2); in otf_load_more() local
577 for (iA=0;iA<name_count;iA++) { in otf_load_more()
/third_party/node/deps/v8/include/
H A Dv8-context.h30 ExtensionConfiguration(int name_count, const char* names[]) in ExtensionConfiguration() argument
31 : name_count_(name_count), names_(names) {} in ExtensionConfiguration()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h33 ExtensionConfiguration(int name_count, const char* names[]) in ExtensionConfiguration() argument
34 : name_count_(name_count), names_(names) {} in ExtensionConfiguration()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c252 int r, i, name_count, constraint_count;
261 if (!add_lengths(&name_count, X509_NAME_entry_count(nm),
266 || (name_count > 0 && constraint_count > NAME_CHECK_MAX / name_count))
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c252 int r, i, name_count, constraint_count;
261 if (!add_lengths(&name_count, X509_NAME_entry_count(nm),
266 || (name_count > 0 && constraint_count > NAME_CHECK_MAX / name_count))
/third_party/pcre2/pcre2/src/
H A Dpcre2_pattern_info.c229 *((uint32_t *)where) = re->name_count; in pcre2_pattern_info()
295 + re->name_count * re->name_entry_size; in pcre2_callout_enumerate()
H A Dpcre2_substring.c484 uint16_t top = code->name_count; in pcre2_substring_nametable_scan()
498 lastentry = nametable + entrysize * (code->name_count - 1); in pcre2_substring_nametable_scan()
H A Dpcre2_serialize.c234 dst_re->name_count > MAX_NAME_COUNT) in pcre2_serialize_decode()
H A Dpcre2_intmodedep.h641 uint16_t name_count; /* Number of name entries in the table */ member
875 uint16_t name_count; /* Number of names in name table */ member
H A Dpcre2_printint.c346 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint()
H A Dpcre2_study.c1682 re->name_entry_size * re->name_count; in study()
H A Dpcre2_match.c6756 mb->name_count = re->name_count; in pcre2_match()
6758 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
H A Dpcre2test.c4309 uint32_t name_count, name_entry_size; in show_memory_info() local
4327 (void)pattern_info(PCRE2_INFO_NAMECOUNT, &name_count, FALSE); in show_memory_info()
4334 (size_t)name_count * (size_t)name_entry_size * (size_t)code_unit_size - in show_memory_info()
H A Dpcre2_dfa_match.c3480 re->name_count * re->name_entry_size; in pcre2_dfa_match()
H A Dpcre2_compile.c10288 re->name_count = cb.names_found; in pcre2_compile()
10294 re->name_entry_size * re->name_count; in pcre2_compile()
H A Dpcre2_jit_compile.c455 sljit_sw name_count; member
13732 rootbacktrack.cc = common->name_table + re->name_count * re->name_entry_size; in jit_compile()
13775 common->name_count = re->name_count; in jit_compile()
/third_party/python/Modules/
H A D_operator.c1357 Py_ssize_t name_idx = 0, name_count; in dotted_getattr() local
1360 name_count = PyTuple_GET_SIZE(attr); in dotted_getattr()
1362 for (name_idx = 0; name_idx < name_count; ++name_idx) { in dotted_getattr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp257 for (const auto &name_count : TargetCountMap) { in readImpl()
259 LineOffset, Discriminator, name_count.first, in readImpl()
260 name_count.second)); in readImpl()
/third_party/vulkan-loader/loader/
H A Dloader.c896 struct loader_pointer_layer_list *expanded_output_list, uint32_t name_count, in loader_add_layer_names_to_list()
900 for (uint32_t i = 0; i < name_count; i++) { in loader_add_layer_names_to_list()
894 loader_add_layer_names_to_list(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, struct loader_pointer_layer_list *output_list, struct loader_pointer_layer_list *expanded_output_list, uint32_t name_count, const char *const *names, const struct loader_layer_list *source_list) loader_add_layer_names_to_list() argument

Completed in 70 milliseconds