Lines Matching full:power
1026 * Resizes the JitTable. Must be a power of 2, and returns true on failure.1040 assert(size && !(size & (size - 1))); /* Is power of 2? */