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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoll.c 1 /* $OpenBSD: atoll.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
34 atoll(str) function
  /external/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /external/bison/darwin-lib/
stdlib.h 471 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
475 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
476 _GL_CXXALIASWARN (atoll);
478 # undef atoll macro
480 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
481 "use gnulib module atoll for portability");
    [all...]
  /external/bison/linux-lib/
stdlib.h 471 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
475 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
476 _GL_CXXALIASWARN (atoll);
478 # undef atoll macro
480 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
481 "use gnulib module atoll for portability");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 158 __extension__ extern long long int atoll (__const char *__nptr)
298 __NTH (atoll (__const char *__nptr)) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 158 __extension__ extern long long int atoll (__const char *__nptr)
298 __NTH (atoll (__const char *__nptr)) function
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 452 inline long long atoll(const char *nptr) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 447 inline long long atoll(const char *nptr) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 639 __MINGW_EXTENSION long long __cdecl atoll (const char *);
650 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 151 /// long long atoll(const char *nptr);
152 atoll, enumerator in enum:llvm::LibFunc::Func

Completed in 447 milliseconds