Searched refs:X (Results 1 – 5 of 5) sorted by relevance
7 if [ X"${1}" = "-h" -o X"${1}" = X"--help" ]; then30 [ X"${1}" != X"-c" -a X"${1}" != X"--clear" ] ||
56 #define CRAYFIX(X) ((X) & 0xffffffff) argument58 #define CRAYFIX(X) (X) argument
180 BigInteger X = key.getW().getAffineX(); in printEC() local192 long n = X.mod(B).longValue(); in printEC()199 X = X.divide(B); in printEC()
51 #define BTA_AV_CO_MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument52 #define BTA_AV_CO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument
378 extern void smp_f4_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Z, UINT8 *mac);379 extern void smp_g2_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Y);