OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_is_odd
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/bn/
bn.h
410
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))
[
all
...]
/external/openssl/include/openssl/
bn.h
410
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h
378
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))
Completed in 613 milliseconds