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 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libsrtp/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
331
#define
v128_is_eq
(x, y) _v128_is_eq(x, y)
macro
344
v128_is_eq
(const v128_t *x, const v128_t *y);
/external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c
340
if (
v128_is_eq
(&x, &y))
/external/chromium_org/third_party/libsrtp/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 69 milliseconds