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

/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h163 : VG_(strtoull10) ((s),(r)))
H A Dm_gdbserver.c1525 *szB = VG_(strtoull10) (ws, &endptr);
/external/valgrind/include/
H A Dpub_tool_libcbase.h63 extern ULong VG_(strtoull10) ( const HChar* str, HChar** endptr );
/external/valgrind/coregrind/
H A Dm_libcbase.c121 ULong VG_(strtoull10) ( const HChar* str, HChar** endptr ) function
/external/valgrind/memcheck/
H A Dmc_main.c6474 *from = VG_(strtoull10) (wl, &endptr);
6506 *to = VG_(strtoull10) (wl, &endptr);

Completed in 221 milliseconds