Home
last modified time | relevance | path

Searched defs:EG (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/utils/
H A Dutils.h80 #define EG(cond,lbl) do { if (cond) { goto lbl ; } } while (0) macro
/freebsd/sys/dev/aac/
H A Daacreg.h972 struct aac_AifEnsGeneric EG; member
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h963 struct aac_AifEnsGeneric EG; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp845 const VPGatherSDNode *EG = cast<VPGatherSDNode>(N); in AddNodeIDCustom() local