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

  /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
  /bionic/libc/bionic/
strtol.cpp 173 long long atoll(const char* s) { function
  /external/gflags/src/
windows_port.h 126 #define atoll _atoi64 macro
  /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/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 75 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 129 milliseconds