OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_v128_is_eq
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
datatypes.h
221
#define
_v128_is_eq
(x, y) \
macro
324
#define v128_is_eq(x, y)
_v128_is_eq
(x, y)
crypto_math.h
180
#define v128_is_eq(x, y)
_v128_is_eq
(x, y)
/external/srtp/crypto/math/
datatypes.c
294
return
_v128_is_eq
(x, y);
math.c
607
return
_v128_is_eq
(x, y);
Completed in 27 milliseconds