Home
last modified time | relevance | path

Searched defs:DIV (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dldefs.h115 #define DIV 0x400b macro
/titanic_41/usr/src/cmd/expr/
H A Dexpr.c53 #define DIV 271 macro
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h328 #define DIV(x,y) ((y) == 8 ? ((x)>>3) : (x)/(y) ) macro