Searched defs:atoll (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/include/support/win32/
H A Dsupport.h46 #define atoll _atoi64 macro
/external/bison/darwin-lib/
H A Dstdlib.h471 _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");
/external/bison/linux-lib/
H A Dstdlib.h471 _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");
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h452 inline long long atoll(const char *nptr) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h447 inline long long atoll(const char *nptr) { function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h151 /// long long atoll(const char *nptr);
152 atoll, enumerator in enum:llvm::LibFunc::Func

Completed in 4316 milliseconds