Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Ddatatypes.h204 #define _v128_or(z, x, y) \ macro
322 #define v128_or(z, x, y) _v128_or(z, x, y)
Dcrypto_math.h178 #define v128_or(z, x, y) _v128_or(z, x, y)
/external/srtp/crypto/math/
Ddatatypes.c284 _v128_or(z, x, y); in v128_or()
Dmath.c597 _v128_or(z, x, y); in v128_or()