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 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn.h
410
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h
410
#define
BN_is_odd
(a) (((a)->top > 0) && ((a)->d[0] & 1))
[
all
...]
/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
...]
Completed in 1019 milliseconds