Home
last modified time | relevance | path

Searched refs:TextIdx (Results 1 – 3 of 3) sorted by relevance

/external/brotli/research/
Ddurchschlag.cc9 typedef DurchschlagTextIdx TextIdx; typedef
15 TextIdx next;
16 TextIdx offset;
20 TextIdx mark;
25 TextIdx start;
26 TextIdx end;
31 TextIdx position;
55 static TextIdx calculateDictionarySize(const std::vector<Range>& ranges) { in calculateDictionarySize()
56 TextIdx result = 0; in calculateDictionarySize()
81 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in buildCandidatesList()
[all …]
Dsieve.cc4 typedef uint32_t TextIdx; typedef
10 TextIdx next;
11 TextIdx offset;
16 static const TextIdx kNowhere = static_cast<TextIdx>(-1);
18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun()
19 TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) { in dryRun()
20 TextIdx from = kNowhere; in dryRun()
21 TextIdx to = kNowhere; in dryRun()
22 TextIdx result = 0; in dryRun()
24 for (TextIdx i = 0; i < end; ++i) { in dryRun()
[all …]
Ddeorummolae.cc27 typedef uint32_t TextIdx; typedef
40 TextIdx to = 0; in rewriteText()
41 for (TextIdx from = 0; from < text->size(); ++from) { in rewriteText()
59 for (TextIdx i = 0; i < text->size(); ++i) { in remapTerminators()
76 std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, in buildFullText()
77 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in buildFullText()
81 for (TextIdx i = 0; i < data->size(); ++i) { in buildFullText()
93 static void buildLcp(std::vector<TextChar>* text, std::vector<TextIdx>* sa, in buildLcp()
94 std::vector<TextIdx>* lcp, std::vector<TextIdx>* invese_sa) { in buildLcp()
95 TextIdx size = static_cast<TextIdx>(text->size()); in buildLcp()
[all …]