OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pow_2
(Results
1 - 1
of
1
) sorted by null
/external/srtp/crypto/include/
datatypes.h
99
#define
pow_2
(X) ( (unsigned int)1 << (X) ) /* 2^X */
macro
Completed in 147 milliseconds