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