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

  /external/srtp/crypto/include/
crypto_math.h 180 #define v128_is_eq(x, y) _v128_is_eq(x, y) macro
193 v128_is_eq(const v128_t *x, const v128_t *y);
datatypes.h 324 #define v128_is_eq(x, y) _v128_is_eq(x, y) macro
337 v128_is_eq(const v128_t *x, const v128_t *y);
  /external/srtp/tables/
aes_tables.c 344 if (v128_is_eq(&x, &y))
  /external/srtp/crypto/math/
datatypes.c 293 v128_is_eq(const v128_t *x, const v128_t *y) { function
math.c 606 v128_is_eq(const v128_t *x, const v128_t *y) { function

Completed in 2395 milliseconds