Searched refs:TABBITS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Ddir3d.c34 * TABBITS bits, so TELLDIR() offsets are limited to (32-TABBITS)
239 #define OFFBITS (CHAR_BIT*sizeof(long)-TABBITS)
242 #define GETLEV(p) (((p)>>OFFBITS)&((((long)1)<<TABBITS)-1))
371 #define OFFBITS64 (CHAR_BIT*sizeof(off64_t)-TABBITS)
374 #define GETLEV64(p) (((p)>>OFFBITS)&((((off64_t)1)<<TABBITS)-1))
H A D3d.h230 #define TABLE_MAX (1<<(TABBITS+7))/* max 3d table image size */
234 #define TABBITS 5 /* max vpath,vmap table index bits (<6) */ macro
235 #define TABSIZE (1<<TABBITS) /* v* tab size */

Completed in 14 milliseconds