Searched defs:bX (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/ec/
H A Dec2_smpl.c608 BIGNUM *aX, *aY, *bX, *bY; local
635 bX = BN_CTX_get(ctx);
640 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
641 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
/external/tremolo/Tremolo/
H A Dmdct.c66 DATA_TYPE *bX; local
87 bX = in;
92 REG_TYPE ro0= bX[0];
93 REG_TYPE ro2= bX[2];
96 XNPROD31( ri2, ri0, T[0], T[1], &bX[0], &bX[2] );
99 bX+=4;
100 }while(aX>=bX);
/external/chromium_org/third_party/qcms/src/
H A Diccread.c261 float rX, rY, rZ, gX, gY, gZ, bX, bY, bZ; local
280 bX = s15Fixed16Number_to_float(profile->blueColorant.X);
289 (bX < 0) || (bY < 0) || (bZ < 0);
296 sum[0] = rX + gX + bX;
/external/libpng/contrib/libtests/
H A Dpngvalid.c6857 API_type rX, gX, bX; local
6861 if ((API_function(pp, pi, &rX, &rY, &rZ, &gX, &gY, &gZ, &bX, &bY, &bZ)
6892 e.blue.X = API_cvt(bX);
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c2306 UInt bX = INSN(31,31); local
2315 Bool is64 = bX == 1;
2350 UInt bX = INSN(31,31); local
2358 Bool is64 = bX == 1;
2417 UInt bX = INSN(31,31); local
2424 Bool is64 = bX == 1;
3319 UInt bX = INSN(31,31); local
3335 simm7 = (bX ? 8 : 4) * simm7;
3369 /**/ if (bL == 1 && bX == 1) {
3375 } else if (bL == 1 && bX
3432 UInt bX = INSN(30,30); local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1815 milliseconds