Home
last modified time | relevance | path

Searched refs:_v128_or (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/crypto/include/
Ddatatypes.h159 #define _v128_or(z, x, y) \ macro
208 #define v128_or(z, x, y) _v128_or(z, x, y)
/external/libsrtp2/crypto/math/
Ddatatypes.c199 _v128_or(z, x, y); in v128_or()