OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v128_xor_eq
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
181
#define
v128_xor_eq
(x, y) _v128_xor_eq(x, y)
macro
datatypes.h
325
#define
v128_xor_eq
(x, y) _v128_xor_eq(x, y)
macro
/external/srtp/crypto/math/
datatypes.c
298
v128_xor_eq
(v128_t *x, const v128_t *y) {
function
Completed in 155 milliseconds