Searched refs:CH (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.h149 #define OHCI_ITOFF(CH) (0x200 + 0x10 * (CH))
150 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH))
151 #define OHCI_ITCTLCLR(CH) (OHCI_ITOFF(CH) + 4)
152 #define OHCI_ITCMD(CH) (OHCI_ITOFF(CH) + 0xc)
154 #define OHCI_IROFF(CH) (0x400 + 0x20 * (CH))
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.PreprocessorStatement.d.ksh44 $dtrace -CH -s /dev/stdin <<EOF
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp526 Demangler::translateIntrinsicFunctionCode(char CH, argument
529 if (!(CH >= '0' && CH <= '9') && !(CH >= 'A' && CH <= 'Z')) {
653 int Index = (CH >= '0' && CH <= '9') ? (CH - '0') : (CH - 'A' + 10);
674 switch (char CH
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S22 #define CH r5 define
148 P_TMP = cmp.gt(CH,#-1)
178 EXPC = extractu(CH,#EXPBITS,#HI_MANTBITS)
237 #undef CH
508 #define CH r5 define
693 CH = insert(TMP,#EXPBITS,#HI_MANTBITS) define
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp506 SDValue LL, LH, RL, RH, CL, CH; local
512 CL = CH = Cond;
515 std::tie(CL, CH) = DAG.SplitVector(Res->getOperand(0), dl);
520 GetSplitVector(Cond, CL, CH);
531 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
533 SplitVecRes_SETCC(Cond.getNode(), CL, CH);
535 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
539 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp94 {codeview::RegisterId::CH, X86::CH},
619 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
620 return X86::CH;
631 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
668 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
704 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
740 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
H A DX86MCCodeEmitter.cpp1190 if (Reg == X86::AH || Reg == X86::BH || Reg == X86::CH || Reg == X86::DH)
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c244 #define OHCI_ITOFF(CH) (0x200 + 0x10 * (CH))
245 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH))
246 #define OHCI_ITCTLCLR(CH) (OHCI_ITOFF(CH) + 4)
247 #define OHCI_ITCMD(CH) (OHCI_ITOFF(CH) + 0xc)
249 #define OHCI_IROFF(CH) (0x400 + 0x20 * (CH))
[all...]
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c348 #define CASEOF(CS, CH) \
350 *tptr++ = CH; \
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c59 #define PRINT(CH) do { \
62 *dst++ = CH; \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h211 translateIntrinsicFunctionCode(char CH, FunctionIdentifierCodeGroup Group);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h84 ENTRY(CH) \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4772 MutableArrayRef<NamedDecl *> CH)
4773 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()),
4774 ChainingSize(CH.size()) {
4784 llvm::MutableArrayRef<NamedDecl *> CH) {
4785 return new (C, DC) IndirectFieldDecl(C, DC, L, Id, T, CH);
4769 IndirectFieldDecl(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, MutableArrayRef<NamedDecl *> CH) argument
4782 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, llvm::MutableArrayRef<NamedDecl *> CH) argument
H A DASTImporter.cpp3647 llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()};
3650 Loc, Name.getAsIdentifierInfo(), *TypeOrErr, CH))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp754 SDValue CH = CurDAG->getEntryNode(); local
755 SDValue Ops[] = { CurDAG->getCopyFromReg(CH, DL, AR, MVT::i32), FI, Zero };
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6666 UINT8 CH; member in struct:__anon6025
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2987 MutableArrayRef<NamedDecl *> CH);
2996 QualType T, llvm::MutableArrayRef<NamedDecl *> CH);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1437 auto CH = llvm::APInt(64, ContentHash); local
1439 static_cast<uint32_t>(CH.getLoBits(32).getZExtValue());
1441 static_cast<uint32_t>(CH.getHiBits(32).getZExtValue());
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c165 FLOWC_PARAM(CH, pi->tx_chan);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c282 #define CH { OP_IMREG, ch_reg } macro
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c1178 IAPDESCR(6CH, 0x6C, IAP_M_AGENT | IAP_M_CORE, IAP_F_ALLCPUSCORE2),

Completed in 689 milliseconds