Searched refs:VT0 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/adv_cmds-158/stty/
H A Dmodes.c254 { "vt0", VT0, 0 },
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtermios.h192 #define VT0 0x00000000 macro
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c335 { "vt0", BITS, O_FLAG, IG|SS, VTDLY, VT0 },
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4040 EVT VT0 = N0.getValueType(); local
4056 (VT0 == MVT::i1 ||
4057 (VT0.isInteger() &&
4062 if (VT == VT0)
4063 return DAG.getNode(ISD::XOR, N->getDebugLoc(), VT0,
4064 N0, DAG.getConstant(1, VT0));
4065 XORNode = DAG.getNode(ISD::XOR, N0.getDebugLoc(), VT0,
4066 N0, DAG.getConstant(1, VT0));
4068 if (VT.bitsGT(VT0))
4073 if (VT == VT0
[all...]

Completed in 209 milliseconds