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

/ast/src/cmd/3d/
H A Ddir3d.c239 #define OFFBITS (CHAR_BIT*sizeof(long)-TABBITS) macro
240 #define SETPOS(l,o) ((((long)(l))<<OFFBITS)|GETOFF(o))
241 #define GETOFF(p) ((p)&((((long)1)<<OFFBITS)-1))
242 #define GETLEV(p) (((p)>>OFFBITS)&((((long)1)<<TABBITS)-1))
372 #define SETPOS64(l,o) ((((off64_t)(l))<<OFFBITS)|GETOFF(o))
373 #define GETOFF64(p) ((p)&((((off64_t)1)<<OFFBITS)-1))
374 #define GETLEV64(p) (((p)>>OFFBITS)&((((off64_t)1)<<TABBITS)-1))

Completed in 11 milliseconds