Home
last modified time | relevance | path

Searched defs:CR2 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/sys/
H A Dioctl_compat.h119 #define CR2 0x00002000 /* tty 37 */ macro
/netbsd-src/lib/librpcsvc/
H A Drex.x124 const CR2 = 0x00002000; /* tty 37 */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp969 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp()
975 BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp()
984 WO, BB, [WO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueOverflowIntrinsic()
H A DValueTracking.cpp4653 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d1007 enum CR2 = 0x0000400; // 0002000 in version() local
1042 enum CR2 = 0x00002000; in version() local
1214 enum CR2 = 0x0000400; in version() local
1249 enum CR2 = 0x0000400; // 0002000 in version() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp449 const ConstantRange &CR1, const ConstantRange &CR2, in getPreferredRange()