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

/external/valgrind/main/cachegrind/
H A Dcg_arch.c87 i1 = VG_(strtoll10)(optval, &endptr); if (*endptr != ',') goto bad;
88 i2 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != ',') goto bad;
89 i3 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != '\0') goto bad;
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h48 #define atoi(_str) VG_(strtoll10)((_str), NULL)
/external/valgrind/main/callgrind/
H A Dclo.c474 UInt n = VG_(strtoll10)(arg+12, &s);
489 UInt n = VG_(strtoll10)(arg+10, &s);
498 UInt n = VG_(strtoll10)(arg+18, &s);
507 UInt n = VG_(strtoll10)(arg+15, &s);
/external/valgrind/main/include/
H A Dpub_tool_options.h80 Long n = VG_(strtoll10)( val, &s ); \
H A Dpub_tool_libcbase.h65 // If you really want that behaviour, you can use "VG_(strtoll10)(str, NULL)".
66 extern Long VG_(strtoll10) ( const HChar* str, HChar** endptr );
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h154 : VG_(strtoll10) ((s),(r)))
/external/valgrind/main/coregrind/
H A Dm_libcproc.c472 res = VG_(mk_SysRes_Success)( VG_(strtoll10)(pid, &s) );
H A Dm_libcbase.c67 Long VG_(strtoll10) ( const HChar* str, HChar** endptr ) function
/external/valgrind/main/drd/
H A Ddrd_main.c881 DRD_(thread_set_segment_merge_interval)(VG_(strtoll10)(smi, NULL));
/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c312 // VG_(strtoll10)()
349 Long res1 = VG_(strtoll10)(a[i].str, &endptr1);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c855 Int fno = VG_(strtoll10)(d.d_name, &s);
/external/valgrind/main/memcheck/
H A Dmc_main.c5646 int_value = VG_(strtoll10) (wcmd, &the_end);

Completed in 1563 milliseconds