Searched refs:_v128_or (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/include/ |
D | datatypes.h | 204 #define _v128_or(z, x, y) \ macro 322 #define v128_or(z, x, y) _v128_or(z, x, y)
|
D | crypto_math.h | 178 #define v128_or(z, x, y) _v128_or(z, x, y)
|
/external/srtp/crypto/math/ |
D | datatypes.c | 284 _v128_or(z, x, y); in v128_or()
|
D | math.c | 597 _v128_or(z, x, y); in v128_or()
|