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

12345678

/external/clang/test/CodeGen/
H A Dglobal-blocks-lines.c34 int (^CP)(void) = ^{ X = X+1; return X; };
42 CP();
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c49 #define CP "(child) " macro
70 tst_resm(TFAIL|TERRNO, CP"uname");
71 tst_resm(TINFO, CP"hostname (inherited from parent): %s",
75 tst_resm(TFAIL|TERRNO, CP"sethostname");
77 tst_resm(TFAIL|TERRNO, CP"uname");
79 tst_resm(TINFO, CP"hostname changed to: %s", uts.nodename);
81 tst_resm(TFAIL, CP"expected hostname to be different");
84 tst_resm(TPASS, CP"hostname is different in parent/child");
87 tst_resm(TINFO, CP"attempting to switch ns back to parent ns");
89 tst_resm(TFAIL|TERRNO, CP"setn
[all...]
/external/llvm/lib/MC/
H A DConstantPools.cpp51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); local
52 if (CP == ConstantPools.end())
55 return &CP->second;
64 ConstantPool &CP) {
65 if (!CP.empty()) {
67 CP.emitEntries(Streamer);
75 ConstantPool &CP = CPI.second; local
77 emitConstantPool(Streamer, Section, CP);
83 if (ConstantPool *CP = getConstantPool(Section)) {
84 emitConstantPool(Streamer, Section, *CP);
63 emitConstantPool(MCStreamer &Streamer, MCSection *Section, ConstantPool &CP) argument
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp151 // Take a CP and assign addresses and sizes to everything. Returns false if the
153 static bool layoutOptionalHeader(COFFParser &CP) { argument
154 if (!CP.isPE())
156 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header)
158 CP.Obj.Header.SizeOfOptionalHeader =
168 // Take a CP and assign addresses and sizes to everything. Returns false if the
170 static bool layoutCOFF(COFFParser &CP) { argument
173 CP.SectionTableStart =
174 CP.getHeaderSize() + CP
297 initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) argument
352 writeCOFF(COFFParser &CP, raw_ostream &OS) argument
[all...]
/external/wpa_supplicant_8/hostapd/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 */
43 /* KaY -> CP */
44 Boolean chgd_server; /* clear by CP */
49 Boolean new_sak; /* clear by CP */
57 /* CP -> KaY */
67 /* CP -> SecY */
78 /* SecY -> CP */
[all...]
/external/wpa_supplicant_8/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 */
43 /* KaY -> CP */
44 Boolean chgd_server; /* clear by CP */
49 Boolean new_sak; /* clear by CP */
57 /* CP -> KaY */
67 /* CP -> SecY */
78 /* SecY -> CP */
[all...]
/external/wpa_supplicant_8/wpa_supplicant/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 */
43 /* KaY -> CP */
44 Boolean chgd_server; /* clear by CP */
49 Boolean new_sak; /* clear by CP */
57 /* CP -> KaY */
67 /* CP -> SecY */
78 /* SecY -> CP */
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
57 Cp277 EBCDIC-CP-DK,EBCDIC-CP-NO,IBM277,csIBM277 0x0019
59 Cp278 EBCDIC-CP-FI,EBCDIC-CP-SE,IBM278,csIBM278 0x0019
61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
64 Cp284 EBCDIC-CP
[all...]
/external/clang/test/Index/Inputs/
H A Dt1.c28 int (^CP)(int) = ^(int x) { return x * global_var; };
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp153 bool joinIntervals(CoalescerPair &CP);
156 bool joinVirtRegs(CoalescerPair &CP);
159 bool joinReservedPhysReg(CoalescerPair &CP);
167 LaneBitmask LaneMask, CoalescerPair &CP);
172 LaneBitmask LaneMask, const CoalescerPair &CP);
178 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
190 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
194 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
198 bool canJoinPhys(const CoalescerPair &CP);
471 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, argument
624 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument
880 reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) argument
1324 canJoinPhys(const CoalescerPair &CP) argument
1545 joinReservedPhysReg(CoalescerPair &CP) argument
1722 const CoalescerPair &CP; member in class:__anon13967::JoinVals
2544 joinSubRegRanges(LiveRange &LRange, LiveRange &RRange, LaneBitmask LaneMask, const CoalescerPair &CP) argument
2599 mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge, LaneBitmask LaneMask, CoalescerPair &CP) argument
2639 joinVirtRegs(CoalescerPair &CP) argument
2740 joinIntervals(CoalescerPair &CP) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp124 bool JoinIntervals(CoalescerPair &CP);
130 bool AdjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
141 bool RemoveCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
150 bool shouldJoinPhys(CoalescerPair &CP);
165 void UpdateRegDefsUses(const CoalescerPair &CP);
180 bool eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP);
415 bool RegisterCoalescer::AdjustCopiesBackFrom(const CoalescerPair &CP, argument
419 if (!LIS->hasInterval(CP.getDstReg()))
423 LIS->getInterval(CP.isFlipped() ? CP
615 RemoveCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument
875 eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP) argument
917 UpdateRegDefsUses(const CoalescerPair &CP) argument
1050 shouldJoinPhys(CoalescerPair &CP) argument
1362 RegistersDefinedFromSameValue(LiveIntervals &li, const TargetRegisterInfo &tri, CoalescerPair &CP, VNInfo *VNI, LiveRange *LR, SmallVector<MachineInstr*, 8> &DupCopies) argument
1425 JoinIntervals(CoalescerPair &CP) argument
[all...]
/external/clang/test/Sema/
H A Dblock-args.c15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
/external/compiler-rt/make/
H A Dconfig.mk23 CP := cp macro
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A DMakefile31 $(Verb) $(CP) -f $< $@
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
H A DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
/external/opencv/cv/src/
H A Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP )
57 if( CP < 0 )
58 CP = DP;
66 kalman->CP = CP;
93 if( CP > 0 )
95 CV_CALL( kalman->control_matrix = cvCreateMat( DP, CP, CV_32FC1 ));
181 if( control && kalman->CP > 0 )
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
172 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
211 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
249 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
251 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
H A DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, argument
73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
106 int getExistingMachineCPValue(MachineConstantPool *CP,
165 int getExistingMachineCPValue(MachineConstantPool *CP,
199 int getExistingMachineCPValue(MachineConstantPool *CP,
235 int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP; member in struct:__anon14406::MSP430ISelAddressMode
53 unsigned Align; // CP alignment.
56 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
61 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
76 } else if (CP) {
77 errs() << " CP ";
78 CP->dump();
146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
147 AM.CP = CP
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp48 const Constant *CP; member in struct:__anon22879::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...]
/external/mdnsresponder/mDNSPosix/
H A DMakefile61 CP = cp macro
298 $(CP) $< $@
301 $(CP) $< $@
309 $(CP) $< $@
314 $(CP) $< $@
343 $(CP) $< $@
350 $(CP) $< $@
354 $(CP) $< $@
377 $(CP) $< $@
393 $(CP)
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
165 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
230 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_iter_rv.pass.cpp65 typedef std::pair<const int, MoveOnly> CP; typedef
67 do_insert_iter_rv_test<M, CP>();
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_iter_rv.pass.cpp66 typedef std::pair<const int, MoveOnly> CP; typedef
68 do_insert_rv_test<M, CP>();

Completed in 1383 milliseconds

12345678