Searched defs:v128_set_to_zero (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_math.h174 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
190 v128_set_to_zero(v128_t *x);
H A Ddatatypes.h325 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
341 v128_set_to_zero(v128_t *x);
/external/srtp/crypto/include/
H A Dcrypto_math.h174 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
190 v128_set_to_zero(v128_t *x);
H A Ddatatypes.h318 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
334 v128_set_to_zero(v128_t *x);
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Ddatatypes.c263 v128_set_to_zero(v128_t *x) { function
333 v128_set_to_zero(x);
370 v128_set_to_zero(x);
H A Dmath.c576 v128_set_to_zero(v128_t *x) { function
658 v128_set_to_zero(x);
695 v128_set_to_zero(x);
/external/srtp/crypto/math/
H A Ddatatypes.c263 v128_set_to_zero(v128_t *x) { function
333 v128_set_to_zero(x);
370 v128_set_to_zero(x);
H A Dmath.c576 v128_set_to_zero(v128_t *x) { function
658 v128_set_to_zero(x);
695 v128_set_to_zero(x);

Completed in 1198 milliseconds