Home
last modified time | relevance | path

Searched refs:strtoull10 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dserver.h155 : VG_(strtoull10) ((s),(r)))
Dm_gdbserver.c1475 *szB = VG_(strtoull10) (ws, &endptr); in VG_()
/external/valgrind/include/
Dpub_tool_libcbase.h63 extern ULong VG_(strtoull10) ( const HChar* str, HChar** endptr );
/external/valgrind/coregrind/
Dm_libcbase.c121 ULong VG_(strtoull10) ( const HChar* str, HChar** endptr ) in VG_() argument
/external/valgrind/memcheck/
Dmc_main.c5780 lr_nr = VG_(strtoull10) (wl, &endptr); in handle_gdb_monitor_command()