Searched refs:word_idx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_pack.c | 396 unsigned word_idx, unsigned constant_words, bool ec0_packed, 399 unsigned index = (word_idx << 1) + ec0_packed; 402 bool more = (word_idx + 1) < constant_words; 419 assert(word_idx < 3); 420 unsigned pos = pos_lookup[tuple_count - 1][word_idx]; 421 assert(pos != 0 || (tuple_count == 1 && word_idx == 0)); 395 bi_pack_constants(unsigned tuple_count,uint64_t * constants,unsigned word_idx,unsigned constant_words,bool ec0_packed,struct util_dynarray * emission) argument
|
| H A D | bi_schedule.c | 107 unsigned word_idx; member in struct:bi_const_state 1423 consts[t].word_idx = idx; 1475 consts[t].word_idx = idx; 1507 if (consts[t].word_idx == i) 1508 consts[t].word_idx = (i + 1); 1509 else if (consts[t].word_idx == (i + 1)) 1510 consts[t].word_idx = i; 1780 unsigned word_idx = clause_state.consts[i].word_idx; local in function:bi_schedule_clause 1781 assert(word_idx < [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | hash.h | 137 const BrotliEncoderDictionary* dictionary, size_t len, size_t word_idx, 144 offset = dictionary->words->offsets_by_length[len] + len * word_idx; 158 backward = max_backward + 1 + word_idx + 136 TestStaticDictionaryItem(const BrotliEncoderDictionary * dictionary,size_t len,size_t word_idx,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out) argument
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 1915 int word_idx = address & mask; local in function:ProcessCommandsInternal 1919 offset += word_idx * i;
|
Completed in 9 milliseconds