Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
/freebsd-src/lib/libc/stdlib/
H A Dstrfmon.c60 #define PRINT(CH) do { \ argument
/freebsd-src/usr.bin/gencat/
H A Dgencat.c346 #define CASEOF(CS, CH) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp553 translateIntrinsicFunctionCode(char CH,FunctionIdentifierCodeGroup Group) translateIntrinsicFunctionCode() argument
699 const char CH = MangledName.front(); demangleFunctionIdentifierCode() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp777 SDValue CH = CurDAG->getEntryNode(); SelectFrameIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5401 IndirectFieldDecl(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,MutableArrayRef<NamedDecl * > CH) IndirectFieldDecl() argument
5413 Create(ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,QualType T,llvm::MutableArrayRef<NamedDecl * > CH) Create() argument
H A DASTImporter.cpp4188 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; VisitIndirectFieldDecl() local
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5555 UINT8 CH; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2710 SDValue CH = DAG.getConstantFP(IsLog10 ? ch_log10 : ch_log, DL, VT); LowerFLOGCommon() local
3016 SDValue CH = DAG.getConstantFP(IsExp10 ? ch_exp10 : ch_exp, SL, VT); lowerFEXP() local
H A DAMDGPULegalizerInfo.cpp3312 auto CH = B.buildFConstant(Ty, IsLog10 ? ch_log10 : ch_log); legalizeFlogCommon() local
3586 auto CH = B.buildFConstant(Ty, IsExp10 ? ch_exp10 : ch_exp); legalizeFExp() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1665 auto CH = llvm::APInt(64, ContentHash); WriteInputFiles() local