Home
last modified time | relevance | path

Searched refs:hex_str (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDc-cppbuiltin.c691 const char *hex_str, in builtin_define_with_hex_fp_value() argument
708 real_from_string (&real, hex_str); in builtin_define_with_hex_fp_value()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDArgs.cpp1705 char hex_str[3] = { *p, '\0', '\0' }; in EncodeEscapeSequences() local
1709 hex_str[1] = *p; in EncodeEscapeSequences()
1712 unsigned long hex_value = strtoul (hex_str, NULL, 16); in EncodeEscapeSequences()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp2523 char hex_str[3] = { 0,0,0 }; in FormatPromptRecurse() local
2524 hex_str[0] = *p; in FormatPromptRecurse()
2528 hex_str[1] = *p; in FormatPromptRecurse()
2531 unsigned long hex_value = strtoul (hex_str, NULL, 16); in FormatPromptRecurse()