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

  /external/valgrind/main/drd/
drd_main.c 159 const Addr addr = VG_(strtoll16)(trace_address, 0);
167 addr = VG_(strtoll16)(ptrace_address, 0);
168 length = plus ? VG_(strtoll16)(plus + 1, 0) : 1;
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 153 VG_(strtoll16) ((s),(r)) \
  /external/valgrind/main/include/
pub_tool_libcbase.h 49 // whitespace is ignored. A subsequent '-' or '+' is accepted. For strtoll16,
67 extern Long VG_(strtoll16) ( const HChar* str, HChar** endptr );
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 358 // VG_(strtoll16)()
404 Long res1 = VG_(strtoll16)(a[i].str, &endptr1);
  /external/valgrind/main/coregrind/
m_libcbase.c 117 Long VG_(strtoll16) ( const HChar* str, HChar** endptr ) function

Completed in 518 milliseconds