Home
last modified time | relevance | path

Searched refs:convert_hex (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-lang.c471 convert_hex (struct type *type, const char *p, in convert_hex() function
519 p = convert_hex (type, p, limit, output); in convert_escape()
Dada-lang.c1241 convert_hex (const char *str, int n, uint32_t *out) in convert_hex() function
1268 if (!convert_hex (str, n, &value)) in convert_from_hex_encoded()
DChangeLog-200911244 (convert_hex): Likewise.
DChangeLog-201810011 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
DChangeLog-20201832 * c-lang.c (convert_ucn, convert_octal, convert_hex)
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dcharset.cc1385 convert_hex (cpp_reader *pfile, const uchar *from, const uchar *limit, in convert_hex() function
1533 return convert_hex (pfile, from, limit, tbuf, cvt, in convert_escape()
DChangeLog2559 (convert_hex): Likewise, conditionalizing the call to
5165 * charset.c (_cpp_valid_ucn, convert_hex, convert_escape,
5852 (convert_hex): Idem.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200315630 emit_numeric_escape, convert_hex, convert_oct, convert_escape,