OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v128_is_eq
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
180
#define
v128_is_eq
(x, y) _v128_is_eq(x, y)
macro
193
v128_is_eq
(const v128_t *x, const v128_t *y);
datatypes.h
324
#define
v128_is_eq
(x, y) _v128_is_eq(x, y)
macro
337
v128_is_eq
(const v128_t *x, const v128_t *y);
/external/srtp/crypto/math/
datatypes.c
293
v128_is_eq
(const v128_t *x, const v128_t *y) {
function
math.c
606
v128_is_eq
(const v128_t *x, const v128_t *y) {
function
Completed in 45 milliseconds