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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c34 * DIV - use the remainder mod table size as a hashing function.
78 #undef DIV macro
80 #ifndef DIV
109 #ifdef DIV
476 #ifdef DIV
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h328 #define DIV(x,y) ((y) == 8 ? ((x)>>3) : (x)/(y) ) macro
329 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN)

Completed in 50 milliseconds