Searched refs:CP (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-11-stable/share/i18n/csmapper/CP/
H A DMakefile4 CODE= CP
8 mapper.dir.CP: CP.part mapper.dir.CP.src
10 echo "# CP";\
13 printf '%-32s%-16s%s\n' CP$$i'/UCS' \
14 mapper_std CP/CP$$f'%UCS.mps';\
15 printf '%-32s%-16s%s\n' UCS/CP$$i \
16 mapper_std CP/UC
[all...]
/freebsd-11-stable/share/i18n/esdb/CP/
H A DMakefile4 CODE= CP
5 SED_EXP= "s/CPx/CP%%PART%%/"
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c81 CP(md32, mdv, md_version);
82 CP(md32, mdv, md_unit);
83 CP(md32, mdv, md_type);
85 CP(md32, mdv, md_mediasize);
86 CP(md32, mdv, md_sectorsize);
87 CP(md32, mdv, md_options);
88 CP(md32, mdv, md_base);
89 CP(md32, mdv, md_fwheads);
90 CP(md32, mdv, md_fwsectors);
117 CP(md
[all...]
H A Dfreebsd32_misc.c146 CP(*s, *s32, ru_maxrss);
147 CP(*s, *s32, ru_ixrss);
148 CP(*s, *s32, ru_idrss);
149 CP(*s, *s32, ru_isrss);
150 CP(*s, *s32, ru_minflt);
151 CP(*s, *s32, ru_majflt);
152 CP(*s, *s32, ru_nswap);
153 CP(*s, *s32, ru_inblock);
154 CP(*s, *s32, ru_oublock);
155 CP(*
[all...]
/freebsd-11-stable/sys/kern/
H A Dsysv_ipc.c198 CP(*ip32, *ip, cuid);
199 CP(*ip32, *ip, cgid);
200 CP(*ip32, *ip, uid);
201 CP(*ip32, *ip, gid);
202 CP(*ip32, *ip, mode);
203 CP(*ip32, *ip, seq);
204 CP(*ip32, *ip, key);
211 CP(*ip, *ip32, cuid);
212 CP(*ip, *ip32, cgid);
213 CP(*i
[all...]
H A Dsysv_shm.c1046 CP(tshmseg, tshmseg32, u.shm_segsz);
1047 CP(tshmseg, tshmseg32, u.shm_lpid);
1048 CP(tshmseg, tshmseg32, u.shm_cpid);
1049 CP(tshmseg, tshmseg32, u.shm_nattch);
1050 CP(tshmseg, tshmseg32, u.shm_atime);
1051 CP(tshmseg, tshmseg32, u.shm_dtime);
1052 CP(tshmseg, tshmseg32, u.shm_ctime);
1419 CP(u32.shmid_ds32, u.shmid_ds, shm_segsz);
1420 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid);
1421 CP(u3
[all...]
H A Dsysv_msg.c1430 CP(tmsqk, tmsqk32, u.msg_cbytes);
1431 CP(tmsqk, tmsqk32, u.msg_qnum);
1432 CP(tmsqk, tmsqk32, u.msg_qbytes);
1433 CP(tmsqk, tmsqk32, u.msg_lspid);
1434 CP(tmsqk, tmsqk32, u.msg_lrpid);
1435 CP(tmsqk, tmsqk32, u.msg_stime);
1436 CP(tmsqk, tmsqk32, u.msg_rtime);
1437 CP(tmsqk, tmsqk32, u.msg_ctime);
1698 CP(msqbuf32, msqbuf, msg_cbytes);
1699 CP(msqbuf3
1841 #define CP macro
1897 #undef CP macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); local
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; local
93 emitConstantPool(Streamer, Section, CP);
99 if (ConstantPool *CP = getConstantPool(Section))
100 emitConstantPool(Streamer, Section, *CP);
79 emitConstantPool(MCStreamer &Streamer, MCSection *Section, ConstantPool &CP) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp166 // Take a CP and assign addresses and sizes to everything. Returns false if the
168 static bool layoutOptionalHeader(COFFParser &CP) { argument
169 if (!CP.isPE())
171 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header)
173 CP.Obj.Header.SizeOfOptionalHeader =
205 // Take a CP and assign addresses and sizes to everything. Returns false if the
207 static bool layoutCOFF(COFFParser &CP) { argument
210 CP.SectionTableStart =
211 CP.getHeaderSize() + CP
351 initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) argument
405 writeCOFF(COFFParser &CP, raw_ostream &OS) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dabi_compat.h41 #define CP(src, dst, fld) do { \ macro
58 CP((src).fld, (dst).fld, tv_sec); \
59 CP((src).fld, (dst).fld, tv_usec); \
63 CP((src).fld, (dst).fld, tv_sec); \
64 CP((src).fld, (dst).fld, tv_nsec); \
73 CP((src).fld, (dst).fld, sec); \
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c2 * 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 Boolean chgd_server; /* clear by CP */
47 Boolean new_sak; /* clear by CP */
55 /* CP -> KaY */
65 /* CP -> SecY */
76 /* SecY -> CP */
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp224 bool joinIntervals(CoalescerPair &CP);
227 bool joinVirtRegs(CoalescerPair &CP);
235 bool joinReservedPhysReg(CoalescerPair &CP);
243 LaneBitmask LaneMask, CoalescerPair &CP,
249 LaneBitmask LaneMask, const CoalescerPair &CP);
255 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
270 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
274 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
278 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
282 bool canJoinPhys(const CoalescerPair &CP);
584 adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI) argument
767 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument
1054 removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI) argument
1233 reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) argument
1768 canJoinPhys(const CoalescerPair &CP) argument
2013 joinReservedPhysReg(CoalescerPair &CP) argument
2224 const CoalescerPair &CP; member in class:__anon1798::JoinVals
3250 joinSubRegRanges(LiveRange &LRange, LiveRange &RRange, LaneBitmask LaneMask, const CoalescerPair &CP) argument
3313 mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge, LaneBitmask LaneMask, CoalescerPair &CP, unsigned ComposeSubRegIdx) argument
3344 joinVirtRegs(CoalescerPair &CP) argument
3460 joinIntervals(CoalescerPair &CP) argument
3503 checkMergingChangesDbgValues(CoalescerPair &CP, LiveRange &LHS, JoinVals &LHSVals, LiveRange &RHS, JoinVals &RHSVals) argument
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A DMakefile19 ${CP} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
H A DSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } argument
/freebsd-11-stable/lib/libexpat/
H A DMakefile32 ${CP} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member in struct:__anon2295::MSP430ISelAddressMode
53 unsigned Align = 0; // 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.Align = CP
[all...]
/freebsd-11-stable/share/i18n/csmapper/
H A DMakefile.depend9 share/i18n/csmapper/CP \
/freebsd-11-stable/share/i18n/esdb/
H A DMakefile.depend8 share/i18n/esdb/CP \
/freebsd-11-stable/kerberos5/lib/libgssapi_spnego/
H A DMakefile49 ${CP} ${.IMPSRC} ${.TARGET}
52 ${CP} ${.IMPSRC} ${.TARGET}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
194 getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
197 CP->getConstants()[index].Val.MachineCPVal);
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
241 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, argument
82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
116 int getExistingMachineCPValue(MachineConstantPool *CP,
189 int getExistingMachineCPValue(MachineConstantPool *CP,
225 int getExistingMachineCPValue(MachineConstantPool *CP,
261 int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmakefile.vms27 $(CP) $< $@
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c155 CP(*from, *to, cipher);
156 CP(*from, *to, mac);
157 CP(*from, *to, keylen);
159 CP(*from, *to, mackeylen);
161 CP(*from, *to, ses);
170 CP(*from, *to, crid);
177 CP(*from, *to, cipher);
178 CP(*from, *to, mac);
179 CP(*from, *to, keylen);
181 CP(*fro
[all...]

Completed in 170 milliseconds

12345678