OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bits_per_digit
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod.c
123
bitcnt = (int) ltc_mp.
bits_per_digit
;
128
i = (buf >> (ltc_mp.
bits_per_digit
- 1)) & 1;
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
27
int
bits_per_digit
;
member in struct:__anon19194
70
@param n Source upto
bits_per_digit
(actually meant for very small constants)
76
@param a Number to read, only fetches upto
bits_per_digit
from the number
77
@return The lower
bits_per_digit
of the integer (unsigned)
84
@return The
bits_per_digit
sized n'th digit of a
103
@param b The right side integer (upto
bits_per_digit
)
179
@param b The second source integer (single digit of upto
bits_per_digit
in length)
195
@param b The second source integer (single digit of upto
bits_per_digit
in length)
203
@param b The second source integer (single digit of upto
bits_per_digit
in length)
211
@param b The second source integer (single digit of upto
bits_per_digit
in length
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py
398
self.assertTrue(sys.long_info.
bits_per_digit
% 5 == 0)
400
self.assertEqual(type(sys.long_info.
bits_per_digit
), int)
657
PyLong_BASE = 2**sys.long_info.
bits_per_digit
test_long.py
19
SHIFT = sys.long_info.
bits_per_digit
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py
398
self.assertTrue(sys.long_info.
bits_per_digit
% 5 == 0)
400
self.assertEqual(type(sys.long_info.
bits_per_digit
), int)
657
PyLong_BASE = 2**sys.long_info.
bits_per_digit
test_long.py
19
SHIFT = sys.long_info.
bits_per_digit
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 449 milliseconds