Searched defs:DIV (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h115 #define DIV 0x400b macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c36 DIV - use the remainder mod table size as a hashing function.
69 # undef DIV macro
71 #ifndef DIV
101 #ifdef DIV
433 #ifdef DIV
/illumos-gate/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
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c53 #define DIV 271 macro
99 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
282 case DIV:
570 case DIV:
/illumos-gate/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 147 milliseconds