Searched defs:NCC (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Dtermios.h21 #define NCC 8 macro
28 unsigned char c_cc[NCC]; /* control characters */
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermios.h52 #define NCC 8 macro
/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp173 ARMCC::CondCodes NCC = getITInstrPredicate(*I, NPredReg); local
174 if (NCC == CC || NCC == OCC)
230 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg); local
231 if (NCC == CC || NCC == OCC) {
232 Mask |= (NCC & 1) << Pos;
238 if (NCC == ARMCC::AL &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp156 ARMCC::CondCodes NCC = llvm::getITInstrPredicate(I, NPredReg); local
157 if (NCC == CC || NCC == OCC)
209 ARMCC::CondCodes NCC = llvm::getITInstrPredicate(NMI, NPredReg); local
210 if (NCC == CC || NCC == OCC) {
211 Mask |= (NCC & 1) << Pos;
217 if (NCC == ARMCC::AL &&
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2086 ISD::CondCode NCC = cast<CondCodeSDNode>(N->getOperand(4))->get(); local
2094 switch (NCC) {
/external/python/cpython2/Lib/plat-irix5/
H A DIOCTL.py39 NCC = 8 variable
42 NCCS = (NCC+NCC_PAD+NCC_EXT)
53 VLNEXT = (NCC+NCC_PAD+0)
54 VWERASE = (NCC+NCC_PAD+1)
55 VRPRNT = (NCC+NCC_PAD+2)
56 VFLUSHO = (NCC+NCC_PAD+3)
57 VSTOP = (NCC+NCC_PAD+4)
58 VSTART = (NCC+NCC_PAD+5)
/external/python/cpython2/Lib/plat-irix6/
H A DIOCTL.py39 NCC = 8 variable
42 NCCS = (NCC+NCC_PAD+NCC_EXT)
53 VLNEXT = (NCC+NCC_PAD+0)
54 VWERASE = (NCC+NCC_PAD+1)
55 VRPRNT = (NCC+NCC_PAD+2)
56 VFLUSHO = (NCC+NCC_PAD+3)
57 VSTOP = (NCC+NCC_PAD+4)
58 VSTART = (NCC+NCC_PAD+5)
/external/valgrind/include/vki/
H A Dvki-ppc32-linux.h490 #define NCC 10 macro
497 unsigned char c_cc[NCC]; /* control characters */
H A Dvki-mips32-linux.h497 #define NCC 8 macro
H A Dvki-mips64-linux.h504 #define NCC 8 macro

Completed in 397 milliseconds