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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_math.h 181 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
datatypes.h 332 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 298 v128_xor_eq(v128_t *x, const v128_t *y) { function

Completed in 324 milliseconds