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 base796 u1 *base, *limit;801 base = heapSource->blockBase;802 assert(addr >= base);805 offset = addr - base;