Searched defs:fromHex (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/contrib/tables/
H A Dunicode_parse_common.py21 def fromHex(token): function in function:codepoints_parse
25 return (fromHex(parts[0]), fromHex(parts[1]))
27 return fromHex(parts[0])
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DSECNamedCurves.java18 private static BigInteger fromHex( method in class:SECNamedCurves
32 BigInteger p = fromHex("DB7C2ABF62E35E668076BEAD208B");
33 BigInteger a = fromHex("DB7C2ABF62E35E668076BEAD2088");
34 BigInteger b = fromHex("659EF8BA043916EEDE8911702B22");
36 BigInteger n = fromHex("DB7C2ABF62E35E7628DFAC6561C5");
58 BigInteger p = fromHex("DB7C2ABF62E35E668076BEAD208B");
59 BigInteger a = fromHex("6127C24C05F38A0AAAF65C0EF02C");
60 BigInteger b = fromHex("51DEF1815DB5ED74FCC34C85D709");
62 BigInteger n = fromHex("36DF0AAFD8B8D7597CA10520D04B");
84 BigInteger p = fromHex("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFF
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c459 static UInt fromHex ( UChar c ) function
484 // ??? need to vg_assert(d < fromHex(**ppc));
485 *result = ((*result) << 4) | fromHex(**ppc);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 137 milliseconds