HomeSort by relevance Sort by last modified time
    Searched refs:CP (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
global-blocks-lines.c 34 int (^CP)(void) = ^{ X = X+1; return X; };
42 CP();
  /external/ltp/testcases/kernel/syscalls/setns/
setns02.c 49 #define CP "(child) "
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"setns")
    [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
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;
77 emitConstantPool(Streamer, Section, CP);
83 if (ConstantPool *CP = getConstantPool(Section)) {
84 emitConstantPool(Streamer, Section, *CP);
    [all...]
  /packages/apps/ManagedProvisioning/tools/bash/animation/
swiper-theme-gen.sh 31 CP="${TOOLS_JAVA}:${MP}/src:${ANDROID_CLASSES}"
40 javac -cp "${CP}" com/android/managedprovisioning/tools/anim/SwiperThemeGenerator.java
43 java -cp "${CP}" com.android.managedprovisioning.tools.anim.SwiperThemeGenerator "${OUT_PATH}"
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 151 // Take a CP and assign addresses and sizes to everything. Returns false if the
153 static bool layoutOptionalHeader(COFFParser &CP) {
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) {
173 CP.SectionTableStart =
174 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader
    [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);
471 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 124 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,
419 if (!LIS->hasInterval(CP.getDstReg()))
423 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg())
    [all...]
  /external/clang/test/Sema/
block-args.c 15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
  /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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Makefile 31 $(Verb) $(CP) -f $< $@
  /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/Target/ARM/
ARMConstantPoolValue.cpp 69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
172 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
211 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
249 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
251 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
ARMConstantPoolValue.h 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP,
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/
MSP430ISelDAGToDAG.cpp 49 const Constant *CP;
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->getConstVal()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 48 const Constant *CP;
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->getConstVal()
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 559 static unsigned getHashValue(const ConstantClass *CP) {
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
628 void remove(ConstantClass *CP) {
629 typename MapTy::iterator I = Map.find(CP);
631 assert(*I == CP && "Didn't find correct element?");
636 ConstantClass *CP, Value *From,
639 LookupKey Key(CP->getType(), ValType(Operands, CP));
649 remove(CP);
    [all...]
  /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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
ARMConstantPoolValue.cpp 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
165 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
230 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 481 static ValType getValType(ConstantVector *CP) {
483 Elements.reserve(CP->getNumOperands());
484 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)
485 Elements.push_back(CP->getOperand(i));
616 typename MapTy::iterator FindExistingElement(ConstantClass *CP) {
618 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
620 IMI->second->second == CP &&
626 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
627 ConstantKeyData<ConstantClass>::getValType(CP)));
628 if (I == Map.end() || I->second != CP) {
    [all...]

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8 9