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

  /external/srtp/crypto/include/
datatypes.h 196 #define _v128_and(z, x, y) \ macro
321 #define v128_and(z, x, y) _v128_and(z, x, y)
crypto_math.h 177 #define v128_and(z, x, y) _v128_and(z, x, y)
  /external/srtp/crypto/math/
datatypes.c 279 _v128_and(z, x, y);
math.c 592 _v128_and(z, x, y);

Completed in 1823 milliseconds