/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SHA256.cpp | 34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
|
/freebsd-src/lib/libc/stdlib/ |
H A D | strfmon.c | 60 #define PRINT(CH) do { \ argument
|
/freebsd-src/usr.bin/gencat/ |
H A D | gencat.c | 346 #define CASEOF(CS, CH) \ argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 553 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 D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 777 SDValue CH = CurDAG->getEntryNode(); SelectFrameIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5401 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 D | ASTImporter.cpp | 4188 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; VisitIndirectFieldDecl() local
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5555 UINT8 CH; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2710 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 D | AMDGPULegalizerInfo.cpp | 3312 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 D | ASTWriter.cpp | 1665 auto CH = llvm::APInt(64, ContentHash); WriteInputFiles() local
|