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

  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 48 #define atoi(_str) VG_(strtoll10)((_str), NULL)
70 : VG_(strtoll10) ((s),(r)))
  /external/valgrind/cachegrind/
cg_arch.c 87 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/callgrind/
clo.c 474 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/coregrind/m_gdbserver/
server.h 160 : VG_(strtoll10) ((s),(r)))
  /external/valgrind/include/
pub_tool_libcbase.h 60 // If you really want that behaviour, you can use "VG_(strtoll10)(str, NULL)".
61 extern Long VG_(strtoll10) ( const HChar* str, HChar** endptr );
pub_tool_options.h 105 Long n = VG_(strtoll10)( val, &s ); \
  /external/valgrind/drd/
drd_main.c     [all...]
  /external/valgrind/memcheck/tests/
unit_libcbase.c 335 // VG_(strtoll10)()
372 Long res1 = VG_(strtoll10)(a[i].str, &endptr1);
  /external/valgrind/coregrind/
m_libcbase.c 95 Long VG_(strtoll10) ( const HChar* str, HChar** endptr ) function
m_libcproc.c 676 res = VG_(mk_SysRes_Success)( VG_(strtoll10)(pid, &s) );
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 911 Int fno = VG_(strtoll10)(d.d_name, &s);
951 Int fno = VG_(strtoll10)(d->d_name, &s);
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]

Completed in 492 milliseconds