Lines Matching defs:block
309 // The index-3 block is the same as the previous one, and filled with value.
316 // This is the index-3 null block.
335 // Enumerate data blocks for one index-3 block.
337 int32_t block;
339 block = index[i3Block + i3];
344 block = ((int32_t)index[group++] << (2 + (2 * gi))) & 0x30000;
345 block |= index[group + gi];
347 if (block == prevBlock && (c - start) >= dataBlockLength) {
348 // The block is the same as the previous one, and filled with value.
353 prevBlock = block;
354 if (block == trie->dataNullOffset) {
355 // This is the data null block.
368 int32_t di = block + (c & dataMask);