Lines Matching defs:base
180 /* The base address of backing store. */194 * Base and limit blocks. Basically the shifted start address of196 * indexing in the block queue. TODO: make the block queue base797 u1 *base, *limit;802 base = heapSource->blockBase;803 assert(addr >= base);806 offset = addr - base;