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

1234

/freebsd-10.0-release/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-10.0-release/share/i18n/esdb/CP/
H A DMakefile4 CODE= CP
5 SED_EXP= "s/CPx/CP%%PART%%/"
/freebsd-10.0-release/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.c139 CP(*s, *s32, ru_maxrss);
140 CP(*s, *s32, ru_ixrss);
141 CP(*s, *s32, ru_idrss);
142 CP(*s, *s32, ru_isrss);
143 CP(*s, *s32, ru_minflt);
144 CP(*s, *s32, ru_majflt);
145 CP(*s, *s32, ru_nswap);
146 CP(*s, *s32, ru_inblock);
147 CP(*s, *s32, ru_oublock);
148 CP(*
[all...]
H A Dfreebsd32.h39 #define CP(src,dst,fld) do { (dst).fld = (src).fld; } while (0) macro
59 CP((src).fld,(dst).fld,tv_sec); \
60 CP((src).fld,(dst).fld,tv_usec); \
68 CP((src).fld,(dst).fld,tv_sec); \
69 CP((src).fld,(dst).fld,tv_nsec); \
/freebsd-10.0-release/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.c1146 CP(u32.shmid_ds32, u.shmid_ds, shm_segsz);
1147 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid);
1148 CP(u32.shmid_ds32, u.shmid_ds, shm_cpid);
1149 CP(u32.shmid_ds32, u.shmid_ds, shm_nattch);
1150 CP(u32.shmid_ds32, u.shmid_ds, shm_atime);
1151 CP(u32.shmid_ds32, u.shmid_ds, shm_dtime);
1152 CP(u32.shmid_ds32, u.shmid_ds, shm_ctime);
1162 CP(u.shminfo, u32.shminfo32, shmmax);
1163 CP(u.shminfo, u32.shminfo32, shmmin);
1164 CP(
1297 #define CP macro
[all...]
H A Dsysv_msg.c1385 CP(msqbuf32, msqbuf, msg_cbytes);
1386 CP(msqbuf32, msqbuf, msg_qnum);
1387 CP(msqbuf32, msqbuf, msg_qbytes);
1388 CP(msqbuf32, msqbuf, msg_lspid);
1389 CP(msqbuf32, msqbuf, msg_lrpid);
1390 CP(msqbuf32, msqbuf, msg_stime);
1391 CP(msqbuf32, msqbuf, msg_rtime);
1392 CP(msqbuf32, msqbuf, msg_ctime);
1402 CP(msqbuf, msqbuf32, msg_cbytes);
1403 CP(msqbu
1531 #define CP macro
1589 #undef CP macro
[all...]
H A Dkern_proc.c1104 CP(*ki, *ki32, ki_layout);
1113 CP(*ki, *ki32, ki_pid);
1114 CP(*ki, *ki32, ki_ppid);
1115 CP(*ki, *ki32, ki_pgid);
1116 CP(*ki, *ki32, ki_tpgid);
1117 CP(*ki, *ki32, ki_sid);
1118 CP(*ki, *ki32, ki_tsid);
1119 CP(*ki, *ki32, ki_jobc);
1120 CP(*ki, *ki32, ki_tdev);
1121 CP(*k
[all...]
H A Dsysv_sem.c1415 #ifndef CP
1416 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0) macro
1460 CP(dsold, dsbuf, sem_base);
1461 CP(dsold, dsbuf, sem_nsems);
1462 CP(dsold, dsbuf, sem_otime);
1463 CP(dsold, dsbuf, sem_ctime);
1485 CP(dsbuf, dsold, sem_base);
1486 CP(dsbuf, dsold, sem_nsems);
1487 CP(dsbuf, dsold, sem_otime);
1488 CP(dsbu
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp142 bool joinIntervals(CoalescerPair &CP);
145 bool joinVirtRegs(CoalescerPair &CP);
148 bool joinReservedPhysReg(CoalescerPair &CP);
154 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
165 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
169 bool reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI);
172 bool canJoinPhys(const CoalescerPair &CP);
182 bool eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP);
425 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, argument
427 assert(!CP
568 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument
733 reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI) argument
847 eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP) argument
940 canJoinPhys(const CoalescerPair &CP) argument
1113 joinReservedPhysReg(CoalescerPair &CP) argument
1230 const CoalescerPair &CP; member in class:__anon2205::JoinVals
1907 joinVirtRegs(CoalescerPair &CP) argument
1968 joinIntervals(CoalescerPair &CP) argument
[all...]
H A DLiveRegMatrix.cpp121 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI);
123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
42 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
H A DSystemZConstantPoolValue.h43 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c143 CP(*from, *to, cipher);
144 CP(*from, *to, mac);
145 CP(*from, *to, keylen);
147 CP(*from, *to, mackeylen);
149 CP(*from, *to, ses);
158 CP(*from, *to, crid);
165 CP(*from, *to, cipher);
166 CP(*from, *to, mac);
167 CP(*from, *to, keylen);
169 CP(*fro
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp48 const Constant *CP; member in struct:__anon2420::MSP430ISelAddressMode
52 unsigned Align; // CP alignment.
55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0),
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1;
75 } else if (CP) {
76 errs() << " CP ";
77 CP->dump();
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
152 AM.CP = CP
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantsContext.h558 typename MapTy::iterator FindExistingElement(ConstantClass *CP) { argument
560 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
562 IMI->second->second == CP &&
568 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
569 ConstantKeyData<ConstantClass>::getValType(CP)));
570 if (I == Map.end() || I->second != CP) {
573 for (I = Map.begin(); I != Map.end() && I->second != CP; ++I)
613 void remove(ConstantClass *CP) { argument
614 typename MapTy::iterator I = FindExistingElement(CP);
616 assert(I->second == CP
666 getHashValue(const ConstantClass *CP) argument
715 findExistingElement(ConstantClass *CP) argument
755 insert(ConstantClass *CP) argument
760 remove(ConstantClass *CP) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
217 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
220 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
272 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
275 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
H A DARMConstantPoolValue.h87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
146 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
176 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
208 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms27 $(CP) $< $@
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_user.c185 #define CP(src,dst,fld) do { (dst).fld = (src).fld; } while (0) macro
2312 CP(*page32, arg.page, header);
2313 CP(*page32, arg.page, page_address);
2315 CP(*page32, arg.page, len);
2316 CP(*page32, arg.page, ioc_status);
2325 CP(*ext32, arg.ext, header);
2326 CP(*ext32, arg.ext, page_address);
2328 CP(*ext32, arg.ext, len);
2329 CP(*ext32, arg.ext, ioc_status);
2334 CP(*raid3
[all...]
/freebsd-10.0-release/share/i18n/csmapper/
H A DMakefile6 SUBDIR= APPLE AST BIG5 CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 JIS \
/freebsd-10.0-release/share/i18n/esdb/
H A DMakefile6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-10.0-release/crypto/openssl/util/
H A Dmk1mf.pl397 \$(CP) \"\$(O_SSL)\" \"\$(INSTALLTOP)${o}bin\"
398 \$(CP) \"\$(O_CRYPTO)\" \"\$(INSTALLTOP)${o}bin\"
399 \$(CP) \"\$(L_SSL)\" \"\$(INSTALLTOP)${o}lib\"
400 \$(CP) \"\$(L_CRYPTO)\" \"\$(INSTALLTOP)${o}lib\"
406 \$(CP) \"\$(E_SHLIB)\" \"\$(INSTALLTOP)${o}lib${o}engines\"
413 \$(CP) \"\$(O_SSL)\" \"\$(INSTALLTOP)${o}lib\"
414 \$(CP) \"\$(O_CRYPTO)\" \"\$(INSTALLTOP)${o}lib\"
475 CP=$cp
579 \$(CP) \"\$(INCO_D)${o}*.\[ch\]\" \"\$(INSTALLTOP)${o}include${o}openssl\"
580 \$(CP) \"\
[all...]

Completed in 367 milliseconds

1234