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

12345

/external/clang/test/CodeGen/
H A Dglobal-blocks-lines.c34 int (^CP)(void) = ^{ X = X+1; return X; };
42 CP();
/external/llvm/lib/MC/
H A DConstantPools.cpp52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); local
53 if (CP == ConstantPools.end())
56 return &CP->second;
65 ConstantPool &CP) {
66 if (!CP.empty()) {
68 CP.emitEntries(Streamer);
78 ConstantPool &CP = CPI->second; local
80 emitConstantPool(Streamer, Section, CP);
86 if (ConstantPool *CP = getConstantPool(Section)) {
87 emitConstantPool(Streamer, Section, *CP);
64 emitConstantPool(MCStreamer &Streamer, const MCSection *Section, ConstantPool &CP) argument
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp116 // Take a CP and assign addresses and sizes to everything. Returns false if the
118 static bool layoutCOFF(COFFParser &CP) { argument
124 SectionTableStart = sizeof(COFF::header) + CP.Obj.Header.SizeOfOptionalHeader;
125 SectionTableSize = sizeof(COFF::section) * CP.Obj.Sections.size();
130 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
131 e = CP.Obj.Sections.end();
154 for (std::vector<COFFYAML::Symbol>::iterator i = CP.Obj.Symbols.begin(),
155 e = CP.Obj.Symbols.end();
176 CP.Obj.Header.NumberOfSections = CP
225 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/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,
173 bool canJoinPhys(const CoalescerPair &CP);
183 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
730 reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) argument
914 eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP) argument
1007 canJoinPhys(const CoalescerPair &CP) argument
1187 joinReservedPhysReg(CoalescerPair &CP) argument
1303 const CoalescerPair &CP; member in class:__anon25795::JoinVals
1980 joinVirtRegs(CoalescerPair &CP) argument
2040 joinIntervals(CoalescerPair &CP) argument
[all...]
H A DLiveRegMatrix.cpp124 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI);
127 if (VirtReg.overlaps(UnitRange, CP, *LIS->getSlotIndexes()))
/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/clang/test/Sema/
H A Dblock-args.c15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
/external/qemu-pc-bios/
H A DMakefile24 CP := cp macro
33 $(CP) bochs/bios/BIOS-bochs-latest $@
37 $(CP) vgabios/VGABIOS-lgpl-latest.cirrus.bin $@
/external/compiler-rt/make/
H A Dconfig.mk23 CP := cp macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h43 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
42 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
/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.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
166 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
205 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
245 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
H A DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, argument
73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
108 int getExistingMachineCPValue(MachineConstantPool *CP,
167 int getExistingMachineCPValue(MachineConstantPool *CP,
201 int getExistingMachineCPValue(MachineConstantPool *CP,
237 int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp50 const Constant *CP; member in struct:__anon26028::MSP430ISelAddressMode
54 unsigned Align; // CP alignment.
57 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
62 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
77 } else if (CP) {
78 errs() << " CP ";
79 CP->dump();
152 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
153 AM.CP = CP
[all...]
/external/llvm/bindings/ocaml/llvm/
H A DMakefile31 $(Verb) $(CP) -f $< $@
/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/llvm/lib/IR/
H A DConstantsContext.h550 typename MapTy::iterator FindExistingElement(ConstantClass *CP) { argument
552 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
554 IMI->second->second == CP &&
560 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
561 ConstantKeyData<ConstantClass>::getValType(CP)));
562 if (I == Map.end() || I->second != CP) {
565 for (I = Map.begin(); I != Map.end() && I->second != CP; ++I)
605 void remove(ConstantClass *CP) { argument
606 typename MapTy::iterator I = FindExistingElement(CP);
608 assert(I->second == CP
658 getHashValue(const ConstantClass *CP) argument
707 findExistingElement(ConstantClass *CP) argument
747 insert(ConstantClass *CP) argument
752 remove(ConstantClass *CP) argument
[all...]
H A DMakefile27 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml184 $(Verb) $(CP) -f $< $@
187 $(Verb) $(CP) -f $< $@
303 $(Verb) $(CP) -f $< $@
349 $(Verb) $(CP) -f $< $@
375 $(Verb) $(CP) -f $< $@
388 $(Verb) $(CP) -f $< $@
389 $(Verb) $(CP) -f $(<:.cmxa=.a) $(@:.cmxa=.a)
429 $(Verb) $(CP) -f $< $@
/external/fdlibm/
H A Dmakefile.in61 CP = @CP@
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)

Completed in 760 milliseconds

12345