/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 153 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument 154 if (!CP.isPE()) in layoutOptionalHeader() 156 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) in layoutOptionalHeader() 158 CP.Obj.Header.SizeOfOptionalHeader = in layoutOptionalHeader() 170 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument 173 CP.SectionTableStart = in layoutCOFF() 174 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader; in layoutCOFF() 175 if (CP.isPE()) in layoutCOFF() 176 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF() 177 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF() [all …]
|
/external/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 49 #define CP "(child) " macro 70 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts() 71 tst_resm(TINFO, CP"hostname (inherited from parent): %s", in do_child_newuts() 75 tst_resm(TFAIL|TERRNO, CP"sethostname"); in do_child_newuts() 77 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts() 79 tst_resm(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts() 81 tst_resm(TFAIL, CP"expected hostname to be different"); in do_child_newuts() 84 tst_resm(TPASS, CP"hostname is different in parent/child"); in do_child_newuts() 87 tst_resm(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newuts() 89 tst_resm(TFAIL|TERRNO, CP"setns"); in do_child_newuts() [all …]
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 110 SM_STATE(CP, INIT) in SM_STATE() argument 112 SM_ENTRY(CP, INIT); in SM_STATE() 134 SM_STATE(CP, CHANGE) in SM_STATE() argument 136 SM_ENTRY(CP, CHANGE); in SM_STATE() 149 SM_STATE(CP, ALLOWED) in SM_STATE() argument 151 SM_ENTRY(CP, ALLOWED); in SM_STATE() 168 SM_STATE(CP, AUTHENTICATED) in SM_STATE() argument 170 SM_ENTRY(CP, AUTHENTICATED); in SM_STATE() 187 SM_STATE(CP, SECURED) in SM_STATE() argument 189 SM_ENTRY(CP, SECURED); in SM_STATE() [all …]
|
/external/llvm/lib/CodeGen/ |
D | 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, in adjustCopiesBackFrom() argument [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | 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, in AdjustCopiesBackFrom() argument 419 if (!LIS->hasInterval(CP.getDstReg())) in AdjustCopiesBackFrom() 423 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in AdjustCopiesBackFrom() 425 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in AdjustCopiesBackFrom() [all …]
|
/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local 52 if (CP == ConstantPools.end()) in getConstantPool() 55 return &CP->second; in getConstantPool() 64 ConstantPool &CP) { in emitConstantPool() argument 65 if (!CP.empty()) { in emitConstantPool() 67 CP.emitEntries(Streamer); in emitConstantPool() 75 ConstantPool &CP = CPI.second; in emitAll() local 77 emitConstantPool(Streamer, Section, CP); in emitAll() 83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection() local 84 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | 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 0x0019 66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019 69 Cp297 EBCDIC-CP-FR,IBM297,csIBM297 0x0019 71 Cp420 EBCDIC-CP-AR1,IBM420,csIBM420 0x0019 72 Cp423 EBCDIC-CP-GR,IBM423,csIBM423 74 Cp424 EBCDIC-CP-HE,IBM424,csIBM424 0x0019 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | tls-04.ll | 4 …< %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-CP 11 ; CHECK-CP: .LCP{{.*}}_0: 12 ; CHECK-CP: .quad x@TLSLDM 13 ; CHECK-CP: .LCP{{.*}}_1: 14 ; CHECK-CP: .quad x@DTPOFF
|
/external/opencv/cv/src/ |
D | cvkalman.cpp | 45 cvCreateKalman( int DP, int MP, int CP ) in cvCreateKalman() argument 57 if( CP < 0 ) in cvCreateKalman() 58 CP = DP; in cvCreateKalman() 66 kalman->CP = CP; in cvCreateKalman() 93 if( CP > 0 ) in cvCreateKalman() 95 CV_CALL( kalman->control_matrix = cvCreateMat( DP, CP, CV_32FC1 )); in cvCreateKalman() 181 if( control && kalman->CP > 0 ) in cvKalmanPredict()
|
/external/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 2 …objc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix CHECK-CP %s 59 // CHECK-CP: call i8* @objc_memmove_collectable 60 // CHECK-CP: call i8* @objc_memmove_collectable 61 // CHECK-CP: call i8* @objc_memmove_collectable 62 // CHECK-CP: call i8* @objc_memmove_collectable
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 49 const Constant *CP; member 56 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr), in MSP430ISelAddressMode() 61 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement() 76 } else if (CP) { in dump() 78 CP->dump(); in dump() 146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local 147 AM.CP = CP->getConstVal(); in MatchWrapper() 148 AM.Align = CP->getAlignment(); in MatchWrapper() 149 AM.Disp += CP->getOffset(); in MatchWrapper() 266 else if (AM.CP) in SelectAddr() [all …]
|
/external/llvm/lib/IR/ |
D | 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); 651 assert(OperandNo < CP->getNumOperands() && "Invalid index"); 652 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!"); [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 48 const Constant *CP; member 55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0), in MSP430ISelAddressMode() 60 return GV != 0 || CP != 0 || ES != 0 || JT != -1; in hasSymbolicDisplacement() 75 } else if (CP) { in dump() 77 CP->dump(); in dump() 151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local 152 AM.CP = CP->getConstVal(); in MatchWrapper() 153 AM.Align = CP->getAlignment(); in MatchWrapper() 154 AM.Disp += CP->getOffset(); in MatchWrapper() 269 else if (AM.CP) in SelectAddr() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | llvm-ct-intrinsics.ll | 12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 19 store i32 %c, i32* %CP 32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 39 store i32 %c, i32* %CP 52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 59 store i32 %c, i32* %CP
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 29 /*22*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 44 /*57*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 52 /*76*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 65 /*103*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 80 /*138*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 100 /*181*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 108 /*200*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 120 /*225*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 138 /*265*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 156 /*305*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument 170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument 172 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); in getExistingMachineCPValue() 209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument 211 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue() 249 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument 251 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment); in getExistingMachineCPValue()
|
D | ARMConstantPoolValue.h | 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl() argument 73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl() 106 int getExistingMachineCPValue(MachineConstantPool *CP, 165 int getExistingMachineCPValue(MachineConstantPool *CP, 199 int getExistingMachineCPValue(MachineConstantPool *CP, 235 int getExistingMachineCPValue(MachineConstantPool *CP,
|
/external/llvm/test/CodeGen/Generic/ |
D | llvm-ct-intrinsics.ll | 12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 19 store i32 %c, i32* %CP 32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 39 store i32 %c, i32* %CP 52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) { 59 store i32 %c, i32* %CP
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | 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 …]
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | line_loose.txt | 46 $CP = [:LineBreak = Close_Parenthesis:]; 126 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN … 200 $LB8NonBreaks $CP; 201 $CAN_CM $CM* $CP; 202 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 231 ($CL | $CP) $CM* $SP* $NS; 309 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 334 $CP $CM* ($ALPlus | $HL | $NU); 338 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 339 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|
D | line_fi.txt | 45 $CP = [:LineBreak = Close_Parenthesis:]; 124 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS … 198 $LB8NonBreaks $CP; 199 $CAN_CM $CM* $CP; 200 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 227 ($CL | $CP) $CM* $SP* $NS; 307 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 332 $CP $CM* ($ALPlus | $HL | $NU); 336 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 337 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|
D | line_normal_cj.txt | 45 $CP = [:LineBreak = Close_Parenthesis:]; 125 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN … 199 $LB8NonBreaks $CP; 200 $CAN_CM $CM* $CP; 201 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 230 ($CL | $CP) $CM* $SP* $NS; 308 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 333 $CP $CM* ($ALPlus | $HL | $NU); 337 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 338 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|
D | line.txt | 39 $CP = [:LineBreak = Close_Parenthesis:]; 118 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN … 192 $LB8NonBreaks $CP; 193 $CAN_CM $CM* $CP; 194 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 221 ($CL | $CP) $CM* $SP* $NS; 298 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 323 $CP $CM* ($ALPlus | $HL | $NU); 327 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 328 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|
D | line_normal_fi.txt | 43 $CP = [:LineBreak = Close_Parenthesis:]; 122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS … 196 $LB8NonBreaks $CP; 197 $CAN_CM $CM* $CP; 198 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 225 ($CL | $CP) $CM* $SP* $NS; 305 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 330 $CP $CM* ($ALPlus | $HL | $NU); 334 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 335 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|
D | line_normal.txt | 43 $CP = [:LineBreak = Close_Parenthesis:]; 122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN … 196 $LB8NonBreaks $CP; 197 $CAN_CM $CM* $CP; 198 ^$CM+ $CP; # by rule 10, stand-alone CM behaves as AL 225 ($CL | $CP) $CM* $SP* $NS; 302 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?; 327 $CP $CM* ($ALPlus | $HL | $NU); 331 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… 332 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N… [all …]
|