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

/ast/src/cmd/3d/
H A Ddir3d.c240 #define SETPOS(l,o) ((((long)(l))<<OFFBITS)|GETOFF(o))
241 #define GETOFF(p) ((p)&((((long)1)<<OFFBITS)-1)) macro
259 pos = GETOFF(pos);
372 #define SETPOS64(l,o) ((((off64_t)(l))<<OFFBITS)|GETOFF(o))
391 pos = GETOFF(pos);

Completed in 10 milliseconds