/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
crypto_math.h | 177 #define v128_and(z, x, y) _v128_and(z, x, y) macro 202 v128_and(v128_t *z, v128_t *x, v128_t *y);
|
datatypes.h | 328 #define v128_and(z, x, y) _v128_and(z, x, y) macro 353 v128_and(v128_t *z, v128_t *x, v128_t *y);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/ |
datatypes.c | 278 v128_and(v128_t *z, v128_t *x, v128_t *y) { function
|
math.c | 591 v128_and(v128_t *z, v128_t *x, v128_t *y) { function
|