Searched defs:name_count (Results 1 - 10 of 10) sorted by relevance
/external/v8/src/ |
H A D | type-feedback-vector.h | 98 int name_count() const { return name_count_; } function in class:v8::internal::StaticFeedbackVectorSpec 140 int name_count() const { return static_cast<int>(names_.size()); }
|
H A D | type-feedback-vector.cc | 108 const int name_count = spec->name_count(); local 111 name_count == 0 113 : factory->NewFixedArray(name_count * kNameTableEntrySize); 127 DCHECK_EQ(name_count, name_index);
|
/external/dnsmasq/src/ |
H A D | cache.c | 757 int addr_count = 0, name_count = cache_size, lineno = 0; local 815 if ((name_count - cache_size) > 1000) 817 rehash(name_count); 818 cache_size = name_count; 844 name_count++; 850 name_count++; 861 rehash(name_count); 865 return name_count;
|
/external/pdfium/core/src/fxge/ge/ |
H A D | fx_ge_fontmap.cpp | 691 int name_count = GET_TT_SHORT(ptr); local 695 for (int i = 0; i < name_count; i++) {
|
/external/pcre/dist/ |
H A D | pcretest.c | 2500 int length = re->name_count * re->name_entry_size; 2522 re->name_count = swap_uint16(re->name_count); 2686 int length = re->name_count * re->name_entry_size; 2703 re->name_count = swap_uint16(re->name_count); 4070 int name_count, name_entry_size, real_pcre_size; local 4072 new_info(re, NULL, PCRE_INFO_NAMECOUNT, &name_count); 4089 (int)(size - real_pcre_size - name_count * name_entry_size));
|
H A D | pcre_jit_compile.c | 389 sljit_sw name_count; member in struct:compiler_common 9826 rootbacktrack.cc = (pcre_uchar *)re + re->name_table_offset + re->name_count * re->name_entry_size; 9873 common->name_count = re->name_count;
|
H A D | pcre_internal.h | 2339 pcre_uint16 name_count; /* Number of name items */ member in struct:real_pcre8_or_16 2365 pcre_uint16 name_count; /* Number of name items */ member in struct:real_pcre32 2522 int name_count; /* Number of names in name table */ member in struct:match_data
|
/external/vulkan-validation-layers/loader/ |
H A D | loader.c | 816 uint32_t name_count, const char *const *names, 821 for (uint32_t i = 0; i < name_count; i++) { 814 loader_add_layer_names_to_list(const struct loader_instance *inst, struct loader_layer_list *output_list, uint32_t name_count, const char *const *names, const struct loader_layer_list *search_list) argument
|
/external/valgrind/memcheck/ |
H A D | mc_main.c | 6998 Int i, name_count = 0; local 7003 ++name_count; 7007 tl_assert(name_count == MCPE_LAST);
|
/external/v8/include/ |
H A D | v8.h | 7087 ExtensionConfiguration(int name_count, const char* names[]) argument 7088 : name_count_(name_count), names_(names) { }
|
Completed in 1715 milliseconds