HomeSort by: relevance | last modified time | path
    Searched refs:CP (Results 1 - 25 of 211) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/share/i18n/csmapper/CP/
Makefile.inc 3 .PATH: ${.CURDIR}/CP
5 SRCS_mapper.dir+= mapper.dir.CP
6 SRCS_charset.pivot+= charset.pivot.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.sr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ConstantPools.cpp 67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
68 if (CP == ConstantPools.end())
71 return &CP->second;
80 ConstantPool &CP) {
81 if (!CP.empty()) {
83 CP.emitEntries(Streamer);
91 ConstantPool &CP = CPI.second;
93 emitConstantPool(Streamer, Section, CP);
99 if (ConstantPool *CP = getConstantPool(Section))
100 emitConstantPool(Streamer, Section, *CP);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 165 // Take a CP and assign addresses and sizes to everything. Returns false if the
167 static bool layoutOptionalHeader(COFFParser &CP) {
168 if (!CP.isPE())
170 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header)
172 CP.Obj.Header.SizeOfOptionalHeader =
204 // Take a CP and assign addresses and sizes to everything. Returns false if the
206 static bool layoutCOFF(COFFParser &CP) {
209 CP.SectionTableStart =
210 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader
    [all...]
  /src/external/lgpl3/gmp/dist/demos/expr/
expr.c 274 #define CP (p->control_stack + p->control_top)
289 a reference through CP. */
293 struct mpexpr_control_t *cp; \
297 cp = CP; \
298 cp->op = op; \
299 cp->argcount = (args); \
337 if (CP->argcount != (n)) \
340 str, CP->argcount, n)); \
392 CP->op = &operator_done
    [all...]
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_cp.c 2 * IEEE 802.1X-2010 Controlled Port of PAE state machine - CP state machine
21 #define STATE_MACHINE_DEBUG_PREFIX "CP"
36 /* CP -> Client */
39 /* Logon -> CP */
42 /* KaY -> CP */
43 bool chgd_server; /* clear by CP */
47 bool new_sak; /* clear by CP */
55 /* CP -> KaY */
65 /* CP -> SecY */
76 /* SecY -> CP */
    [all...]
  /src/external/ibm-public/postfix/dist/examples/chroot-setup/
LINUX2 48 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
  /src/crypto/external/bsd/heimdal/dist/packages/windows/sdk/
NTMakefile 122 $(CP) $** $@
125 $(CP) $** $@
128 $(CP) $** $@
131 $(CP) $** $@
134 $(CP) $** $@
137 $(CP) $** $@
140 $(CP) $** $@
143 $(CP) $** $@
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FormattedStream.cpp 30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) {
31 int Width = sys::unicode::columnWidthUTF8(CP);
36 if (CP.size() > 1)
39 switch (CP[0]) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 236 bool joinIntervals(CoalescerPair &CP);
239 bool joinVirtRegs(CoalescerPair &CP);
247 bool joinReservedPhysReg(CoalescerPair &CP);
255 LaneBitmask LaneMask, CoalescerPair &CP,
261 LaneBitmask LaneMask, const CoalescerPair &CP);
267 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
282 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
286 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
290 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
294 bool canJoinPhys(const CoalescerPair &CP);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/doc/
NTMakefile 56 $(CP) $** $@
86 $(CP) $** $@
91 $(CP) heimdal.chm $@
107 $(CP) $** $@
112 $(CP) hx509.chm $@
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
SystemZConstantPoolValue.h 45 int getExistingMachineCPValue(MachineConstantPool *CP,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 49 const Constant *CP = nullptr;
53 Align Alignment; // CP alignment.
58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
74 } else if (CP) {
75 errs() << " CP ";
76 CP->dump();
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
148 AM.CP = CP->getConstVal();
149 AM.Alignment = CP->getAlign()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
194 getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
197 CP->getConstants()[index].Val.MachineCPVal);
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
241 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
ARMConstantPoolValue.h 79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) {
80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
114 int getExistingMachineCPValue(MachineConstantPool *CP,
187 int getExistingMachineCPValue(MachineConstantPool *CP,
223 int getExistingMachineCPValue(MachineConstantPool *CP,
259 int getExistingMachineCPValue(MachineConstantPool *CP,
  /src/crypto/external/bsd/heimdal/dist/admin/
NTMakefile 64 $(CP) $(SRCDIR)\ktutil-commands.in $(OBJ)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 670 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?");
753 ConstantClass *CP, Value *From,
756 LookupKey Key(CP->getType(), ValType(Operands, CP));
766 remove(CP);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelDAGToDAG.cpp 73 const Constant *CP;
78 Align Alignment; // CP alignment.
84 Scale(1), GV(nullptr), CP(nullptr), BlockAddr(nullptr), ES(nullptr),
88 return GV != nullptr || CP != nullptr || ES != nullptr ||
252 if (AM.CP) {
253 Sym = CurDAG->getTargetConstantPool(AM.CP, MVT::i32, AM.Alignment,
547 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
548 AM.CP = CP->getConstVal();
549 AM.Alignment = CP->getAlign()
    [all...]
  /src/share/i18n/csmapper/
Makefile 13 SUBDIR= APPLE AST BIG5 CBM CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 \
  /src/share/i18n/esdb/
Makefile 15 SUBDIR= APPLE AST BIG5 CBM CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 \
  /src/crypto/external/bsd/heimdal/dist/kuser/
NTMakefile 111 $(CP) $(SRCDIR)\kdigest-commands.in $(OBJ)
117 $(CP) $(SRCDIR)\heimtools-commands.in $(OBJ)
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 110 CP=copy /Y
326 $(CP) $< $@
329 $(CP) $< $@
332 $(CP) $< $@
335 $(CP) $< $@
338 $(CP) $< $@
341 $(CP) $< $@
344 $(CP) $< $@
  /src/crypto/external/bsd/heimdal/dist/include/
NTMakefile 112 $(CP) << $@
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 24 CP=cp
194 log "$CP -a /etc/lvm \"$dir/lvm\" 2>> \"$log\""

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 9