Home
last modified time | relevance | path

Searched defs:CH (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c109 #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 Dfwohci.c245 #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 Ddffma.S22 #define CH r5 macro
506 #define CH r5 macro
691 CH = insert(TMP,#EXPBITS,#HI_MANTBITS) define
/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c27 #define CH(X, Y, Z) ((((Y) ^ (Z)) & (X)) ^ (Z)) macro
H A Dsha2small.c27 #define CH(X, Y, Z) ((((Y) ^ (Z)) & (X)) ^ (Z)) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c60 #define PRINT(CH) do { \ argument
/freebsd/usr.bin/gencat/
H A Dgencat.c346 #define CASEOF(CS, CH) \ argument
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h104 #define CH(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp566 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode()
712 const char CH = MangledName.front(); in demangleFunctionIdentifierCode() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5463 MutableArrayRef<NamedDecl *> CH) in IndirectFieldDecl()
5475 llvm::MutableArrayRef<NamedDecl *> CH) { in Create()
H A DASTImporter.cpp4268 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; in VisitIndirectFieldDecl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp782 SDValue CH = CurDAG->getEntryNode(); in SelectFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2751 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 DAMDGPULegalizerInfo.cpp3408 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 DBaseLib.h5739 UINT8 CH; member