Home
last modified time | relevance | path

Searched refs:strtoll10 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h48 #define atoi(_str) VG_(strtoll10)((_str), NULL)
70 : VG_(strtoll10) ((s),(r)))
/external/valgrind/cachegrind/
Dcg_arch.c87 i1 = VG_(strtoll10)(optval, &endptr); if (*endptr != ',') goto bad; in parse_cache_opt()
88 i2 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != ',') goto bad; in parse_cache_opt()
89 i3 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != '\0') goto bad; in parse_cache_opt()
/external/valgrind/callgrind/
Dclo.c474 UInt n = VG_(strtoll10)(arg+12, &s); in CLG_()
489 UInt n = VG_(strtoll10)(arg+10, &s); in CLG_()
498 UInt n = VG_(strtoll10)(arg+18, &s); in CLG_()
507 UInt n = VG_(strtoll10)(arg+15, &s); in CLG_()
/external/valgrind/include/
Dpub_tool_options.h105 Long n = VG_(strtoll10)( val, &s ); \
Dpub_tool_libcbase.h61 extern Long VG_(strtoll10) ( const HChar* str, HChar** endptr );
/external/valgrind/coregrind/m_gdbserver/
Dserver.h160 : VG_(strtoll10) ((s),(r)))
/external/valgrind/memcheck/tests/
Dunit_libcbase.c372 Long res1 = VG_(strtoll10)(a[i].str, &endptr1); in test_strtoll_and_strtod()
/external/valgrind/drd/
Ddrd_main.c888 DRD_(thread_set_segment_merge_interval)(VG_(strtoll10)(smi, NULL)); in drd_pre_clo_init()
/external/valgrind/coregrind/
Dm_libcproc.c676 res = VG_(mk_SysRes_Success)( VG_(strtoll10)(pid, &s) ); in VG_()
Dm_libcbase.c95 Long VG_(strtoll10) ( const HChar* str, HChar** endptr ) in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c911 Int fno = VG_(strtoll10)(d.d_name, &s); in VG_()
951 Int fno = VG_(strtoll10)(d->d_name, &s); in VG_()
/external/valgrind/memcheck/
Dmc_main.c6670 int_value = VG_(strtoll10) (wcmd, &the_end); in handle_gdb_monitor_command()
6808 int_value = VG_(strtoll10) (wcmd, &the_end); in handle_gdb_monitor_command()