/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | obsolete.c | 109 #define CH(n) UChar((source) >> ((n) * 8)) in _nc_conv_to_utf8() macro 183 #define CH(n) UChar((*target) >> ((n) * 8)) in _nc_conv_to_utf32() macro
|
/freebsd/sys/dev/firewire/ |
H A D | fwohci.c | 245 #define OHCI_ITOFF(CH) (0x200 + 0x10 * (CH)) argument 246 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH)) argument 247 #define OHCI_ITCTLCLR(CH) (OHCI_ITOFF(CH) + 4) argument 248 #define OHCI_ITCMD(CH) (OHCI_ITOFF(CH) + 0xc) argument 250 #define OHCI_IROFF(CH) (0x400 + 0x20 * (CH)) argument 251 #define OHCI_IRCTL(CH) (OHCI_IROFF(CH)) argument 252 #define OHCI_IRCTLCLR(CH) (OHCI_IROFF(CH) + 4) argument 253 #define OHCI_IRCMD(CH) (OHCI_IROFF(CH) + 0xc) argument 254 #define OHCI_IRMATCH(CH) (OHCI_IROFF(CH) + 0x10) argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dffma.S | 22 #define CH r5 macro 506 #define CH r5 macro 691 CH = insert(TMP,#EXPBITS,#HI_MANTBITS) define
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2big.c | 27 #define CH(X, Y, Z) ((((Y) ^ (Z)) & (X)) ^ (Z)) macro
|
H A D | sha2small.c | 27 #define CH(X, Y, Z) ((((Y) ^ (Z)) & (X)) ^ (Z)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SHA256.cpp | 34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 60 #define PRINT(CH) do { \ argument
|
/freebsd/usr.bin/gencat/ |
H A D | gencat.c | 346 #define CASEOF(CS, CH) \ argument
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 104 #define CH(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 566 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode() 712 const char CH = MangledName.front(); in demangleFunctionIdentifierCode() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5463 MutableArrayRef<NamedDecl *> CH) in IndirectFieldDecl() 5475 llvm::MutableArrayRef<NamedDecl *> CH) { in Create()
|
H A D | ASTImporter.cpp | 4268 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; in VisitIndirectFieldDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 782 SDValue CH = CurDAG->getEntryNode(); in SelectFrameIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2751 SDValue CH = DAG.getConstantFP(IsLog10 ? ch_log10 : ch_log, DL, VT); in LowerFLOGCommon() local 3057 SDValue CH = DAG.getConstantFP(IsExp10 ? ch_exp10 : ch_exp, SL, VT); in lowerFEXP() local
|
H A D | AMDGPULegalizerInfo.cpp | 3408 auto CH = B.buildFConstant(Ty, IsLog10 ? ch_log10 : ch_log); in legalizeFlogCommon() local 3682 auto CH = B.buildFConstant(Ty, IsExp10 ? ch_exp10 : ch_exp); in legalizeFExp() local
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5739 UINT8 CH; member
|