OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v128_set_to_zero
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
174
#define
v128_set_to_zero
(z) _v128_set_to_zero(z)
macro
190
v128_set_to_zero
(v128_t *x);
datatypes.h
318
#define
v128_set_to_zero
(z) _v128_set_to_zero(z)
macro
334
v128_set_to_zero
(v128_t *x);
/external/srtp/crypto/math/
datatypes.c
263
v128_set_to_zero
(v128_t *x) {
function
333
v128_set_to_zero
(x);
370
v128_set_to_zero
(x);
math.c
576
v128_set_to_zero
(v128_t *x) {
function
658
v128_set_to_zero
(x);
695
v128_set_to_zero
(x);
Completed in 32 milliseconds