HomeSort by relevance Sort by last modified time
    Searched refs:NCC (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termios.h 29 #define NCC 8
36 unsigned char c_cc[NCC];
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 22 #define NCC 8
29 unsigned char c_cc[NCC]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 21 #define NCC 8
28 unsigned char c_cc[NCC]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 36 #define NCC 8
44 unsigned char c_cc[NCC]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 36 #define NCC 8
44 unsigned char c_cc[NCC]; /* control characters */
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 173 ARMCC::CondCodes NCC = getITInstrPredicate(*I, NPredReg);
174 if (NCC == CC || NCC == OCC)
230 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg);
231 if (NCC == CC || NCC == OCC) {
232 Mask |= (NCC & 1) << Pos;
238 if (NCC == ARMCC::AL &&
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 39 NCC = 8
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/
IOCTL.py 39 NCC = 8
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/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2ITBlockPass.cpp 156 ARMCC::CondCodes NCC = llvm::getITInstrPredicate(I, NPredReg);
157 if (NCC == CC || NCC == OCC)
209 ARMCC::CondCodes NCC = llvm::getITInstrPredicate(NMI, NPredReg);
210 if (NCC == CC || NCC == OCC) {
211 Mask |= (NCC & 1) << Pos;
217 if (NCC == ARMCC::AL &&
Thumb2InstrInfo.cpp 589 ARMCC::CondCodes NCC = llvm::getInstrPredicate(NMI, PredReg);
590 if (!(NCC == CC || NCC == OCC) ||
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 53 #define NCC 8
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 53 #define NCC 8
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 118 if (SrcReg == BF::NCC) {
132 if (DestReg == BF::NCC) {
145 if (DestReg == BF::NCC && SrcReg == BF::CC) {
151 if (DestReg == BF::CC && SrcReg == BF::NCC) {
BlackfinRegisterInfo.cpp 284 if (SpillReg.getReg()==BF::NCC) {
316 // Restore NCC (CC = D==0)
317 BuildMI(MBB, II, DL, TII.get(BF::SETEQri_not), BF::NCC)
  /external/libedit/src/
tty.h 269 * ttychars > NCC are defined. So we undefine them.
275 # ifdef NCC
276 # define NUMCC NCC
277 # endif /* NCC */
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 234 for (i = 0; i < NCC; i++) {
311 for (i = 0; i < NCC; i++) {
  /external/strace/
term.c 106 for (i = 0; i < NCC; i++)
  /external/python/cpython2/Modules/
termios.c 677 #ifdef NCC
678 {"NCC", NCC},
  /external/python/cpython3/Modules/
termios.c 707 #ifdef NCC
708 {"NCC", NCC},
  /external/valgrind/include/vki/
vki-ppc32-linux.h 490 #define NCC 10
497 unsigned char c_cc[NCC]; /* control characters */
    [all...]
vki-mips32-linux.h 497 #define NCC 8
    [all...]
vki-mips64-linux.h 504 #define NCC 8
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/google-tv-pairing-protocol/cpp/
configure     [all...]

Completed in 444 milliseconds

1 2