| /src/external/gpl3/gdb/dist/gdb/ |
| c-lang.c | 472 convert_hex (struct type *type, const char *p, 520 p = convert_hex (type, p, limit, output); 471 convert_hex (struct type *type, const char *p, function
|
| ada-lang.c | 1248 convert_hex (const char *str, int n, uint32_t *out) 1275 if (!convert_hex (str, n, &value)) 1244 convert_hex (const char *str, int n, uint32_t *out) function
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-lang.c | 472 convert_hex (struct type *type, const char *p, 520 p = convert_hex (type, p, limit, output); 471 convert_hex (struct type *type, const char *p, function
|
| ada-lang.c | 1245 convert_hex (const char *str, int n, uint32_t *out) 1272 if (!convert_hex (str, n, &value)) 1241 convert_hex (const char *str, int n, uint32_t *out) function
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| charset.cc | 1327 /* Subroutine of convert_hex and convert_oct. N is the representation 1387 convert_hex (cpp_reader *pfile, const uchar *from, const uchar *limit, 1535 return convert_hex (pfile, from, limit, tbuf, cvt, 1385 convert_hex (cpp_reader *pfile, const uchar *from, const uchar *limit, function
|