Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Ddatatypes.h180 #define _v128_copy(x, y) \ macro
319 #define v128_copy(z, x) _v128_copy(z, x)
Dcrypto_math.h175 #define v128_copy(z, x) _v128_copy(z, x)
/external/srtp/crypto/math/
Ddatatypes.c269 _v128_copy(x, y); in v128_copy()
Dmath.c582 _v128_copy(x, y); in v128_copy()