Lines Matching defs:offset
11 unsigned int offset;
136 * bytes for an offset into the tree. The first byte contains the
140 * OFFLEN - 2 bit field - number of bytes in the offset
324 int offset;
333 trie = utf8data + data->offset;
346 /* Right node at offset of trie */
348 offset = trie[offlen];
350 offset <<= 8;
351 offset |= trie[offlen];
353 trie += offset;