• Home
  • Raw
  • Download

Lines Matching refs:l

86       const size_t l = w.len & 0x1F;  in BrotliFindAllStaticDictionaryMatches()  local
87 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
90 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
93 DictMatchLength(dictionary->words, data, id, l, max_length); in BrotliFindAllStaticDictionaryMatches()
99 if (matchlen == l) { in BrotliFindAllStaticDictionaryMatches()
100 AddMatch(id, l, l, matches); in BrotliFindAllStaticDictionaryMatches()
105 if (matchlen >= l - 1) { in BrotliFindAllStaticDictionaryMatches()
106 AddMatch(id + 12 * n, l - 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
107 if (l + 2 < max_length && in BrotliFindAllStaticDictionaryMatches()
108 data[l - 1] == 'i' && data[l] == 'n' && data[l + 1] == 'g' && in BrotliFindAllStaticDictionaryMatches()
109 data[l + 2] == ' ') { in BrotliFindAllStaticDictionaryMatches()
110 AddMatch(id + 49 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
116 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
117 maxlen = BROTLI_MIN(size_t, matchlen, l - 2); in BrotliFindAllStaticDictionaryMatches()
119 size_t cut = l - len; in BrotliFindAllStaticDictionaryMatches()
122 AddMatch(id + transform_id * n, len, l, matches); in BrotliFindAllStaticDictionaryMatches()
125 if (matchlen < l || l + 6 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
128 s = &data[l]; in BrotliFindAllStaticDictionaryMatches()
131 AddMatch(id + n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
134 AddMatch(id + 28 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
136 if (s[3] == ' ') AddMatch(id + 46 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
138 if (s[3] == ' ') AddMatch(id + 60 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
141 AddMatch(id + 10 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
146 AddMatch(id + 38 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
150 if (s[3] == ' ') AddMatch(id + 16 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
152 if (s[3] == ' ') AddMatch(id + 47 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
157 AddMatch(id + 25 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
161 AddMatch(id + 37 * n, l + 6, l, matches); in BrotliFindAllStaticDictionaryMatches()
166 if (s[3] == ' ') AddMatch(id + 8 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
168 if (s[3] == ' ') AddMatch(id + 45 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
172 AddMatch(id + 80 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
177 if (s[4] == ' ') AddMatch(id + 5 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
180 AddMatch(id + 29 * n, l + 6, l, matches); in BrotliFindAllStaticDictionaryMatches()
184 if (s[3] == ' ') AddMatch(id + 17 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
188 AddMatch(id + 35 * n, l + 6, l, matches); in BrotliFindAllStaticDictionaryMatches()
192 AddMatch(id + 19 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
194 AddMatch(id + 21 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
197 AddMatch(id + 20 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
199 AddMatch(id + 31 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
202 if (s[5] == ' ') AddMatch(id + 43 * n, l + 6, l, matches); in BrotliFindAllStaticDictionaryMatches()
205 AddMatch(id + 75 * n, l + 7, l, matches); in BrotliFindAllStaticDictionaryMatches()
211 AddMatch(id + 76 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
213 AddMatch(id + 14 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
216 AddMatch(id + 22 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
218 AddMatch(id + 50 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
221 AddMatch(id + 24 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
223 AddMatch(id + 36 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
225 AddMatch(id + 51 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
227 AddMatch(id + 57 * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
230 AddMatch(id + 70 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
232 AddMatch(id + 86 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
236 AddMatch(id + 84 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
240 if (s[2] == ' ') AddMatch(id + 53 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
242 if (s[2] == ' ') AddMatch(id + 82 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
245 AddMatch(id + 95 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
250 AddMatch(id + 90 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
255 AddMatch(id + 92 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
259 AddMatch(id + 100 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
265 AddMatch(id + 93 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
268 if (s[2] == ' ') AddMatch(id + 61 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
272 AddMatch(id + 106 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches()
286 AddMatch(id + (is_all_caps ? 44 : 9) * n, l, l, matches); in BrotliFindAllStaticDictionaryMatches()
288 if (l + 1 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
292 s = &data[l]; in BrotliFindAllStaticDictionaryMatches()
294 AddMatch(id + (is_all_caps ? 68 : 4) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
296 AddMatch(id + (is_all_caps ? 87 : 66) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
298 AddMatch(id + (is_all_caps ? 97 : 69) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
301 AddMatch(id + (is_all_caps ? 101 : 79) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
303 AddMatch(id + (is_all_caps ? 114 : 88) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
306 AddMatch(id + (is_all_caps ? 112 : 99) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
308 AddMatch(id + (is_all_caps ? 107 : 58) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
311 AddMatch(id + (is_all_caps ? 94 : 74) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
313 AddMatch(id + (is_all_caps ? 113 : 78) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
316 AddMatch(id + (is_all_caps ? 105 : 104) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
318 AddMatch(id + (is_all_caps ? 116 : 108) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
331 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
332 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
335 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
343 AddMatch(id + (is_space ? 6 : 32) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
345 if (l + 2 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
351 s = &data[l + 1]; in BrotliFindAllStaticDictionaryMatches()
353 AddMatch(id + (is_space ? 2 : 77) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
355 AddMatch(id + (is_space ? 89 : 67) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
358 AddMatch(id + 103 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
360 AddMatch(id + 33 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
363 AddMatch(id + 71 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
365 AddMatch(id + 52 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
369 AddMatch(id + 81 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
371 AddMatch(id + 98 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
386 AddMatch(id + (is_all_caps ? 85 : 30) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
388 if (l + 2 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
392 s = &data[l + 1]; in BrotliFindAllStaticDictionaryMatches()
394 AddMatch(id + (is_all_caps ? 83 : 15) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
397 AddMatch(id + 109 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
400 AddMatch(id + (is_all_caps ? 111 : 65) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
403 AddMatch(id + (is_all_caps ? 115 : 96) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
405 AddMatch(id + (is_all_caps ? 117 : 91) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
409 AddMatch(id + (is_all_caps ? 110 : 118) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
411 AddMatch(id + (is_all_caps ? 119 : 120) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
426 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
427 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
430 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
434 AddMatch(id + 102 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
436 } else if (l + 2 < max_length && data[l + 2] == ' ') { in BrotliFindAllStaticDictionaryMatches()
438 AddMatch(id + t * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
455 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
456 const size_t n = (size_t)1 << dictionary->words->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
459 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
462 AddMatch(id + (data[0] == ' ' ? 41 : 72) * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
464 if (l + 5 < max_length) { in BrotliFindAllStaticDictionaryMatches()
465 const uint8_t* s = &data[l + 5]; in BrotliFindAllStaticDictionaryMatches()
467 if (l + 8 < max_length && in BrotliFindAllStaticDictionaryMatches()
469 AddMatch(id + 62 * n, l + 9, l, matches); in BrotliFindAllStaticDictionaryMatches()
470 if (l + 12 < max_length && in BrotliFindAllStaticDictionaryMatches()
472 AddMatch(id + 73 * n, l + 13, l, matches); in BrotliFindAllStaticDictionaryMatches()