Home
last modified time | relevance | path

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

12

/external/webrtc/src/system_wrappers/source/
Dcpu_linux.cc142 long long luser = atoll(sUser); in GetData()
143 long long lnice = atoll(sNice); in GetData()
144 long long lsystem = atoll(sSystem); in GetData()
145 long long lidle = atoll (sIdle); in GetData()
160 luser = atoll(sUser); in GetData()
161 lnice = atoll(sNice); in GetData()
162 lsystem = atoll(sSystem); in GetData()
163 lidle = atoll (sIdle); in GetData()
/external/openfst/src/bin/
Dfstreplace.cc49 Label root = atoll(argv[2]); in main()
55 Label lab = atoll(argv[i + 1]); in main()
/external/openfst/src/extensions/pdt/
Dpdtreplace.cc55 Label root = atoll(argv[2]); in main()
61 Label lab = atoll(argv[i + 1]); in main()
/external/clang/test/Analysis/
Dtaint-tester.c176 long long atoll(const char *nptr);
187 long long ll = atoll(s); // expected-warning + {{tainted}} in atoiTest()
/external/bison/lib/
Dstdlib.in.h149 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
153 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
154 _GL_CXXALIASWARN (atoll);
156 # undef atoll
158 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
/external/bison/linux-lib/
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
480 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
/external/bison/darwin-lib/
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
480 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
/external/qemu/distrib/libsparse/src/
Dsimg2simg.c59 max_size = atoll(argv[3]); in main()
/external/f2fs-tools/mkfs/
Df2fs_format_main.c105 config.total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
/external/libcxx/include/
Dcstdlib38 long long atoll(const char* nptr); // C99
107 using ::atoll;
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp101 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
/external/libcxx/include/support/win32/
Dsupport.h46 #define atoll _atoi64 macro
/external/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp45 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dstdlib.pxd12 long long atoll (const char *string)
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc669 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument
672 return REAL(atoll)(nptr); in INTERCEPTOR()
774 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
/external/chromium_org/third_party/icu/source/test/intltest/
Ditrbnf.cpp1015 LLAssert(llong::atoll(empty) == llong(0, 0));
1016 LLAssert(llong::atoll(zero) == llong(0, 0));
1017 LLAssert(llong::atoll(neg_one) == llong(0xffffffff, 0xffffffff));
1018 LLAssert(llong::atoll(neg_12345) == -llong(0, 12345));
1019 LLAssert(llong::atoll(big1, 16) == llong(0x12345678, 0x9abcdef0));
1020 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1015 LLAssert(llong::atoll(empty) == llong(0, 0));
1016 LLAssert(llong::atoll(zero) == llong(0, 0));
1017 LLAssert(llong::atoll(neg_one) == llong(0xffffffff, 0xffffffff));
1018 LLAssert(llong::atoll(neg_12345) == -llong(0, 12345));
1019 LLAssert(llong::atoll(big1, 16) == llong(0x12345678, 0x9abcdef0));
1020 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));
/external/valgrind/main/gdbserver_tests/
Dsleepers.c144 burn = atoll(argv[3]); in main()
/external/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dstring.c77 length = atoll(str) * unit; in perf_atoll()
/external/blktrace/btreplay/
Dbtrecord.c425 max_bunch_tm = (__u64)atoll(optarg); in handle_args()
435 max_pkts_per_bunch = (__u64)atoll(optarg); in handle_args()
/external/bison/m4/
Dstdlib_h.m422 ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dport.h452 inline long long atoll(const char *nptr) { in atoll() function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dport.h447 inline long long atoll(const char *nptr) { in atoll() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h152 atoll, enumerator

12