Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dserver.h154 VG_(strtoull16) ((s),(r)) \
Dtarget.c618 lm_modid_offset = (SizeT) VG_(strtoull16) ( w, &endptr ); in getplatformoffset()
Dm_gdbserver.c1457 *szB = VG_(strtoull16) (ws, &endptr); in VG_()
/external/valgrind/include/
Dpub_tool_libcbase.h64 extern ULong VG_(strtoull16) ( const HChar* str, HChar** endptr );
/external/valgrind/coregrind/
Dm_libcbase.c181 ULong VG_(strtoull16) ( const HChar* str, HChar** endptr ) in VG_() argument