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

  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 371 UInt k, total_bytes, swaps, symbol, last_symbol; local
383 for( last_symbol = 255; sym[last_symbol].Count == 0; -- last_symbol );
387 if( last_symbol == 0 ) ++ last_symbol;
390 _Huffman_MakeTree( sym, &stream, 0, 0, 0, last_symbol );
  /external/oprofile/pp/
opannotate.cpp 163 int asm_list_annotation(symbol_entry const * last_symbol,
228 find_sample(last_symbol, prev_vma);
294 symbol_entry const * last_symbol = 0; local
340 last_symbol = find_symbol(app_name, str);
347 if (find(symbols.begin(), symbols.end(), last_symbol)
354 *sit += symbol_annotation(last_symbol);
358 samp_it = samples->begin(last_symbol);
363 ret = asm_list_annotation(last_symbol,

Completed in 115 milliseconds