Searched refs:strtoll10 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 48 #define atoi(_str) VG_(strtoll10)((_str), NULL) 70 : VG_(strtoll10) ((s),(r)))
|
/external/valgrind/cachegrind/ |
D | cg_arch.c | 87 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/ |
D | clo.c | 474 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/ |
D | pub_tool_options.h | 105 Long n = VG_(strtoll10)( val, &s ); \
|
D | pub_tool_libcbase.h | 61 extern Long VG_(strtoll10) ( const HChar* str, HChar** endptr );
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 160 : VG_(strtoll10) ((s),(r)))
|
/external/valgrind/memcheck/tests/ |
D | unit_libcbase.c | 372 Long res1 = VG_(strtoll10)(a[i].str, &endptr1); in test_strtoll_and_strtod()
|
/external/valgrind/drd/ |
D | drd_main.c | 888 DRD_(thread_set_segment_merge_interval)(VG_(strtoll10)(smi, NULL)); in drd_pre_clo_init()
|
/external/valgrind/coregrind/ |
D | m_libcproc.c | 676 res = VG_(mk_SysRes_Success)( VG_(strtoll10)(pid, &s) ); in VG_()
|
D | m_libcbase.c | 95 Long VG_(strtoll10) ( const HChar* str, HChar** endptr ) in VG_() argument
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 911 Int fno = VG_(strtoll10)(d.d_name, &s); in VG_() 951 Int fno = VG_(strtoll10)(d->d_name, &s); in VG_()
|
/external/valgrind/memcheck/ |
D | mc_main.c | 6670 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()
|