Home
last modified time | relevance | path

Searched refs:to_hex (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/crates/nom/src/
Dutil.rs11 fn to_hex(&self, chunk_size: usize) -> String; in to_hex() method
24 fn to_hex(&self, chunk_size: usize) -> String { in to_hex() method
72 fn to_hex(&self, chunk_size: usize) -> String { in to_hex() method
166 println!("{}: Error({:?}) at:\n{}", context, e, i.to_hex(8)); in dbg_dmp()
202 …tln!("Error({:?}) at l.{} by ' {} '\n{}", e, l, nom_stringify!($submac!($($args)*)), $i.to_hex(8));
/external/rust/crates/ring/src/rsa/
Dconvert_nist_rsa_test_vectors.py55 def to_hex(bytes): function
61 return to_hex(from_hex(hex))
104 hex_sig = to_hex(sig)
120 print('Key = %s' % to_hex(der))
140 print('Key = %s' % to_hex(der))
/external/capstone/bindings/python/
Dtest_lite.py6 from xprint import to_hex
67 print(to_hex(code))
78 print("Code: %s" % to_hex(code))
Dtest_customized_mnem.py8 from xprint import to_hex
15 print("%s\t" % to_hex(code, False), end="")
Dtest_basic.py9 from xprint import to_hex
73 print(to_hex(code))
84 print("Code: %s" % to_hex(code))
Dtest_skipdata.py8 from xprint import to_hex
31 print("Code: %s" % to_hex(code))
Dtest_mos65xx.py7 from xprint import to_hex, to_x
55 print("Code: %s" % to_hex(MOS65XX_CODE))
Dtest_xcore.py8 from xprint import to_x, to_hex
56 print("Code: %s" % to_hex(code))
Dtest_mips.py7 from xprint import to_hex, to_x
55 print("Code: %s" % to_hex(code))
Dtest_sparc.py8 from xprint import to_hex, to_x_32
60 print("Code: %s" % to_hex(code))
Dtest_systemz.py8 from xprint import to_x, to_hex
62 print("Code: %s" % to_hex(code))
Dtest_ppc.py7 from xprint import to_hex, to_x_32
68 print("Code: %s" % to_hex(code))
Dtest_tms320c64x.py8 from xprint import to_x, to_hex, to_x_32
78 print("Code: %s" % to_hex(code))
Dtest_m68k.py7 from xprint import to_hex, to_x
98 print("Code: %s " % to_hex(code))
Dtest_arm64.py8 from xprint import to_hex, to_x
114 print("Code: %s" % to_hex(code))
Dtest_arm.py8 from xprint import to_hex, to_x_32
135 print("Code: %s" % to_hex(code))
Dxprint.py9 def to_hex(s, prefix_0x = True): function
Dtest_x86.py7 from xprint import to_hex, to_x, to_x_32
273 print("Code: %s" % to_hex(code))
/external/capstone/suite/
Dppcbranch.py35 def to_hex(s): function
45 print("Code: %s" %(to_hex(code))),
Dx86odd.py85 def to_hex(s): function
95 print("Code: %s" %(to_hex(code))),
Dfuzz.py50 def to_hex(s): function
Dbenchmark.py44 def to_hex(s): function
/external/skqp/src/utils/
DSkParse.cpp33 static int to_hex(int c) in to_hex() function
47 return to_hex(c) >= 0; in is_hex()
120 while ((digit = to_hex(*str)) >= 0) in FindHex()
/external/skia/src/utils/
DSkParse.cpp33 static int to_hex(int c) in to_hex() function
47 return to_hex(c) >= 0; in is_hex()
120 while ((digit = to_hex(*str)) >= 0) in FindHex()
/external/angle/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py142 def to_hex(num): function
147 return 'None' if num == None else to_hex(num)

12