Home
last modified time | relevance | path

Searched defs:v128_copy (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/include/
Dcrypto_math.h175 #define v128_copy(z, x) _v128_copy(z, x) macro
Ddatatypes.h319 #define v128_copy(z, x) _v128_copy(z, x) macro
/external/srtp/crypto/math/
Ddatatypes.c268 v128_copy(v128_t *x, const v128_t *y) { in v128_copy() function
Dmath.c581 v128_copy(v128_t *x, const v128_t *y) { in v128_copy() function