/external/nos/test/system-test-harness/src/test-data/NIST-CAVP/ |
D | gcmEncryptExtIV256.rsp | 16 PT = 24 PT = 32 PT = 40 PT = 48 PT = 56 PT = 64 PT = 72 PT = 80 PT = 88 PT = [all …]
|
D | gcmEncryptExtIV192.rsp | 16 PT = 24 PT = 32 PT = 40 PT = 48 PT = 56 PT = 64 PT = 72 PT = 80 PT = 88 PT = [all …]
|
D | gcmEncryptExtIV128.rsp | 16 PT = 24 PT = 32 PT = 40 PT = 48 PT = 56 PT = 64 PT = 72 PT = 80 PT = 88 PT = [all …]
|
D | gcmDecrypt256.rsp | 19 PT = 43 PT = 51 PT = 59 PT = 67 PT = 83 PT = 91 PT = 115 PT = 123 PT = 145 PT = [all …]
|
D | gcmDecrypt192.rsp | 19 PT = 35 PT = 59 PT = 67 PT = 75 PT = 99 PT = 115 PT = 131 PT = 153 PT = 161 PT = [all …]
|
D | gcmDecrypt128.rsp | 19 PT = 35 PT = 51 PT = 59 PT = 75 PT = 145 PT = 169 PT = 177 PT = 193 PT = 201 PT = [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 183 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier() 184 : BB(Block), PT(PT), Ran(R), Context(BB->getContext()) {} in Modifier() 206 assert(PT->size()); in getRandomVal() 207 return PT->at(getRandom() % PT->size()); in getRandomVal() 226 for (unsigned i=0; i<PT->size(); ++i) { in getRandomValue() 227 Value *V = PT->at((index + i) % PT->size()); in getRandomValue() 259 for (unsigned i=0; i<PT->size(); ++i) { in getRandomPointerValue() 260 Value *V = PT->at((index + i) % PT->size()); in getRandomPointerValue() 270 for (unsigned i=0; i<PT->size(); ++i) { in getRandomVectorValue() 271 Value *V = PT->at((index + i) % PT->size()); in getRandomVectorValue() [all …]
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 149 Modifier(BasicBlock *Block, PieceTable *PT, Random *R): in Modifier() 150 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {} in Modifier() 166 assert(PT->size()); in getRandomVal() 167 return PT->at(Ran->Rand() % PT->size()); in getRandomVal() 186 for (unsigned i=0; i<PT->size(); ++i) { in getRandomValue() 187 Value *V = PT->at((index + i) % PT->size()); in getRandomValue() 219 for (unsigned i=0; i<PT->size(); ++i) { in getRandomPointerValue() 220 Value *V = PT->at((index + i) % PT->size()); in getRandomPointerValue() 230 for (unsigned i=0; i<PT->size(); ++i) { in getRandomVectorValue() 231 Value *V = PT->at((index + i) % PT->size()); in getRandomVectorValue() [all …]
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 455 #define PT(x) PTA(x), PTA(x) macro 458 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7) 460 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15) 462 , PT(16), PT(17), PT(18), PT(19), PT(20), PT(21), PT(22), PT(23) 464 , PT(24), PT(25), PT(26), PT(27), PT(28), PT(29), PT(30), PT(31) 466 , PT(32), PT(33), PT(34), PT(35), PT(36), PT(37), PT(38), PT(39) 468 , PT(40), PT(41), PT(42), PT(43), PT(44), PT(45), PT(46), PT(47) 470 , PT(48), PT(49), PT(50), PT(51), PT(52), PT(53), PT(54), PT(55) 472 , PT(56), PT(57), PT(58), PT(59), PT(60), PT(61), PT(62), PT(63)
|
/external/boringssl/src/crypto/cipher_extra/asm/ |
D | aes128gcmsiv-x86_64.pl | 748 my $PT = "%rdi"; 819 subq \$64, $PT 823 addq \$64, $PT 852 vpxor 0*16($PT), $STATE1, $STATE1 853 vpxor 1*16($PT), $STATE2, $STATE2 854 vpxor 2*16($PT), $STATE3, $STATE3 855 vpxor 3*16($PT), $STATE4, $STATE4 867 addq \$64,$PT 892 vpxor ($PT), $STATE1, $STATE1 895 addq \$16, $PT [all …]
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 1070 #define PT(x) PTA(x), PTA(x) macro 1073 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7) 1075 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15) 1077 , PT(16), PT(17), PT(18), PT(19), PT(20), PT(21), PT(22), PT(23) 1079 , PT(24), PT(25), PT(26), PT(27), PT(28), PT(29), PT(30), PT(31) 1081 , PT(32), PT(33), PT(34), PT(35), PT(36), PT(37), PT(38), PT(39) 1083 , PT(40), PT(41), PT(42), PT(43), PT(44), PT(45), PT(46), PT(47) 1085 , PT(48), PT(49), PT(50), PT(51), PT(52), PT(53), PT(54), PT(55) 1087 , PT(56), PT(57), PT(58), PT(59), PT(60), PT(61), PT(62), PT(63)
|
/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType())) in isRefType() 63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local 66 if (!PT) in isCocoaObjectRef() 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef() 72 PT->isObjCClassType() || PT->isObjCQualifiedClassType()) in isCocoaObjectRef() 77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); in isCocoaObjectRef()
|
D | ScanfFormatString.cpp | 418 QualType PT = QT->getPointeeType(); in fixType() local 421 if (const EnumType *ETy = PT->getAs<EnumType>()) in fixType() 422 PT = ETy->getDecl()->getIntegerType(); in fixType() 424 const BuiltinType *BT = PT->getAs<BuiltinType>(); in fixType() 429 if (PT->isAnyCharacterType()) { in fixType() 431 if (PT->isWideCharType()) in fixType() 494 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11)) in fixType() 495 namedTypeToLengthModifier(PT, LM); in fixType() 505 if (PT->isRealFloatingType()) in fixType() 507 else if (PT->isSignedIntegerType()) in fixType() [all …]
|
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
D | empty.fail.cpp | 73 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 82 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 91 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 100 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 109 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef 118 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::__1::iter… in main() typedef
|
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
D | ctor1.fail.cpp | 25 typedef std::packaged_task<A(int, char)> PT; typedef 33 PT p1{init}; // expected-error {{no matching constructor}} in main() 34 PT p2{c_init}; // expected-error {{no matching constructor}} in main() 35 …PT p3{std::move(init)}; // expected-error {{no matching constructor for initialization of 'PT' (ak… in main()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrLoadStore.td | 26 const PointerType *PT; 28 (PT = dyn_cast<PointerType>(Src->getType()))) 29 return PT->getAddressSpace() == PTXStateSpace::Global; 35 const PointerType *PT; 37 (PT = dyn_cast<PointerType>(Src->getType()))) 38 return PT->getAddressSpace() == PTXStateSpace::Constant; 44 const PointerType *PT; 46 (PT = dyn_cast<PointerType>(Src->getType()))) 47 return PT->getAddressSpace() == PTXStateSpace::Shared; 54 const PointerType *PT; [all …]
|
/external/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 255 PointerType *PT = cast<PointerType>(Ty); in TEST() local 256 Ty = PT->getElementType(); in TEST() 265 PT = cast<PointerType>(Ty); in TEST() 266 Ty = PT->getElementType(); in TEST() 269 PT = cast<PointerType>(Ty); in TEST() 270 Ty = PT->getElementType(); in TEST() 389 PointerType *PT = cast<PointerType>(Ty); in TEST() local 390 Ty = PT->getElementType(); in TEST() 400 PT = cast<PointerType>(Ty); in TEST() 401 Ty = PT->getElementType(); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 255 PointerType *PT = cast<PointerType>(Ty); in TEST() local 256 Ty = PT->getElementType(); in TEST() 265 PT = cast<PointerType>(Ty); in TEST() 266 Ty = PT->getElementType(); in TEST() 269 PT = cast<PointerType>(Ty); in TEST() 270 Ty = PT->getElementType(); in TEST() 389 PointerType *PT = cast<PointerType>(Ty); in TEST() local 390 Ty = PT->getElementType(); in TEST() 400 PT = cast<PointerType>(Ty); in TEST() 401 Ty = PT->getElementType(); in TEST() [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 40 # pt-AU and pt-PT in one cluster; pt-BR in another 42 pt-PT, pt-BR ; pt-AO ; pt-PT 43 pt-BR, pt-PT ; pt-AO ; pt-PT 45 pt-PT, pt ; pt-AO ; pt-PT 46 pt, pt-PT ; pt-AO ; pt-PT 264 # pt might be supported and not pt-PT 268 pt-PT, pt-BR, es, es-419 ; pt-PT, es, pt ; pt-PT 269 pt-PT, pt, es, es-419 ; pt-PT, es, pt ; pt-PT # pt implicit 272 # The asymmetry between this case and above is because it's "pt-PT" that's missing between the 275 pt-PT, pt-BR, es, es-419 ; pt, es-419, pt-PT ; pt-BR [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 44 # pt-AU and pt-PT in one cluster; pt-BR in another 46 pt-PT, pt-BR ; pt-AO ; pt-PT 47 pt-BR, pt-PT ; pt-AO ; pt-PT 49 pt-PT, pt ; pt-AO ; pt-PT 50 pt, pt-PT ; pt-AO ; pt-PT 268 # pt might be supported and not pt-PT 272 pt-PT, pt-BR, es, es-419 ; pt-PT, es, pt ; pt-PT 273 pt-PT, pt, es, es-419 ; pt-PT, es, pt ; pt-PT # pt implicit 276 # The asymmetry between this case and above is because it's "pt-PT" that's missing between the 279 pt-PT, pt-BR, es, es-419 ; pt, es-419, pt-PT ; pt-BR [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 44 # pt-AU and pt-PT in one cluster; pt-BR in another 46 pt-PT, pt-BR ; pt-AO ; pt-PT 47 pt-BR, pt-PT ; pt-AO ; pt-PT 49 pt-PT, pt ; pt-AO ; pt-PT 50 pt, pt-PT ; pt-AO ; pt-PT 268 # pt might be supported and not pt-PT 272 pt-PT, pt-BR, es, es-419 ; pt-PT, es, pt ; pt-PT 273 pt-PT, pt, es, es-419 ; pt-PT, es, pt ; pt-PT # pt implicit 276 # The asymmetry between this case and above is because it's "pt-PT" that's missing between the 279 pt-PT, pt-BR, es, es-419 ; pt, es-419, pt-PT ; pt-BR [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 85 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 91 return (1 == PT->getAddressSpace()); in isGCManagedPointer() 119 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 121 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
|
/external/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 82 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 88 return (1 == PT->getAddressSpace()); in isGCManagedPointer() 115 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 117 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local 320 if (!PT) in checkCall_gets() 323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_gets() 359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local 360 if (!PT) in checkCall_getpw() 363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_getpw() 399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local 400 if (!PT) in checkCall_mktemp() 404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_mktemp() 571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local [all …]
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file); 22 ix = not(ismember(PT, 72:76)); 28 PT = PT(ix); variable 40 uPT = unique(PT(uix == i)); 58 PT = PT(ix); variable 70 uPT = unique(PT); 178 function [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = ... 181 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME) Reads 184 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME, 189 % [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = [all …]
|