Searched refs:next_terminator (Results 1 – 1 of 1) sorted by relevance
/external/brotli/research/ |
D | deorummolae.cc | 56 TextChar* next_terminator) { in remapTerminators() argument 71 *next_terminator = x; in remapTerminators() 77 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in buildFullText() argument 88 if (false) remapTerminators(full_text, next_terminator); in buildFullText() 127 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in poisonData() argument 139 file[pos] = (*next_terminator)++; in poisonData() 149 std::vector<TextIdx>* invese_sa, TextChar* next_terminator, in cutMatch() argument 156 sa->at(i), length, data, file_map, file_offset, next_terminator); in cutMatch() 160 sa->at(index), length, data, file_map, file_offset, next_terminator); in cutMatch() 180 TextChar next_terminator = 256; in DM_generate() local [all …]
|