Home
last modified time | relevance | path

Searched refs:v128_complement (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/crypto/include/
Ddatatypes.h209 #define v128_complement(x) _v128_complement(x) macro
231 void v128_complement(v128_t *x);
/external/libsrtp2/crypto/math/
Ddatatypes.c202 void v128_complement(v128_t *x) in v128_complement() function