HomeSort by relevance Sort by last modified time
    Searched defs:NCC (Results 1 - 15 of 15) sorted by null

  /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 */
  /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/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/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 &&
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /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/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...]

Completed in 310 milliseconds