HomeSort by relevance Sort by last modified time
    Searched refs:nsyms (Results 1 - 25 of 35) sorted by null

1 2

  /external/bison/src/
reduce.c 165 Vp = bitset_create (nsyms, BITSET_FIXED);
215 for (i = ntokens; i < nsyms; i++)
298 for (i = ntokens; i < nsyms; i++)
301 for (i = ntokens; i < nsyms; i++)
314 for (i = ntokens; i < nsyms; i++)
316 for (i = ntokens; i < nsyms; i++)
318 for (i = ntokens; i < nsyms; i++)
336 nsyms -= nuseless_nonterminals;
355 fprintf (out, " %s\n", symbols[nsyms + i]->tag);
426 V = bitset_create (nsyms, BITSET_FIXED)
    [all...]
closure.c 81 for (i = ntokens; i < nsyms; i++)
102 for (i = ntokens; i < nsyms; i++)
134 for (i = ntokens; i < nsyms; i++)
172 for (i = ntokens; i < nsyms; ++i)
173 for (j = ntokens; j < nsyms; ++j)
LR0.c 106 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
122 kernel_base = xnmalloc (nsyms, sizeof *kernel_base);
126 for (i = 0; i < nsyms; i++)
133 kernel_size = xnmalloc (nsyms, sizeof *kernel_size);
142 shiftset = xnmalloc (nsyms, sizeof *shiftset);
145 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol);
183 memset (kernel_size, 0, nsyms * sizeof *kernel_size);
derives.c 49 for (i = ntokens; i < nsyms; i++)
96 for (i = ntokens; i < nsyms; i++)
gram.h 29 variables (nonterminals). NSYMS is the total number, ntokens +
33 Numbers 0 to NTOKENS - 1 are for tokens, and NTOKENS to NSYMS - 1
113 extern int nsyms;
lalr.c 106 for (i = ntokens; i < nsyms; i++)
112 for (i = ntokens; i < nsyms; i++)
115 goto_map[nsyms - ntokens] = ngotos;
116 temp_map[nsyms - ntokens] = ngotos;
gram.c 42 int nsyms = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
255 for (i = ntokens; i < nsyms; i++)
nullable.c 51 for (i = ntokens; i < nsyms; i++)
symtab.c 70 if (nsyms == SYMBOL_NUMBER_MAXIMUM)
73 nsyms++;
295 nsyms--;
642 symbols = xcalloc (nsyms, sizeof *symbols);
reader.c 570 assert (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars);
  /sdk/emulator/qtools/
profile_trace.cpp 94 int nsyms; local
95 symbol_type *syms = trace->GetSymbols(&nsyms);
98 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_elapsed);
103 for (int ii = 0; ii < nsyms; ++ii, ++sym) {
114 for (int ii = 0; ii < nsyms; ++ii, ++sym) {
coverage.cpp 121 int nsyms; local
122 symbol_type *syms = trace->GetSymbols(&nsyms);
125 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_names);
128 for (int ii = 0; ii < nsyms; ++ii, ++psym) {
  /external/qemu/
elf_ops.h 106 int nsyms, i; local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym);
130 while (i < nsyms) {
138 nsyms--;
139 if (i < nsyms) {
140 syms[i] = syms[nsyms];
150 syms = qemu_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
  /external/elfutils/libelf/
nlist.c 91 size_t nsyms; local
149 nsyms = (shdr->sh_size
153 table = nlist_fshash_init (nsyms);
161 for (cnt = 0; cnt < nsyms; ++cnt)
  /external/elfutils/libasm/
disasm_cb.c 93 int nsyms = shdr->sh_size / shdr->sh_entsize; local
94 for (int cnt = 1; cnt < nsyms; ++cnt)
  /external/elfutils/src/
arlib.c 166 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
168 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
257 int nsyms = shdr->sh_size / shdr->sh_entsize; local
258 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
nm.c 723 GElf_SymX *syms, size_t nsyms, int longest_name,
791 for (cnt = 0; cnt < nsyms; ++cnt)
850 GElf_SymX *syms, size_t nsyms)
871 for (size_t cnt = 0; cnt < nsyms; ++cnt)
914 const char *fullname, GElf_SymX *syms, size_t nsyms)
930 for (size_t cnt = 0; cnt < nsyms; ++cnt)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 414 Word nsyms, i, j, k, m; local
416 nsyms = VG_(sizeXA)(syms);
439 for (i = 0; i < nsyms; i++) {
441 k < nsyms
449 if (k < nsyms) {
459 vg_assert(i <= nsyms);
463 if (nsyms > 0) {
465 for (i = 1; i < nsyms; i++) {
483 vg_assert(j >= 0 && j <= nsyms);
484 VG_(dropTailXA)(syms, nsyms - j)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-api.h 203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-api.h 203 (*ld_plugin_add_symbols) (void *handle, int nsyms,
228 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /external/oprofile/daemon/liblegacy/
p_module.h 143 unsigned nsyms; member in struct:module
  /external/llvm/test/Scripts/
macho-dumpx 162 nsyms = f.read32()
163 print " ('nsyms', %r)" % nsyms
179 for i in range(nsyms):
  /external/valgrind/main/coregrind/
m_redir.c 378 Int i, nsyms, becTag, becPrio; local
409 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
410 for (i = 0; i < nsyms; i++) {
461 for (i = 0; i < nsyms; i++) {
601 Int nsyms, i; local
623 nsyms = VG_(DebugInfo_syms_howmany)( di );
624 for (i = 0; i < nsyms; i++) {
658 } /* for (i = 0; i < nsyms; i++) */
1369 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
    [all...]

Completed in 1170 milliseconds

1 2