/external/vboot_reference/host/lib/ |
util_misc.c | 37 BIGNUM *Big1 = NULL, *Big2 = NULL, *Big32 = NULL, *BigMinus1 = NULL; 64 NEW_BIGNUM(Big1); 79 BN_set_word(Big1, 1L); 82 BN_sub(BigMinus1, Big1, Big2); 131 BN_free(Big1);
|
/external/vboot_reference/utility/ |
dumpRSAPublicKey.c | 44 BIGNUM *Big1 = NULL, *Big2 = NULL, *Big32 = NULL, *BigMinus1 = NULL; 59 Big1 = BN_new(); 72 BN_set_word(Big1, 1L); 75 BN_sub(BigMinus1, Big1, Big2); 123 BN_free(Big1);
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoaimp.h | 422 #define Big1 0xffffffff
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoaimp.h | 414 #define Big1 0xffffffffU
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 283 #define Big1 0xffffffff
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 266 #define Big1 0xffffffff
[all...] |
/external/python/cpython2/Python/ |
dtoa.c | 283 #define Big1 0xffffffff [all...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 338 #define Big1 0xffffffff [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 338 #define Big1 0xffffffff [all...] |