Searched refs:bX (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/binutils/opcodes/
H A Dia64-opc-i.c38 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
61 #define mX bX (-1)
81 #define OpX2X(a,b,c) (bOp (a) | bX2 (b) | bX (c)), (mOp | mX2 | mX)
82 #define OpX2XYa(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYa (d)), \
84 #define OpX2XYb(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYb (d)), \
298 #undef bX macro
H A Dia64-opc-m.c30 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 27) macro
41 #define mX bX (-1)
64 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \
67 (bOp (a) | bM (b) | bX (c) | bX6a (d)), (mOp | mM | mX | mX6a)
69 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e)), \
1095 #undef bX macro
H A Dia64-opc-a.c38 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
54 #define mX bX (-1)
388 #undef bX macro
/freebsd-10.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c674 BIGNUM *aX, *aY, *bX, *bY; local
699 bX = BN_CTX_get(ctx);
706 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx))
708 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;

Completed in 86 milliseconds