Lines Matching defs:base_offset
435 uoff_t base_offset;
470 base_offset = node_offset;
492 base_offset += num >> 1;
494 base_offset -= num >> 1;
496 if (base_offset >= trie->locked_file_size) {
502 child->children.offset = base_offset;
582 uoff_t base_offset;
588 base_offset = ctx->output->offset;
598 else if (node_offsets[i] >= base_offset) {
600 ((node_offsets[i] - base_offset) << 1) | 1);
601 base_offset = node_offsets[i];
604 (base_offset - node_offsets[i]) << 1);
605 base_offset = node_offsets[i];