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

  /external/srtp/crypto/include/
datatypes.h 265 #define _v128_set_bit_to(x, bit, value) \ macro
329 #define v128_set_bit_to(x, i, y) _v128_set_bit_to(x, i, y)
crypto_math.h 185 #define v128_set_bit_to(x, i, y) _v128_set_bit_to(x, i, y)
  /external/srtp/crypto/math/
datatypes.c 319 _v128_set_bit_to(x, i, y);
math.c 627 _v128_set_bit_to(x, i, y);

Completed in 688 milliseconds