HomeSort by relevance Sort by last modified time
    Searched defs:atoll (Results 1 - 11 of 11) 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
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 4 The atoi, atol, and atoll functions convert the initial portion of the string
9 - atoll: strtoll(nptr, (char **)NULL, 10)
90 /** The atoll function converts the initial portion of the string pointed to by
95 @return The atoll function returns the converted value.
98 atoll(const char *nptr) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 49 #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.8/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.15-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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 71 inline long long int atoll (const char* str) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 657 __MINGW_EXTENSION long long __cdecl atoll (const char *);
668 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); } function

Completed in 536 milliseconds