Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/netbsd/share/i18n/csmapper/CP/
H A DMakefile.inc3 .PATH: ${.CURDIR}/CP
7 CLEANFILES+= mapper.dir.CP charset.pivot.CP
8 PART_CP!= ${TOOL_SED} '/^\#/d;/^$$/d;' ${.CURDIR}/CP/CP.part
10 mapper.dir.CP: ${.CURDIR}/CP/CP.part ${.CURDIR}/CP/mapper.dir.CP.src
17 mapper_std CP/CP$$f'%UCS.mps';\
19 mapper_std CP/UCS%CP$$f'.mps';\
21 cat ${.CURDIR}/CP/mapper.dir.CP.src;\
25 charset.pivot.CP: ${.CURDIR}/CP/CP.part ${.CURDIR}/CP/charset.pivot.CP.src
33 cat ${.CURDIR}/CP/charset.pivot.CP.src;\
38 FILES+= CP${i:S/:/@/}%UCS.mps UCS%CP${i:S/:/@/}.mps
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp168 if (!CP.isPE()) in layoutOptionalHeader()
210 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader; in layoutCOFF()
211 if (CP.isPE()) in layoutCOFF()
213 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
216 CP.SectionTableStart + CP.SectionTableSize; in layoutCOFF()
238 toDebugS(S.DebugS, CP.StringsAndChecksums, CP.Allocator); in layoutCOFF()
302 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size(); in layoutCOFF()
405 if (CP.isPE()) { in writeCOFF()
449 if (CP.isPE()) { in writeCOFF()
491 assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize); in writeCOFF()
[all …]
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c392 CP->op = &operator_done; in mpexpr_evaluate()
393 CP->argcount = 1; in mpexpr_evaluate()
486 CP->op->name, CP->argcount)); in mpexpr_evaluate()
492 if (IS_PAIRWISE (CP->op->type) && CP->argcount >= 2) in mpexpr_evaluate()
495 CP->argcount--; in mpexpr_evaluate()
500 CP->argcount++; in mpexpr_evaluate()
527 CP->op->name, CP->op->type)); in mpexpr_evaluate()
548 p->control_top, CP->op->name, CP->op->type, CP->argcount)); in mpexpr_evaluate()
649 && CP->argcount == 1) in mpexpr_evaluate()
660 int type = CP->op->type; in mpexpr_evaluate()
[all …]
/netbsd/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_cp.c108 SM_STATE(CP, INIT) in SM_STATE() argument
110 SM_ENTRY(CP, INIT); in SM_STATE()
132 SM_STATE(CP, CHANGE) in SM_STATE() argument
134 SM_ENTRY(CP, CHANGE); in SM_STATE()
147 SM_STATE(CP, ALLOWED) in SM_STATE() argument
185 SM_STATE(CP, SECURED) in SM_STATE() argument
266 SM_STATE(CP, READY) in SM_STATE() argument
320 SM_STATE(CP, RETIRE) in SM_STATE() argument
340 SM_STEP(CP) in SM_STEP() argument
484 SM_STEP_RUN(CP); in ieee802_1x_cp_sm_init()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp604 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in adjustCopiesBackFrom()
606 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in adjustCopiesBackFrom()
792 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in removeCopyByCommutingDef()
794 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in removeCopyByCommutingDef()
1263 Register SrcReg = CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg(); in reMaterializeTrivialDef()
1264 unsigned SrcIdx = CP.isFlipped() ? CP.getDstIdx() : CP.getSrcIdx(); in reMaterializeTrivialDef()
1265 Register DstReg = CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg(); in reMaterializeTrivialDef()
1266 unsigned DstIdx = CP.isFlipped() ? CP.getSrcIdx() : CP.getDstIdx(); in reMaterializeTrivialDef()
2067 updateRegDefsUses(CP.getDstReg(), CP.getDstReg(), CP.getDstIdx()); in joinCopy()
2068 updateRegDefsUses(CP.getSrcReg(), CP.getDstReg(), CP.getSrcIdx()); in joinCopy()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp68 if (CP == ConstantPools.end()) in getConstantPool()
71 return &CP->second; in getConstantPool()
80 ConstantPool &CP) { in emitConstantPool() argument
81 if (!CP.empty()) { in emitConstantPool()
83 CP.emitEntries(Streamer); in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
93 emitConstantPool(Streamer, Section, CP); in emitAll()
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
100 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
105 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
[all …]
/netbsd/share/i18n/esdb/CP/
H A DMakefile.inc3 .PATH: ${.CURDIR}/CP
5 CODE:= CP
10 .if !exists(${.CURDIR}/CP/CP${i:S/:/@/}.src)
11 CP${i:S/:/@/}.src: CP.src
14 CLEANFILES+= CP${i:S/:/@/}.src
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp73 const Constant *CP; member
88 return GV != nullptr || CP != nullptr || ES != nullptr || in hasSymbolicDisplacement()
252 if (AM.CP) { in getSymbolicDisplacement()
548 AM.CP = CP->getConstVal(); in matchWrapper()
549 AM.Alignment = CP->getAlign(); in matchWrapper()
550 AM.SymbolFlags = CP->getTargetFlags(); in matchWrapper()
551 if (!foldOffsetIntoAddress(CP->getOffset(), AM)) { in matchWrapper()
588 AM.CP = CP->getConstVal(); in matchWrapper()
589 AM.Alignment = CP->getAlign(); in matchWrapper()
590 AM.Disp += CP->getOffset(); in matchWrapper()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dmips-opc.c253 #define CP INSN_COP macro
546 {"vcallms", "+f", 0x4a000038, 0xffe0003f, CP, 0, VU0, 0, 0 },
547 {"vcallmsr", "+9", 0x4a000039, 0xffff07ff, CP, 0, VU0, 0, 0 },
555 {"viadd", "+8,+9,+0", 0x4a000030, 0xffe0003f, CP, 0, VU0, 0, 0 },
557 {"viand", "+8,+9,+0", 0x4a000034, 0xffe0003f, CP, 0, VU0, 0, 0 },
562 {"vior", "+8,+9,+0", 0x4a000035, 0xffe0003f, CP, 0, VU0, 0, 0 },
617 {"vmtir", "+0,+6+L", 0x4a0003fc, 0xff8007ff, CP, 0, VU0, 0, 0 },
632 {"vnop", "", 0x4a0002ff, 0xffffffff, CP, 0, VU0, 0, 0 },
641 {"vrxor", "+r,+6+L", 0x4a00043f, 0xff9f07ff, CP, 0, VU0, 0, 0 },
644 {"vsqrt", "+q,+7+M", 0x4a2003bd, 0xfe60ffff, CP, 0, VU0, 0, 0 },
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-opc.c253 #define CP INSN_COP macro
546 {"vcallms", "+f", 0x4a000038, 0xffe0003f, CP, 0, VU0, 0, 0 },
547 {"vcallmsr", "+9", 0x4a000039, 0xffff07ff, CP, 0, VU0, 0, 0 },
555 {"viadd", "+8,+9,+0", 0x4a000030, 0xffe0003f, CP, 0, VU0, 0, 0 },
557 {"viand", "+8,+9,+0", 0x4a000034, 0xffe0003f, CP, 0, VU0, 0, 0 },
562 {"vior", "+8,+9,+0", 0x4a000035, 0xffe0003f, CP, 0, VU0, 0, 0 },
617 {"vmtir", "+0,+6+L", 0x4a0003fc, 0xff8007ff, CP, 0, VU0, 0, 0 },
632 {"vnop", "", 0x4a0002ff, 0xffffffff, CP, 0, VU0, 0, 0 },
641 {"vrxor", "+r,+6+L", 0x4a00043f, 0xff9f07ff, CP, 0, VU0, 0, 0 },
644 {"vsqrt", "+q,+7+M", 0x4a2003bd, 0xfe60ffff, CP, 0, VU0, 0, 0 },
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dmips-opc.c254 #define CP INSN_COP macro
548 {"vcallms", "+f", 0x4a000038, 0xffe0003f, CP, 0, VU0, 0, 0 },
549 {"vcallmsr", "+9", 0x4a000039, 0xffff07ff, CP, 0, VU0, 0, 0 },
557 {"viadd", "+8,+9,+0", 0x4a000030, 0xffe0003f, CP, 0, VU0, 0, 0 },
564 {"vior", "+8,+9,+0", 0x4a000035, 0xffe0003f, CP, 0, VU0, 0, 0 },
619 {"vmtir", "+0,+6+L", 0x4a0003fc, 0xff8007ff, CP, 0, VU0, 0, 0 },
634 {"vnop", "", 0x4a0002ff, 0xffffffff, CP, 0, VU0, 0, 0 },
643 {"vrxor", "+r,+6+L", 0x4a00043f, 0xff9f07ff, CP, 0, VU0, 0, 0 },
646 {"vsqrt", "+q,+7+M", 0x4a2003bd, 0xfe60ffff, CP, 0, VU0, 0, 0 },
661 {"vwaitq", "", 0x4a0003bf, 0xffffffff, CP, 0, VU0, 0, 0 },
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dmips-opc.c253 #define CP INSN_COP macro
546 {"vcallms", "+f", 0x4a000038, 0xffe0003f, CP, 0, VU0, 0, 0 },
547 {"vcallmsr", "+9", 0x4a000039, 0xffff07ff, CP, 0, VU0, 0, 0 },
555 {"viadd", "+8,+9,+0", 0x4a000030, 0xffe0003f, CP, 0, VU0, 0, 0 },
557 {"viand", "+8,+9,+0", 0x4a000034, 0xffe0003f, CP, 0, VU0, 0, 0 },
562 {"vior", "+8,+9,+0", 0x4a000035, 0xffe0003f, CP, 0, VU0, 0, 0 },
617 {"vmtir", "+0,+6+L", 0x4a0003fc, 0xff8007ff, CP, 0, VU0, 0, 0 },
632 {"vnop", "", 0x4a0002ff, 0xffffffff, CP, 0, VU0, 0, 0 },
641 {"vrxor", "+r,+6+L", 0x4a00043f, 0xff9f07ff, CP, 0, VU0, 0, 0 },
644 {"vsqrt", "+q,+7+M", 0x4a2003bd, 0xfe60ffff, CP, 0, VU0, 0, 0 },
[all …]
/netbsd/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DLINUX248 CP="cp -p"
57 if test "x$lr" != "x" ; then $CP $1 "$2" ; fi
77 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
78 $CP -f /etc/host.conf /etc/hosts /etc/passwd etc
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement()
74 } else if (CP) { in dump()
76 CP->dump(); in dump()
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
148 AM.CP = CP->getConstVal(); in MatchWrapper()
149 AM.Alignment = CP->getAlign(); in MatchWrapper()
150 AM.Disp += CP->getOffset(); in MatchWrapper()
265 else if (AM.CP) in SelectAddr()
266 Disp = CurDAG->getTargetConstantPool(AM.CP, MVT::i16, AM.Alignment, AM.Disp, in SelectAddr()
/netbsd/crypto/external/bsd/heimdal/dist/packages/windows/sdk/
H A DNTMakefile122 $(CP) $** $@
125 $(CP) $** $@
128 $(CP) $** $@
131 $(CP) $** $@
134 $(CP) $** $@
137 $(CP) $** $@
140 $(CP) $** $@
143 $(CP) $** $@
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
194 getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); in getExistingMachineCPValue()
197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
241 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment); in getExistingMachineCPValue()
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl() argument
80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
114 int getExistingMachineCPValue(MachineConstantPool *CP,
187 int getExistingMachineCPValue(MachineConstantPool *CP,
223 int getExistingMachineCPValue(MachineConstantPool *CP,
259 int getExistingMachineCPValue(MachineConstantPool *CP,
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h670 static unsigned getHashValue(const ConstantClass *CP) {
672 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
745 void remove(ConstantClass *CP) {
746 typename MapTy::iterator I = Map.find(CP);
748 assert(*I == CP && "Didn't find correct element?");
756 LookupKey Key(CP->getType(), ValType(Operands, CP));
766 remove(CP);
770 CP->setOperand(OperandNo, To);
773 if (CP->getOperand(I) == From)
774 CP->setOperand(I, To);
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition() argument
31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition()
36 if (CP.size() > 1) in UpdatePosition()
39 switch (CP[0]) { in UpdatePosition()
/netbsd/distrib/syspkg/mk/
H A Dbsd.syspkg.mk103 CP?= /bin/cp
586 ${CP} ${DESCR} ${PKG_DBDIR}/${PKGNAME}/+DESC; \
587 ${CP} ${COMMENT} ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \
588 ${CP} ${BUILD_VERSION_FILE} ${PKG_DBDIR}/${PKGNAME}/+BUILD_VERSION; \
589 ${CP} ${BUILD_INFO_FILE} ${PKG_DBDIR}/${PKGNAME}/+BUILD_INFO; \
591 ${CP} ${SIZE_PKG_FILE} ${PKG_DBDIR}/${PKGNAME}/+SIZE_PKG; \
594 ${CP} ${SIZE_ALL_FILE} ${PKG_DBDIR}/${PKGNAME}/+SIZE_ALL; \
598 ${CP} ${PKG_INSTALL_FILE} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \
603 ${CP} ${PKG_DEINSTALL_FILE} ${PKG_DBDIR}/${PKGNAME}/+DEINSTALL; \
608 ${CP} ${MESSAGE_FILE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \
/netbsd/crypto/external/bsd/heimdal/dist/doc/
H A DNTMakefile56 $(CP) $** $@
86 $(CP) $** $@
91 $(CP) heimdal.chm $@
107 $(CP) $** $@
112 $(CP) hx509.chm $@
/netbsd/distrib/sets/lists/base/
H A Dmi2205 ./usr/share/i18n/csmapper/CP base-sysutil-share
2633 ./usr/share/i18n/esdb/CP base-sysutil-share
2634 ./usr/share/i18n/esdb/CP/CP037.esdb base-sysutil-share nls
2635 ./usr/share/i18n/esdb/CP/CP038.esdb base-sysutil-share nls
2672 ./usr/share/i18n/esdb/CP/CP273.esdb base-sysutil-share nls
2673 ./usr/share/i18n/esdb/CP/CP274.esdb base-sysutil-share nls
2674 ./usr/share/i18n/esdb/CP/CP275.esdb base-sysutil-share nls
2675 ./usr/share/i18n/esdb/CP/CP277.esdb base-sysutil-share nls
2676 ./usr/share/i18n/esdb/CP/CP278.esdb base-sysutil-share nls
2677 ./usr/share/i18n/esdb/CP/CP280.esdb base-sysutil-share nls
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-8020.dtsi19 * in CP master is not connected (by package) to the oscillator. So
20 * disable it. However, the RTC clock in CP slave is connected to the
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dintegratorcp.dts3 * Device Tree for the ARM Integrator/CP platform
10 model = "ARM Integrator/CP";
44 * The Integrator/CP overall clocking architecture can be found in
235 * the same interrupts in all Integrators, but in the CP
269 * These PrimeCells are only available on the Integrator/CP

12345678910>>...19