• Home
  • Raw
  • Download

Lines Matching refs:l

90       const size_t l = w.len & 0x1F;  in BrotliFindAllStaticDictionaryMatches()  local
91 const size_t n = (size_t)1 << dictionary->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
94 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
97 DictMatchLength(dictionary, data, id, l, max_length); in BrotliFindAllStaticDictionaryMatches()
103 if (matchlen == l) { in BrotliFindAllStaticDictionaryMatches()
104 AddMatch(id, l, l, matches); in BrotliFindAllStaticDictionaryMatches()
108 if (matchlen >= l - 1) { in BrotliFindAllStaticDictionaryMatches()
109 AddMatch(id + 12 * n, l - 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
110 if (l + 2 < max_length && in BrotliFindAllStaticDictionaryMatches()
111 data[l - 1] == 'i' && data[l] == 'n' && data[l + 1] == 'g' && in BrotliFindAllStaticDictionaryMatches()
112 data[l + 2] == ' ') { in BrotliFindAllStaticDictionaryMatches()
113 AddMatch(id + 49 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
119 if (l > 9) minlen = BROTLI_MAX(size_t, minlen, l - 9); in BrotliFindAllStaticDictionaryMatches()
120 maxlen = BROTLI_MIN(size_t, matchlen, l - 2); in BrotliFindAllStaticDictionaryMatches()
122 AddMatch(id + kOmitLastNTransforms[l - len] * 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()
285 AddMatch(id + (is_all_caps ? 44 : 9) * n, l, l, matches); in BrotliFindAllStaticDictionaryMatches()
287 if (l + 1 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
291 s = &data[l]; in BrotliFindAllStaticDictionaryMatches()
293 AddMatch(id + (is_all_caps ? 68 : 4) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
295 AddMatch(id + (is_all_caps ? 87 : 66) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
297 AddMatch(id + (is_all_caps ? 97 : 69) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
300 AddMatch(id + (is_all_caps ? 101 : 79) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
302 AddMatch(id + (is_all_caps ? 114 : 88) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
305 AddMatch(id + (is_all_caps ? 112 : 99) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
307 AddMatch(id + (is_all_caps ? 107 : 58) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
310 AddMatch(id + (is_all_caps ? 94 : 74) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
312 AddMatch(id + (is_all_caps ? 113 : 78) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
315 AddMatch(id + (is_all_caps ? 105 : 104) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
317 AddMatch(id + (is_all_caps ? 116 : 108) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
330 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
331 const size_t n = (size_t)1 << dictionary->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
334 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
341 AddMatch(id + (is_space ? 6 : 32) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
343 if (l + 2 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
348 s = &data[l + 1]; in BrotliFindAllStaticDictionaryMatches()
350 AddMatch(id + (is_space ? 2 : 77) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
352 AddMatch(id + (is_space ? 89 : 67) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
355 AddMatch(id + 103 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
357 AddMatch(id + 33 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
360 AddMatch(id + 71 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
362 AddMatch(id + 52 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
366 AddMatch(id + 81 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
368 AddMatch(id + 98 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
382 AddMatch(id + (is_all_caps ? 85 : 30) * n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches()
384 if (l + 2 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
388 s = &data[l + 1]; in BrotliFindAllStaticDictionaryMatches()
390 AddMatch(id + (is_all_caps ? 83 : 15) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
393 AddMatch(id + 109 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
396 AddMatch(id + (is_all_caps ? 111 : 65) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
399 AddMatch(id + (is_all_caps ? 115 : 96) * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
401 AddMatch(id + (is_all_caps ? 117 : 91) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
405 AddMatch(id + (is_all_caps ? 110 : 118) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
407 AddMatch(id + (is_all_caps ? 119 : 120) * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
422 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
423 const size_t n = (size_t)1 << dictionary->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
426 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
430 AddMatch(id + 102 * n, l + 2, l, matches); in BrotliFindAllStaticDictionaryMatches()
432 } else if (l + 2 < max_length && data[l + 2] == ' ') { in BrotliFindAllStaticDictionaryMatches()
434 AddMatch(id + t * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches()
451 const size_t l = w.len & 0x1F; in BrotliFindAllStaticDictionaryMatches() local
452 const size_t n = (size_t)1 << dictionary->size_bits_by_length[l]; in BrotliFindAllStaticDictionaryMatches()
455 w.len = (uint8_t)l; in BrotliFindAllStaticDictionaryMatches()
458 AddMatch(id + (data[0] == ' ' ? 41 : 72) * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches()
460 if (l + 5 < max_length) { in BrotliFindAllStaticDictionaryMatches()
461 const uint8_t* s = &data[l + 5]; in BrotliFindAllStaticDictionaryMatches()
463 if (l + 8 < max_length && in BrotliFindAllStaticDictionaryMatches()
465 AddMatch(id + 62 * n, l + 9, l, matches); in BrotliFindAllStaticDictionaryMatches()
466 if (l + 12 < max_length && in BrotliFindAllStaticDictionaryMatches()
468 AddMatch(id + 73 * n, l + 13, l, matches); in BrotliFindAllStaticDictionaryMatches()