OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_v128_set_bit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h
262
#define
_v128_set_bit
(x, bit) \
macro
274
(value) ?
_v128_set_bit
(x, bit) : \
334
#define v128_set_bit(x, i)
_v128_set_bit
(x, i)
crypto_math.h
183
#define v128_set_bit(x, i)
_v128_set_bit
(x, i)
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c
309
_v128_set_bit
(x, i);
math.c
617
_v128_set_bit
(x, i);
Completed in 613 milliseconds