OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_v128_clear_bit
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
datatypes.h
260
#define
_v128_clear_bit
(x, bit) \
macro
268
_v128_clear_bit
(x, bit) \
328
#define v128_clear_bit(x, i)
_v128_clear_bit
(x, i)
crypto_math.h
184
#define v128_clear_bit(x, i)
_v128_clear_bit
(x, i)
/external/srtp/crypto/math/
datatypes.c
314
_v128_clear_bit
(x, i);
math.c
622
_v128_clear_bit
(x, i);
Completed in 479 milliseconds