Home
last modified time | relevance | path

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

12

/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_basic.py9 from xprint import to_hex
73 print(to_hex(code))
84 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_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_sparc.py8 from xprint import to_hex, to_x_32
60 print("Code: %s" % to_hex(code))
Dtest_mips.py7 from xprint import to_hex, to_x
55 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))
Dtest_x86.py7 from xprint import to_hex, to_x, to_x_32
273 print("Code: %s" % to_hex(code))
Dxprint.py9 def to_hex(s, prefix_0x = True): function
/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/skia/src/utils/
DSkParse.cpp39 static int to_hex(int c) in to_hex() function
53 return to_hex(c) >= 0; in is_hex()
126 while ((digit = to_hex(*str)) >= 0) in FindHex()
/external/rust/crates/hex/benches/
Dhex.rs9 c.bench_function("rustc_hex_encode", |b| b.iter(|| DATA.to_hex::<String>())); in bench_encode()
31 let hex = DATA.to_hex::<String>(); in bench_decode()
/external/rust/crates/rusticata-macros/src/
Ddebug.rs10 map(peek(rest), |r: &[u8]| eprintln!("\n{}\n", r.to_hex(16)))(i) in dbg_dmp_rest()
/external/openthread/tests/scripts/thread-cert/
Dmesh_cop.py129 def to_hex(self): member in Channel
274 def to_hex(self): member in SteeringData
304 def to_hex(self): member in BorderAgentLocator
357 def to_hex(self): member in CommissionerSessionId

12