Home
last modified time | relevance | path

Searched defs:symbol_lists (Results 1 – 4 of 4) sorted by relevance

/external/clang/utils/perf-training/
Dperf-helper.py256 def form_by_call_order(symbol_lists): argument
261 def form_by_call_order_fair(symbol_lists): argument
288 def form_by_frequency(symbol_lists): argument
301 def form_by_random(symbol_lists): argument
308 def form_by_alphabetical(symbol_lists): argument
/external/brotli/c/dec/
Dhuffman.c171 const uint16_t* const symbol_lists, in BrotliBuildHuffmanTable()
Ddecode.c515 uint32_t* prev_code_len, uint16_t* symbol_lists, in ProcessSingleCodeLength()
543 uint32_t* repeat_code_len, uint16_t* symbol_lists, in ProcessRepeatedCodeLength()
596 uint16_t* symbol_lists = s->symbol_lists; in ReadSymbolCodeLengths() local
Dstate.h178 uint16_t* symbol_lists; member