Searched refs:in_hex (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 692 const char *in_hex; member 722 SCOPED_TRACE(test.in_hex); in TEST() 725 ASSERT_TRUE(DecodeHex(&in_bytes, test.in_hex)); in TEST()
|
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 701 const char *in_hex; member 745 SCOPED_TRACE(test.in_hex); in TEST() 748 ASSERT_TRUE(DecodeHex(&in_bytes, test.in_hex)); in TEST()
|
/external/cronet/third_party/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 701 const char *in_hex; member 745 SCOPED_TRACE(test.in_hex); in TEST() 748 ASSERT_TRUE(DecodeHex(&in_bytes, test.in_hex)); in TEST()
|
/external/sg3_utils/src/ |
D | sg_ses.c | 819 int * arr_len, bool in_hex, bool may_gave_at, int verb); 3936 bool in_hex, bool may_have_at, int vb) in read_hex() argument 3959 if (! in_hex) { /* binary, assume its not on the command line, */ in read_hex() 4439 offset_str(long offset, bool in_hex, char * b, int blen) in offset_str() argument 4441 if (in_hex && (offset >= 0)) in offset_str()
|
D | sg_logs.c | 132 static const char * const in_hex = "in hex"; variable 4051 sgj_js_nv_hex_bytes(jsp, jo3p, in_hex, bp, extra); in show_start_stop_page() 4104 sgj_js_nv_hex_bytes(jsp, jo2p, in_hex, resp, 64); in show_app_client_page() 4114 sgj_js_nv_hex_bytes(jsp, jo2p, in_hex, resp, len); in show_app_client_page() 4156 sgj_js_nv_hex_bytes(jsp, jo3p, in_hex, bp, extra); in show_app_client_page() 5524 sgj_js_nv_hex_bytes(jsp, jo3p, in_hex, bp, pl); in show_format_status_page() 5682 sgj_js_nv_hex_bytes(jsp, jo3p, in_hex, bp + 4, pl - 4); in show_non_volatile_cache_page()
|