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

  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 48 #undef strtoll macro
49 #define strtoll _strtoi64 macro
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 9 - atoll: strtoll(nptr, (char **)NULL, 10)
93 - strtoll(nptr, (char **)NULL, 10)
129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
336 /** The strtoll function converts the initial portion of the string pointed to
341 @return The strtoll function returns the converted value, if any. If no
348 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) function
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 48 #define strtoll _strtoll macro
  /toolchain/binutils/binutils-2.27/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
  /bionic/libc/bionic/
strtol.cpp 174 return strtoll(s, nullptr, 10);
185 long long strtoll(const char* s, char** end, int base) { function
191 return strtoll(s, end, base);
  /external/gflags/src/
windows_port.h 124 #define strtoll _strtoi64 macro
  /external/flac/include/share/
compat.h 71 #define strtoll _strtoi64 macro
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 67 inline long long int strtoll (const char* str, char** endptr, int base) function
77 return strtoll(str, NULL, 10);
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 45 #define strtoll _strtoi64 macro
48 // HP C++ on Tru64 does not have strtoll, but strtol is already 64-bit.
49 #define strtoll strtol
374 return strtoll(nptr, endptr, base);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 408 /* Define to 1 if you have the `strtoll' function. */
698 /* Define to a function replacing strtoll */
699 #define strtoll _strtoi64 macro
  /external/fio/os/windows/
posix.c 792 long long strtoll(const char *restrict str, char **restrict endptr, function
  /external/valgrind/perf/
tinycc.c 5376 #define strtoll macro
    [all...]

Completed in 619 milliseconds