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

  /external/pcre/dist/
pcre_byte_order.c 151 re->name_count = swap_uint16(re->name_count);
165 length = re->name_count * re->name_entry_size;
pcre_fullinfo.c 195 *((int *)where) = re->name_count;
pcretest.c 4070 int name_count, name_entry_size, real_pcre_size; local
    [all...]
pcre_printint.c 318 int count = re->name_count;
pcre_study.c     [all...]
pcre_exec.c     [all...]
pcre_dfa_exec.c     [all...]
pcre_compile.c     [all...]
pcre_jit_compile.c 389 sljit_sw name_count; member in struct:compiler_common
    [all...]
  /packages/experimental/procstatlog/
procstatlog.c 218 static struct data *read_stats(char *names[], int name_count) {
238 if (name_count > 0) {
260 for (n = 0; n < name_count && !strstr(cmdline, names[n]); ++n);
262 if (n == name_count) {
  /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...]
  /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/llvm/lib/ProfileData/
SampleProfReader.cpp 213 for (const auto &name_count : TargetCountMap) {
215 LineOffset, Discriminator, name_count.first,
216 name_count.second));
  /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/v8/src/
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...]
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()); }
  /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...]
  /external/valgrind/memcheck/
mc_main.c 6998 Int i, name_count = 0; local
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 816 uint32_t name_count, const char *const *names,
821 for (uint32_t i = 0; i < name_count; i++) {
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 3128 milliseconds