Searched refs:hex_str (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | BreakpointBase.cpp | 133 char hex_str[3] = {0, 0, 0}; in FormatLogText() local 134 hex_str[0] = text[0]; in FormatLogText() 139 hex_str[1] = text[0]; in FormatLogText() 143 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in FormatLogText()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/ |
| H A D | dce_aux.c | 650 char hex_str[128] = {0}; in dce_aux_log_payload() local 651 char *hex_str_ptr = &hex_str[0]; in dce_aux_log_payload() 652 uint32_t hex_str_remaining = sizeof(hex_str); in dce_aux_log_payload() 684 hex_str, in dce_aux_log_payload()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | gdbremote.py | 371 def get_value_from_hex_string(self, hex_str): argument 375 packet = Packet(hex_str) 532 hex_str = self.str[0:n] 534 return hex_str 538 hex_str = self.get_hex_chars(n) 539 if hex_str is None: 541 return int(hex_str, 16)
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Args.cpp | 526 char hex_str[3] = {*p, '\0', '\0'}; in EncodeEscapeSequences() local 529 hex_str[1] = *p; in EncodeEscapeSequences() 532 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in EncodeEscapeSequences()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-cppbuiltin.c | 686 const char *hex_str, in builtin_define_with_hex_fp_value() argument 703 real_from_string (&real, hex_str); in builtin_define_with_hex_fp_value()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 2104 char hex_str[3] = {0, 0, 0}; in ParseInternal() local 2105 hex_str[0] = format[0]; in ParseInternal() 2110 hex_str[1] = format[0]; in ParseInternal() 2114 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in ParseInternal()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 2549 std::string hex_str; in cstring_to_asciihex_string() local 2550 hex_str.reserve (strlen (str) * 2); in cstring_to_asciihex_string() 2555 hex_str += hexbuf; in cstring_to_asciihex_string() 2557 return hex_str; in cstring_to_asciihex_string()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.c | 5134 builtin_define_with_hex_fp_value (macro, type, digits, hex_str, fp_suffix) in builtin_define_with_hex_fp_value() argument 5138 const char *hex_str; 5154 real_from_string (&real, hex_str);
|