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

  /external/srtp/crypto/include/
datatypes.h 221 #define _v128_is_eq(x, y) \ macro
324 #define v128_is_eq(x, y) _v128_is_eq(x, y)
crypto_math.h 180 #define v128_is_eq(x, y) _v128_is_eq(x, y)
  /external/srtp/crypto/math/
datatypes.c 294 return _v128_is_eq(x, y);
math.c 607 return _v128_is_eq(x, y);

Completed in 93 milliseconds