Home
last modified time | relevance | path

Searched refs:_v128_is_eq (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/include/
Ddatatypes.h221 #define _v128_is_eq(x, y) \ macro
324 #define v128_is_eq(x, y) _v128_is_eq(x, y)
Dcrypto_math.h180 #define v128_is_eq(x, y) _v128_is_eq(x, y)
/external/srtp/crypto/math/
Ddatatypes.c294 return _v128_is_eq(x, y); in v128_is_eq()
Dmath.c607 return _v128_is_eq(x, y); in v128_is_eq()