Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdlib.in.h138 extern long long atoll (const char *string);
141 # undef atoll
142 # define atoll(s) \
145 atoll (s))
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib38 long long atoll(const char* nptr); // C99
107 using ::atoll;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h46 #define atoll _atoi64 macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp45 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib66 using ::atoll;
/ndk/sources/cxx-stl/system/include/
Dcstdlib66 using ::atoll;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()