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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_math.h 182 #define v128_get_bit(x, i) _v128_get_bit(x, i) macro
211 v128_get_bit(const v128_t *x, int i);
datatypes.h 333 #define v128_get_bit(x, i) _v128_get_bit(x, i) macro
362 v128_get_bit(const v128_t *x, int i);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 303 v128_get_bit(const v128_t *x, int i) { function
math.c 611 v128_get_bit(const v128_t *x, int i) { function

Completed in 79 milliseconds