Searched defs:DEF (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DgenSolarisConstants.c49 #define DEF(X) emit(#X, X); macro
60 DEF(_PC_XATTR_ENABLED);
63 DEF(_PC_ACL_ENABLED);
H A DgenUnixConstants.c48 #define DEF(X) emit(#X, X); macro
58 DEF(O_RDONLY);
59 DEF(O_WRONLY);
60 DEF(O_RDWR);
82 DEF(S_IRUSR);
83 DEF(S_IWUSR);
84 DEF(S_IXUSR);
85 DEF(S_IRGRP);
86 DEF(S_IWGRP);
87 DEF(S_IXGR
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp903 DEF = 0x2, USE_DEF = 0x3, enumerator in enum:InstructForm::Component::use_def_enum

Completed in 447 milliseconds