HomeSort by relevance Sort by last modified time
    Searched refs:v128_set_bit_to (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
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);
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/
datatypes.c 318 v128_set_bit_to(v128_t *x, int i, int y){ function
math.c 626 v128_set_bit_to(v128_t *x, int i, int y){ function

Completed in 379 milliseconds