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

  /external/llvm/lib/Object/
Archive.cpp 250 uint32_t symbol_count = 0; local
251 symbol_count = *reinterpret_cast<const support::ubig32_t*>(buf);
252 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t)));
257 uint32_t symbol_count = 0; local
260 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
261 buf += 4 + (symbol_count * 2); // Skip indices.
269 uint32_t symbol_count = 0; local
271 symbol_count = *reinterpret_cast<const support::ubig32_t*>(buf);
272 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t)));
279 symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf)
    [all...]
  /external/bison/src/
LR0.c 103 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
104 sizeof *symbol_count);
110 symbol_count[*rhsp]++;
116 appears as an item, which is SYMBOL_COUNT[S].
126 count += symbol_count[i];
129 free (symbol_count);
102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, local
  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 453 UInt k, m, symbol_count, swaps; local
470 symbol_count = 0;
471 _Huffman_RecoverTree( sym, &stream, 0, 0, &symbol_count );
477 for( k = 0; k < symbol_count-1; ++ k )
497 for( m = 0; m < symbol_count; ++ m )
  /system/core/libcorkscrew/
symbol_table.c 135 size_t symbol_count = 0; local
144 symbol_count++;
150 table->num_symbols += symbol_count + dynsymbol_count;
  /external/v8/src/
parser.h 129 int symbol_count() { function in class:v8::internal::ScriptDataImpl
parser.cc 348 int symbol_count = local
350 if (symbol_count < 0) return false;
540 symbol_cache_(pre_data ? pre_data->symbol_count() : 0),
    [all...]

Completed in 581 milliseconds