Searched defs:v128_is_eq (Results 1 - 4 of 4) sorted by relevance

/external/srtp/crypto/include/
H A Dcrypto_math.h180 #define v128_is_eq(x, y) _v128_is_eq(x, y) macro
193 v128_is_eq(const v128_t *x, const v128_t *y);
H A Ddatatypes.h324 #define v128_is_eq(x, y) _v128_is_eq(x, y) macro
337 v128_is_eq(const v128_t *x, const v128_t *y);
/external/srtp/crypto/math/
H A Ddatatypes.c293 v128_is_eq(const v128_t *x, const v128_t *y) { function
H A Dmath.c606 v128_is_eq(const v128_t *x, const v128_t *y) { function

Completed in 87 milliseconds