HomeSort by relevance Sort by last modified time
    Searched refs:strtoll10 (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 48 #define atoi(_str) VG_(strtoll10)((_str), NULL)
  /external/valgrind/main/include/
pub_tool_options.h 77 Long n = VG_(strtoll10)( val, &s ); \
pub_tool_libcbase.h 63 // If you really want that behaviour, you can use "VG_(strtoll10)(str, NULL)".
64 extern Long VG_(strtoll10) ( Char* str, Char** endptr );
  /external/valgrind/main/callgrind/
clo.c 473 UInt n = VG_(strtoll10)(arg+12, &s);
488 UInt n = VG_(strtoll10)(arg+10, &s);
497 UInt n = VG_(strtoll10)(arg+18, &s);
506 UInt n = VG_(strtoll10)(arg+15, &s);
sim.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 67 Long VG_(strtoll10) ( Char* str, Char** endptr ) function
m_libcproc.c 451 res = VG_(mk_SysRes_Success)( VG_(strtoll10)(pid, &s) );
  /external/valgrind/main/drd/
drd_main.c 793 DRD_(thread_set_segment_merge_interval)(VG_(strtoll10)(smi, NULL));
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 310 // VG_(strtoll10)()
347 Long res1 = VG_(strtoll10)(a[i].str, &endptr1);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 799 Int fno = VG_(strtoll10)(d.d_name, &s);
    [all...]

Completed in 87 milliseconds