HomeSort by: relevance | last modified time | path
    Searched defs:convert_hex (Results 1 - 5 of 5) sorted by relevancy

  /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

Completed in 54 milliseconds