OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtoull16
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/coregrind/m_gdbserver/
server.h
154
VG_(
strtoull16
) ((s),(r)) \
target.c
618
lm_modid_offset = (SizeT) VG_(
strtoull16
) ( w, &endptr );
m_gdbserver.c
[
all
...]
/external/valgrind/include/
pub_tool_libcbase.h
64
extern ULong VG_(
strtoull16
) ( const HChar* str, HChar** endptr );
/external/valgrind/coregrind/
m_libcbase.c
181
ULong VG_(
strtoull16
) ( const HChar* str, HChar** endptr )
function
Completed in 3567 milliseconds