/external/clang/test/CodeGen/ |
global-blocks-lines.c | 34 int (^CP)(void) = ^{ X = X+1; return X; }; 42 CP();
|
/external/llvm/tools/yaml2obj/ |
yaml2coff.cpp | 142 // Take a CP and assign addresses and sizes to everything. Returns false if the 144 static bool layoutOptionalHeader(COFFParser &CP) { 145 if (!CP.isPE()) 147 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) 149 CP.Obj.Header.SizeOfOptionalHeader = 159 // Take a CP and assign addresses and sizes to everything. Returns false if the 161 static bool layoutCOFF(COFFParser &CP) { 164 CP.SectionTableStart = 165 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader [all...] |
/external/llvm/lib/MC/ |
ConstantPools.cpp | 52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); 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; 80 emitConstantPool(Streamer, Section, CP); 86 if (ConstantPool *CP = getConstantPool(Section)) { 87 emitConstantPool(Streamer, Section, *CP); [all...] |
/external/wpa_supplicant_8/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 */ 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/ |
Encodings.properties | 51 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-ES,IBM284,csIBM284 0x001 [all...] |
/external/clang/test/Index/Inputs/ |
t1.c | 28 int (^CP)(int) = ^(int x) { return x * global_var; };
|
/external/llvm/lib/CodeGen/ |
RegisterCoalescer.cpp | 153 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); 461 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, [all...] |
/external/clang/test/Sema/ |
block-args.c | 15 int (^CP)(int) = ^(int x) { return x*x; }; 16 take(CP);
|
/external/opencv3/modules/video/src/ |
kalman.cpp | 52 void KalmanFilter::init(int DP, int MP, int CP, int type) 56 CP = std::max(CP, 0); 70 if( CP > 0 ) 71 controlMatrix = Mat::zeros(DP, CP, type);
|
compat_video.cpp | 93 cvCreateKalman( int DP, int MP, int CP ) 101 if( CP < 0 ) 102 CP = DP; 110 kalman->CP = CP; 137 if( CP > 0 ) 139 kalman->control_matrix = cvCreateMat( DP, CP, CV_32FC1 ); 211 if( control && kalman->CP > 0 )
|
/external/compiler-rt/make/ |
config.mk | 23 CP := cp
|
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.h | 46 int getExistingMachineCPValue(MachineConstantPool *CP,
|
SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
|
/external/opencv/cv/src/ |
cvkalman.cpp | 45 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/IR/ |
ConstantsContext.h | 564 static unsigned getHashValue(const ConstantClass *CP) { 566 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 631 void insert(ConstantClass *CP) { Map[CP] = '\0'; } 634 void remove(ConstantClass *CP) { 635 typename MapTy::iterator I = Map.find(CP); 637 assert(I->first == CP && "Didn't find correct element?"); 642 ConstantClass *CP, Value *From, 645 LookupKey Lookup(CP->getType(), ValType(Operands, CP)) [all...] |
Makefile | 30 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \ 39 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
|
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.cpp | 62 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, 163 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, 165 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); 202 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, 204 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); 242 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, 244 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
|
ARMConstantPoolValue.h | 69 int getExistingMachineCPValueImpl(MachineConstantPool *CP, 72 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); 105 int getExistingMachineCPValue(MachineConstantPool *CP, 164 int getExistingMachineCPValue(MachineConstantPool *CP, 198 int getExistingMachineCPValue(MachineConstantPool *CP, 234 int getExistingMachineCPValue(MachineConstantPool *CP,
|
/external/llvm/lib/Target/MSP430/ |
MSP430ISelDAGToDAG.cpp | 50 const Constant *CP; 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(); 147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { 148 AM.CP = CP->getConstVal() [all...] |
/external/llvm/bindings/ocaml/llvm/ |
Makefile | 32 $(Verb) $(CP) -f $< $@
|
/external/mdnsresponder/mDNSPosix/ |
Makefile | 61 CP = cp 298 $(CP) $< $@ 301 $(CP) $< $@ 309 $(CP) $< $@ 314 $(CP) $< $@ 331 cp $< $@ 335 cp $< $@ 339 cp $< $@ 343 $(CP) $< $ [all...] |
/external/curl/src/ |
Makefile.Watcom | 46 CP = cp 49 CP = copy 2>NUL 148 $(CP) $[@ $^@ 151 $(CP) tool_hugehelp.c $^@
|
/hardware/ti/omap4-aah/domx/make/ |
start.mk | 74 CP := cp
|
/hardware/ti/omap4xxx/domx/make/ |
start.mk | 74 CP := cp
|
/external/llvm/bindings/ocaml/ |
Makefile.ocaml | 190 $(Verb) $(CP) -f $< $@ 193 $(Verb) $(CP) -f $< $@ 312 $(Verb) $(CP) -f $< $@ 358 $(Verb) $(CP) -f $< $@ 384 $(Verb) $(CP) -f $< $@ 397 $(Verb) $(CP) -f $< $@ 398 $(Verb) $(CP) -f $(<:.cmxa=.a) $(@:.cmxa=.a)
|