HomeSort by relevance Sort by last modified time
    Searched defs:name_count (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
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()); }
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);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rescoff.c 68 bfd_byte name_count[2]; member in struct:extern_res_directory
185 int name_count, id_count, i;
201 name_count = windres_get_16 (wrbfd, erd->name_count, 2);
210 for (i = 0; i < name_count; i++, ere++)
649 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
184 int name_count, id_count, i; local
  /external/dnsmasq/src/
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;
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver.cpp 94 uint32_t name_count; member in struct:vulkan::driver::__anon28850::CreateInfoWrapper::ExtensionFilter
307 ext_count = extension_filter_.name_count;
420 filter.names[filter.name_count++] = name;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 691 int name_count = GET_TT_SHORT(ptr); local
695 for (int i = 0; i < name_count; i++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nb30.h 66 WORD name_count; member in struct:_ADAPTER_STATUS
  /external/pcre/dist/
pcretest.c 4070 int name_count, name_entry_size, real_pcre_size; local
    [all...]
pcre_jit_compile.c 389 sljit_sw name_count; member in struct:compiler_common
    [all...]
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
    [all...]
  /external/valgrind/memcheck/
mc_main.c 6998 Int i, name_count = 0; local
    [all...]

Completed in 584 milliseconds