HomeSort by relevance Sort by last modified time
    Searched defs:strtoll (Results 1 - 15 of 15) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoll.c 1 /* $OpenBSD: strtoll.c,v 1.8 2014/09/13 20:10:12 schwarze Exp $ */
45 strtoll(const char *nptr, char **endptr, int base) function
155 __strong_alias(strtoq, strtoll);
  /external/dbus/tools/
strtoll.c 62 long long strtoll (const char*, char **, int);
65 strtoll(const char * nptr, char ** endptr, int base) function
dbus-send.c 30 #undef strtoll macro
31 #define strtoll mystrtoll macro
32 #include "strtoll.c"
105 int64 = strtoll (value, NULL, 0);
  /toolchain/binutils/binutils-2.25/libiberty/
strtoll.c 33 @deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
38 The @code{strtoll} function converts the string in @var{string} to a
41 is 0, @code{strtoll} will look for the prefixes @code{0} and @code{0x}
98 strtoll(const char *nptr, char **endptr, register int base) function
  /external/libcxx/include/support/win32/
support.h 50 #define strtoll _strtoi64 macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 47 #define strtoll _strtoi64 macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 47 #define strtoll _strtoi64 macro
  /external/flac/include/share/
compat.h 71 #define strtoll _strtoi64 macro
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 44 #define strtoll _strtoi64 macro
47 // HP C++ on Tru64 does not have strtoll, but strtol is already 64-bit.
48 #define strtoll strtol
342 return strtoll(nptr, endptr, base);
  /external/bison/darwin-lib/
stdlib.h 1167 # undef strtoll macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1167 # undef strtoll macro
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 155 #define strtoll(p, e, b) _strtoi64(p, e, b) macro
  /external/fio/os/windows/
posix.c 730 long long strtoll(const char *restrict str, char **restrict endptr, function
  /external/valgrind/perf/
tinycc.c 5376 #define strtoll macro
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 347 milliseconds