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

  /external/srtp/crypto/include/
crypto_math.h 178 #define v128_or(z, x, y) _v128_or(z, x, y) macro
205 v128_or(v128_t *z, v128_t *x, v128_t *y);
datatypes.h 322 #define v128_or(z, x, y) _v128_or(z, x, y) macro
349 v128_or(v128_t *z, v128_t *x, v128_t *y);
  /external/srtp/crypto/math/
datatypes.c 283 v128_or(v128_t *z, v128_t *x, v128_t *y) { function
math.c 596 v128_or(v128_t *z, v128_t *x, v128_t *y) { function

Completed in 17 milliseconds