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

  /external/srtp/crypto/include/
crypto_math.h 183 #define v128_set_bit(x, i) _v128_set_bit(x, i) macro
214 v128_set_bit(v128_t *x, int i) ;
datatypes.h 327 #define v128_set_bit(x, i) _v128_set_bit(x, i) macro
358 v128_set_bit(v128_t *x, int i) ;
  /external/srtp/crypto/math/
datatypes.c 308 v128_set_bit(v128_t *x, int i) { function
math.c 616 v128_set_bit(v128_t *x, int i) { function

Completed in 45 milliseconds