Home
last modified time | relevance | path

Searched refs:X (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
Dlogpersist7 if [ X"${1}" = "-h" -o X"${1}" = X"--help" ]; then
30 [ X"${1}" != X"-c" -a X"${1}" != X"--clear" ] ||
/system/vold/
Dhash.h56 #define CRAYFIX(X) ((X) & 0xffffffff) argument
58 #define CRAYFIX(X) (X) argument
/system/core/libmincrypt/tools/
DDumpPublicKey.java180 BigInteger X = key.getW().getAffineX(); in printEC() local
192 long n = X.mod(B).longValue(); in printEC()
199 X = X.divide(B); in printEC()
/system/bt/btif/co/
Dbta_av_co.c51 #define BTA_AV_CO_MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
52 #define BTA_AV_CO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument
/system/bt/stack/smp/
Dsmp_int.h378 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);