Searched refs:v128_set_bit_to (Results 1 - 4 of 4) sorted by relevance

/external/srtp/crypto/include/
H A Dcrypto_math.h185 #define v128_set_bit_to(x, i, y) _v128_set_bit_to(x, i, y) macro
220 v128_set_bit_to(v128_t *x, int i, int y);
H A Ddatatypes.h329 #define v128_set_bit_to(x, i, y) _v128_set_bit_to(x, i, y) macro
364 v128_set_bit_to(v128_t *x, int i, int y);
/external/srtp/crypto/math/
H A Ddatatypes.c318 v128_set_bit_to(v128_t *x, int i, int y){ function
H A Dmath.c626 v128_set_bit_to(v128_t *x, int i, int y){ function

Completed in 76 milliseconds