Searched refs:dps (Results 1 – 9 of 9) sorted by relevance
60 DSAParameterSpec dps = new DSAParameterSpec( in testGetG() local65 assertEquals(3, dps.getG().intValue()); in testGetG()72 DSAParameterSpec dps = new DSAParameterSpec( in testGetP() local77 assertEquals(1, dps.getP().intValue()); in testGetP()84 DSAParameterSpec dps = new DSAParameterSpec( in testGetQ() local89 assertEquals(2, dps.getQ().intValue()); in testGetQ()
56 int dps = 0; in init_gred() local64 dps = strtol(*argv, (char **)NULL, 10); in init_gred()65 if (dps < 0 || dps >MAX_DPs) { in init_gred()66 fprintf(stderr, "DPs =%d\n", dps); in init_gred()75 if (dps == 0) { in init_gred()80 if (def_dp < 0 || def_dp > dps) { in init_gred()99 if (!dps || def_dp == -1) { in init_gred()104 opt.DPs = dps; in init_gred()
3 declare <16 x float> @llvm.x86.avx512.gather.dps.512 (<16 x float>, i8*, <16 x i32>, i16, i32)4 declare void @llvm.x86.avx512.scatter.dps.512 (i8*, i16, <16 x i32>, <16 x float>, i32)20 …%x = call <16 x float> @llvm.x86.avx512.gather.dps.512 (<16 x float> %src, i8* %base, <16 x i32>%i…22 …call void @llvm.x86.avx512.scatter.dps.512 (i8* %stbuf, i16 %mask, <16 x i32>%ind2, <16 x float> %…155 …%res = call <16 x float> @llvm.x86.avx512.gather.dps.512 (<16 x float> %src, i8* %base, <16 x i32>…194 …call void @llvm.x86.avx512.scatter.dps.512 (i8* %stbuf, i16 %mask, <16 x i32>%ind, <16 x float> %x…
698 DistributionPoint dps[] = null; in getAdditionalStoresFromCRLDistributionPoint() local701 dps = crldp.getDistributionPoints(); in getAdditionalStoresFromCRLDistributionPoint()710 for (int i = 0; i < dps.length; i++) in getAdditionalStoresFromCRLDistributionPoint()712 DistributionPointName dpn = dps[i].getDistributionPoint(); in getAdditionalStoresFromCRLDistributionPoint()
1978 DistributionPoint dps[] = null; in checkCRLs() local1981 dps = crldp.getDistributionPoints(); in checkCRLs()1987 if (dps != null) in checkCRLs()1989 …for (int i = 0; i < dps.length && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonsMa… in checkCRLs()1993 …checkCRL(dps[i], finalParams, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask, ce… in checkCRLs()
110 __u8 dps; member
17 ; CHECK: dps.w.ph21 %3 = tail call i64 @llvm.mips.dps.w.ph(i64 %a0, <2 x i16> %1, <2 x i16> %2)25 declare i64 @llvm.mips.dps.w.ph(i64, <2 x i16>, <2 x i16>) nounwind readnone
META-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
1003 class DPS_W_PH_DESC : DPA_W_PH_DESC_BASE<"dps.w.ph", MipsDPS_W_PH>;