Lines Matching defs:offset
37 const size_t offset = dictionary->offsets_by_length[len] + len * id;
38 return FindMatchLengthWithLimit(&dictionary->data[offset], data,
47 const size_t offset = dictionary->offsets_by_length[w.len] +
49 const uint8_t* dict = &dictionary->data[offset];
82 size_t offset = dictionary->buckets[Hash(data)];
83 BROTLI_BOOL end = !offset;
85 DictWord w = dictionary->dict_words[offset++];
327 size_t offset = dictionary->buckets[Hash(&data[1])];
328 BROTLI_BOOL end = !offset;
330 DictWord w = dictionary->dict_words[offset++];
422 size_t offset = dictionary->buckets[Hash(&data[2])];
423 BROTLI_BOOL end = !offset;
425 DictWord w = dictionary->dict_words[offset++];
451 size_t offset = dictionary->buckets[Hash(&data[5])];
452 BROTLI_BOOL end = !offset;
454 DictWord w = dictionary->dict_words[offset++];