/third_party/openssl/crypto/rc4/asm/ |
D | rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)); [all …]
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
D | rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)); [all …]
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
D | cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); [all …]
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeModifiers.ts | 44 type BP = { a?: { x: number }, b?: { x: string } }; alias 50 var b00: keyof BP; variable 59 var b02: BP; 62 var b02: { [P in keyof BP]: BP[P] } variable 63 var b02: Pick<BP, keyof BP>; 74 var b04: Readonly<BP>;
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeModifiers.types | 114 type BP = { a?: { x: number }, b?: { x: string } }; 115 >BP : { a?: { x: number; } | undefined; b?: { x: string; } | undefined; } 141 var b00: keyof BP; 162 var b02: BP; 163 >b02 : BP 166 >b02 : BP 169 >b02 : BP 171 var b02: { [P in keyof BP]: BP[P] } 172 >b02 : BP 174 var b02: Pick<BP, keyof BP>; [all …]
|
D | mappedTypeModifiers.js | 42 type BP = { a?: { x: number }, b?: { x: string } }; 48 var b00: keyof BP; 57 var b02: BP; 60 var b02: { [P in keyof BP]: BP[P] } 61 var b02: Pick<BP, keyof BP>; 72 var b04: Readonly<BP>;
|
D | mappedTypeModifiers.symbols | 186 type BP = { a?: { x: number }, b?: { x: string } }; 187 >BP : Symbol(BP, Decl(mappedTypeModifiers.ts, 39, 48)) 214 var b00: keyof BP; 216 >BP : Symbol(BP, Decl(mappedTypeModifiers.ts, 39, 48)) 251 var b02: BP; 253 >BP : Symbol(BP, Decl(mappedTypeModifiers.ts, 39, 48)) 267 var b02: { [P in keyof BP]: BP[P] } 270 >BP : Symbol(BP, Decl(mappedTypeModifiers.ts, 39, 48)) 271 >BP : Symbol(BP, Decl(mappedTypeModifiers.ts, 39, 48)) 274 var b02: Pick<BP, keyof BP>; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BranchProbability.h | 212 [&](uint64_t S, const BranchProbability &BP) { in normalizeProbabilities() 213 if (!BP.isUnknown()) in normalizeProbabilities() 214 return S + BP.N; in normalizeProbabilities() 229 [](const BranchProbability &BP) { return BP.isUnknown(); }, in normalizeProbabilities() 237 BranchProbability BP(1, std::distance(Begin, End)); in normalizeProbabilities() 238 std::fill(Begin, End, BP); in normalizeProbabilities()
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-586.pl | 454 &movz ($out,&BP(-128,$te,$out,1)); 458 &movz ($tmp,&BP(-128,$te,$tmp,1)); 467 &movz ($tmp,&BP(-128,$te,$tmp,1)); 475 &movz ($tmp,&BP(-128,$te,$tmp,1)); 627 &movz ("ecx",&BP(-128,$tbl,$acc,1)); # 0 629 &movz ("edx",&BP(-128,$tbl,"edx",1)); # 1 633 &movz ($acc,&BP(-128,$tbl,$key,1)); # 10 638 &movz ($acc,&BP(-128,$tbl,$key,1)); # 11 644 &movz ($acc,&BP(-128,$tbl,$key,1)); # 5 648 &movz ($acc,&BP(-128,$tbl,$key,1)); # 15 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-586.pl | 454 &movz ($out,&BP(-128,$te,$out,1)); 458 &movz ($tmp,&BP(-128,$te,$tmp,1)); 467 &movz ($tmp,&BP(-128,$te,$tmp,1)); 475 &movz ($tmp,&BP(-128,$te,$tmp,1)); 627 &movz ("ecx",&BP(-128,$tbl,$acc,1)); # 0 629 &movz ("edx",&BP(-128,$tbl,"edx",1)); # 1 633 &movz ($acc,&BP(-128,$tbl,$key,1)); # 10 638 &movz ($acc,&BP(-128,$tbl,$key,1)); # 11 644 &movz ($acc,&BP(-128,$tbl,$key,1)); # 5 648 &movz ($acc,&BP(-128,$tbl,$key,1)); # 15 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | x86cpuid.pl | 300 &mov (&BP(0,"edx"),"al"); 310 &mov (&BP(0,"edx"),"al"); 336 &mov ("dl",&BP(0,"esi")); 338 &xor ("dl",&BP(0,"edi")); 483 &mov (&BP(0,"edi"),"dl");
|
/third_party/openssl/crypto/ |
D | x86cpuid.pl | 300 &mov (&BP(0,"edx"),"al"); 310 &mov (&BP(0,"edx"),"al"); 336 &mov ("dl",&BP(0,"esi")); 338 &xor ("dl",&BP(0,"edi")); 483 &mov (&BP(0,"edi"),"dl");
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | enum-bitwise-mixed.c | 15 BP = 0, enumerator 20 _Static_assert(sizeof(BP) == sizeof(int), "is bad?");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.cpp | 199 unsigned BP = 0; in eliminateFrameIndex() local 203 int Offset = HFI.getFrameIndexReference(MF, FI, BP); in eliminateFrameIndex() 228 .addReg(BP) in eliminateFrameIndex() 230 BP = TmpR; in eliminateFrameIndex() 235 MI.getOperand(FIOp).ChangeToRegister(BP, false, false, IsKill); in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanPredicator.cpp | 58 VPValue *BP = PredBB->getPredicate(); in getOrCreateNotPredicate() local 59 if (BP) in getOrCreateNotPredicate() 60 return Builder.createAnd(BP, IntermediateVal); in getOrCreateNotPredicate()
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-x86.pl | 1186 &mov (&BP(64*0,"edi"),"al"); 1187 &mov (&BP(64*1,"edi"),"ah"); 1189 &mov (&BP(64*2,"edi"),"al"); 1190 &mov (&BP(64*3,"edi"),"ah"); 1210 &movz ("eax",&BP(64*($i+0),"esi")); 1211 &movz ("ebx",&BP(64*($i+1),"esi")); 1212 &movz ("ecx",&BP(64*($i+2),"esi")); 1214 &movz ("edx",&BP(64*($i+3),"esi")); 1216 &mov (&BP($i+0,"edi"),"al"); 1218 &mov (&BP($i+1,"edi"),"bl"); [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
D | ecp_nistz256-x86.pl | 1186 &mov (&BP(64*0,"edi"),"al"); 1187 &mov (&BP(64*1,"edi"),"ah"); 1189 &mov (&BP(64*2,"edi"),"al"); 1190 &mov (&BP(64*3,"edi"),"ah"); 1210 &movz ("eax",&BP(64*($i+0),"esi")); 1211 &movz ("ebx",&BP(64*($i+1),"esi")); 1212 &movz ("ecx",&BP(64*($i+2),"esi")); 1214 &movz ("edx",&BP(64*($i+3),"esi")); 1216 &mov (&BP($i+0,"edi"),"al"); 1218 &mov (&BP($i+1,"edi"),"bl"); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallPtrSet.h | 215 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() argument 216 : Bucket(BP), End(E) { in SmallPtrSetIteratorImpl() 269 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E) in SmallPtrSetIterator() argument 270 : SmallPtrSetIteratorImpl(BP, E) {} in SmallPtrSetIterator()
|
/third_party/rust/crates/minimal-lexical/src/ |
D | libm.rs | 36 const BP: [f32; 2] = [1.0, 1.5]; in powf() constant 269 u = ax - i!(BP, k as usize); /* bp[0]=1.0, bp[1]=1.5 */ in powf() 270 v = 1.0 / (ax + i!(BP, k as usize)); in powf() 278 t_l = ax - (t_h - i!(BP, k as usize)); in powf() 589 const BP: [f64; 2] = [1.0, 1.5]; in powd() constant 839 let u: f64 = ax - i!(BP, k as usize); /* bp[0]=1.0, bp[1]=1.5 */ in powd() 840 let v: f64 = 1.0 / (ax + i!(BP, k as usize)); in powd() 849 let t_l: f64 = ax - (t_h - i!(BP, k as usize)); in powd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 227 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() argument 228 : Bucket(BP), End(E) { in SmallPtrSetIteratorImpl() 277 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() argument 279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 182 &mov (&LB($rem),&BP($off,"esp",$cnt)); 214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 398 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0); 439 &movz ($Zll,&BP(15,$inp)); 542 &mov (&LB($nlo),&BP(0,$inp,$cnt)); 612 &movz ($Zll,&BP(15,$inp)); 681 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16); 737 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4) 769 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 182 &mov (&LB($rem),&BP($off,"esp",$cnt)); 214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 398 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0); 439 &movz ($Zll,&BP(15,$inp)); 542 &mov (&LB($nlo),&BP(0,$inp,$cnt)); 612 &movz ($Zll,&BP(15,$inp)); 681 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16); 737 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4) 769 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 341 SmallVector<BranchProbability, 2> BP; in calcMetadataWeights() local 343 BP.push_back({ Weights[i], static_cast<uint32_t>(WeightSum) }); in calcMetadataWeights() 351 if (UnreachableProb < BP[i]) { in calcMetadataWeights() 352 ToDistribute += BP[i] - UnreachableProb; in calcMetadataWeights() 353 BP[i] = UnreachableProb; in calcMetadataWeights() 361 BP[i] += PerEdge; in calcMetadataWeights() 366 setEdgeProbability(BB, i, BP[i]); in calcMetadataWeights()
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-x86.pl | 363 &movb ("al",&BP(0,$c_,$b_)); 364 &movb ("dl",&BP(0,"esp",$c_)); 367 &mov (&BP(-1,$c,$c_),"al"); 764 &movb ("al",&BP(0,"esp","ebp")); 765 &movb ("dl",&BP(0,$inp,"ebp")); 768 &movb (&BP(-1,$out,"ebp"),"al"); 1138 &movb ("al",&BP(0,"esp","ebp")); 1139 &movb ("dl",&BP(0,$inp,"ebp")); 1142 &movb (&BP(-1,$out,"ebp"),"al");
|