OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v128_get_bit
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
182
#define
v128_get_bit
(x, i) _v128_get_bit(x, i)
macro
211
v128_get_bit
(const v128_t *x, int i);
datatypes.h
326
#define
v128_get_bit
(x, i) _v128_get_bit(x, i)
macro
355
v128_get_bit
(const v128_t *x, int i);
/external/srtp/crypto/math/
datatypes.c
303
v128_get_bit
(const v128_t *x, int i) {
function
math.c
611
v128_get_bit
(const v128_t *x, int i) {
function
Completed in 98 milliseconds