HomeSort by relevance Sort by last modified time
    Searched defs:atoll (Results 1 - 5 of 5) 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 128 #define atoll _atoi64 macro
  /external/deqp-deps/glslang/glslang/Include/
Common.h 79 inline long long int atoll (const char* str) function
  /external/dynamic_depth/internal/base/
port.h 949 #define atoll _atoi64 macro
    [all...]

Completed in 183 milliseconds