Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dserver.h163 : VG_(strtoull10) ((s),(r)))
Dm_gdbserver.c1525 *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.c6474 *from = VG_(strtoull10) (wl, &endptr); in VG_()
6506 *to = VG_(strtoull10) (wl, &endptr); in VG_()