Searched refs:v128_set_bit_to (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/include/ |
D | crypto_math.h | 185 #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);
|
D | datatypes.h | 329 #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/ |
D | datatypes.c | 318 v128_set_bit_to(v128_t *x, int i, int y){ in v128_set_bit_to() function
|
D | math.c | 626 v128_set_bit_to(v128_t *x, int i, int y){ in v128_set_bit_to() function
|