Searched refs:strtoll16 (Results 1 – 5 of 5) sorted by relevance
159 const Addr addr = VG_(strtoll16)(trace_address, 0); in DRD_()167 addr = VG_(strtoll16)(ptrace_address, 0); in DRD_()168 length = plus ? VG_(strtoll16)(plus + 1, 0) : 1; in DRD_()
153 VG_(strtoll16) ((s),(r)) \
67 extern Long VG_(strtoll16) ( const HChar* str, HChar** endptr );
404 Long res1 = VG_(strtoll16)(a[i].str, &endptr1); in test_strtoll_and_strtod()
117 Long VG_(strtoll16) ( const HChar* str, HChar** endptr ) in VG_() argument