HomeSort by relevance Sort by last modified time
    Searched defs:Fp (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/issue15572.dir/
b.go 14 func Fp() {
15 a.Fp()
a.go 18 func Fp() []*T {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15572.dir/
b.go 14 func Fp() {
15 a.Fp()
a.go 18 func Fp() []*T {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15646.dir/
a.go 21 func Fp() func(*T) string {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15646.dir/
a.go 21 func Fp() func(*T) string {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
stack.s 29 Fp = [Sp ++];
move.s 5 Fp = B3;
26 Rets = Fp;
  /external/compiler-rt/test/profile/Inputs/
instrprof-value-prof-real.c 41 FPT Fp = getFunc(I);
44 Fp();
46 Fp = getFunc(511 - I);
48 Fp();
50 Fp = getFunc(I);
52 Fp();
54 Fp = getFunc(I);
56 Fp();
58 Fp = getFunc(I);
60 Fp();
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 258 ||SearchList(MapList, L"FP*", NULL, TRUE, TRUE, L";"))){
364 SearchList(TempSpot, L"FP*", &CurrentName, TRUE, FALSE, L";");
494 CONST CHAR16 Fp[] = L"fp*";
543 Test = (CHAR16*)Fp;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 132 struct __filedes *Fp;
135 Fp = &gMD->fdarray[fd];
136 retval = (Fp->f_iflags & _S_ITTY) ? 1 : 0;
188 struct __filedes *Fp;
193 Fp = &gMD->fdarray[fd];
195 if(Fp->RefCount == 1) { // There should be no other users
198 if(Fp->f_iflags & FIF_DELCLOSE) {
200 if(Fp->f_ops->fo_delete != NULL) {
201 retval = Fp->f_ops->fo_delete(Fp);
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 800 FILEPATH_DEVICE_PATH *Fp;
802 Fp = DevPath;
803 CatPrint(Str, L"%s", Fp->PathName);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 202 IN FILE *Fp
212 Fp - Pointer to a file handle which has been opened.
221 while (fgets(Buff, sizeof (Buff), Fp)) {
232 IN FILE *Fp
242 Fp - Pointer to a file handle which has been opened.
257 while (fgets (Buff, FILE_NAME_SIZE, Fp) != NULL) {
502 FILE *Fp;
508 Fp = FilePointer;
509 if (Fp == NULL) {
514 ValidLineCount (Fp);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 536 * Elliptic curve over Fp
538 public static class Fp extends AbstractFp
543 ECPoint.Fp infinity;
545 public Fp(BigInteger q, BigInteger a, BigInteger b)
550 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor)
555 this.r = ECFieldElement.Fp.calculateResidue(q);
556 this.infinity = new ECPoint.Fp(this, null, null);
565 protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b)
570 protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, BigInteger cofactor)
576 this.infinity = new ECPoint.Fp(this, null, null)
    [all...]
ECFieldElement.java 87 public static class Fp extends ECFieldElement
108 public Fp(BigInteger q, BigInteger x)
113 Fp(BigInteger q, BigInteger r, BigInteger x)
117 throw new IllegalArgumentException("x value invalid in Fp field element");
133 * @return the string "Fp".
137 return "Fp";
152 return new Fp(q, r, modAdd(x, b.toBigInteger()));
162 return new Fp(q, r, x2);
167 return new Fp(q, r, modSubtract(x, b.toBigInteger()));
172 return new Fp(q, r, modMult(x, b.toBigInteger()))
    [all...]
ECPoint.java 600 * Elliptic curve points over Fp
602 public static class Fp extends AbstractFp
613 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y)
628 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
640 Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
649 return new ECPoint.Fp(null, this.getAffineXCoord(), this.getAffineYCoord());
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression);
748 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression);
871 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression);
910 return new ECPoint.Fp(curve, X3, Y3, this.withCompression)
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 

Completed in 422 milliseconds

1 2