Searched refs:bigint (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/third_party/ |
D | pdfiumbigint.mk | 14 bigint/BigInteger.cc \ 15 bigint/BigIntegerUtils.cc \ 16 bigint/BigUnsigned.cc \ 17 bigint/BigUnsignedInABase.cc
|
D | third_party.gyp | 28 'target_name': 'bigint', 31 'bigint/BigInteger.hh', 32 'bigint/BigIntegerLibrary.hh', 33 'bigint/BigIntegerUtils.hh', 34 'bigint/BigUnsigned.hh', 35 'bigint/NumberlikeArray.hh', 36 'bigint/BigUnsignedInABase.hh', 37 'bigint/BigInteger.cc', 38 'bigint/BigIntegerUtils.cc', 39 'bigint/BigUnsigned.cc', [all …]
|
D | BUILD.gn | 9 ":bigint", 15 source_set("bigint") { 22 "bigint/BigInteger.cc", 23 "bigint/BigInteger.hh", 24 "bigint/BigIntegerLibrary.hh", 25 "bigint/BigIntegerUtils.cc", 26 "bigint/BigIntegerUtils.hh", 27 "bigint/BigUnsigned.cc", 28 "bigint/BigUnsigned.hh", 29 "bigint/BigUnsignedInABase.cc", [all …]
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
D | PoloUtil.java | 84 BigInteger bigint = new BigInteger(1, bytes); in bytesToHexString() local 86 return String.format("%0" + formatLen + "x", bigint); in bytesToHexString()
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 310 BigInteger bigint = stringToBigInteger(part.c_str()); in encodeNumeric() local 312 int32_t c = (bigint % num900).toInt(); in encodeNumeric() 314 bigint = bigint / num900; in encodeNumeric() 315 } while (!bigint.isZero()); in encodeNumeric()
|
/external/pdfium/xfa/ |
D | DEPS | 3 '+third_party/bigint'
|
/external/pdfium/third_party/bigint/ |
D | LICENSE | 5 http://mattmccutchen.net/bigint/
|
/external/pdfium/ |
D | pdfium.gyp | 78 'third_party/third_party.gyp:bigint',
|
D | BUILD.gn | 120 "third_party:bigint",
|
/external/skia/third_party/yasm/config/openbsd/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/chromeos/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/ios/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/android/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/linux/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/mac/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|
/external/skia/third_party/yasm/config/win/ |
D | Makefile | 1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \ 1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
|