Home
last modified time | relevance | path

Searched refs:bigint (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/third_party/
Dpdfiumbigint.mk14 bigint/BigInteger.cc \
15 bigint/BigIntegerUtils.cc \
16 bigint/BigUnsigned.cc \
17 bigint/BigUnsignedInABase.cc
Dthird_party.gyp28 '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 …]
DBUILD.gn9 ":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/
DPoloUtil.java84 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/
DBC_PDF417HighLevelEncoder.cpp310 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/
DDEPS3 '+third_party/bigint'
/external/pdfium/third_party/bigint/
DLICENSE5 http://mattmccutchen.net/bigint/
/external/pdfium/
Dpdfium.gyp78 'third_party/third_party.gyp:bigint',
DBUILD.gn120 "third_party:bigint",
/external/skia/third_party/yasm/config/ios/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/linux/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/mac/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/win/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/openbsd/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/android/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/skia/third_party/yasm/config/chromeos/
DMakefile1155 modules/preprocs/nasm/tests/nasmpp-bigint.asm \
1156 modules/preprocs/nasm/tests/nasmpp-bigint.hex \
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...