OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v128_copy
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
175
#define
v128_copy
(z, x) _v128_copy(z, x)
macro
196
v128_copy
(v128_t *x, const v128_t *y);
datatypes.h
319
#define
v128_copy
(z, x) _v128_copy(z, x)
macro
340
v128_copy
(v128_t *x, const v128_t *y);
/external/srtp/crypto/math/
datatypes.c
255
v128_copy
(x,v);
268
v128_copy
(v128_t *x, const v128_t *y) {
function
math.c
581
v128_copy
(v128_t *x, const v128_t *y) {
function
Completed in 135 milliseconds