Home
last modified time | relevance | path

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

/titanic_52/usr/src/common/mpi/
H A Dmpi.h364 #define NEG MP_NEG macro
/titanic_52/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h89 #define NEG(val) (val <0) ? abs(val) : -val ; macro
/titanic_52/usr/src/uts/common/io/dld/
H A Ddld_proto.c131 #define NEG(x) -(x) macro