/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 …]
|
D | nist2h.py | 155 PT = '{}' 158 PT = block['PT'] 167 IV_len=header['IVlen'], PT=PT, PT_len=PT_len, CT=CT, AAD=AAD,
|
/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/python/cpython3/Objects/ |
D | obmalloc.c | 915 #define PT(x) PTA(x), PTA(x) macro 918 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7) 920 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15) 922 , PT(16), PT(17), PT(18), PT(19), PT(20), PT(21), PT(22), PT(23) 924 , PT(24), PT(25), PT(26), PT(27), PT(28), PT(29), PT(30), PT(31) 926 , PT(32), PT(33), PT(34), PT(35), PT(36), PT(37), PT(38), PT(39) 928 , PT(40), PT(41), PT(42), PT(43), PT(44), PT(45), PT(46), PT(47) 930 , PT(48), PT(49), PT(50), PT(51), PT(52), PT(53), PT(54), PT(55) 932 , 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/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 …]
|
D | FormatString.cpp | 294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 295 if (!PT) in matchesType() 299 if (PT->getPointeeType().isConstQualified()) in matchesType() 302 argTy = PT->getPointeeType(); in matchesType() 368 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 369 if (!PT) in matchesType() 371 QualType pointeeTy = PT->getPointeeType(); in matchesType() 388 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local 389 if (!PT) in matchesType() 392 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); in matchesType() [all …]
|
/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()
|
D | ctor2.fail.cpp | 27 typedef std::packaged_task<A(int, char)> PT; typedef 32 …PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; // expected-error {{no matching const… 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/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/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/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 …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 43 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local 44 if (PT->getElementType()->isIntegerTy(8)) in getCastedInt8PtrValue() 48 PT = getInt8PtrTy(PT->getAddressSpace()); in getCastedInt8PtrValue() 49 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | RTPencode.cc | 86 int* PT, 840 int* PT, in NetEQTest_GetCodec_and_PT() argument 850 *PT = NETEQ_CODEC_PCMU_PT; in NetEQTest_GetCodec_and_PT() 854 *PT = NETEQ_CODEC_PCMA_PT; in NetEQTest_GetCodec_and_PT() 858 *PT = NETEQ_CODEC_PCM16B_PT; in NetEQTest_GetCodec_and_PT() 862 *PT = NETEQ_CODEC_PCM16B_WB_PT; in NetEQTest_GetCodec_and_PT() 866 *PT = NETEQ_CODEC_PCM16B_SWB32KHZ_PT; in NetEQTest_GetCodec_and_PT() 870 *PT = NETEQ_CODEC_PCM16B_SWB48KHZ_PT; in NetEQTest_GetCodec_and_PT() 874 *PT = NETEQ_CODEC_G722_PT; in NetEQTest_GetCodec_and_PT() 880 *PT = NETEQ_CODEC_ILBC_PT; in NetEQTest_GetCodec_and_PT() [all …]
|