/external/webrtc/src/system_wrappers/source/ |
D | cpu_linux.cc | 142 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/ |
D | fstreplace.cc | 49 Label root = atoll(argv[2]); in main() 55 Label lab = atoll(argv[i + 1]); in main()
|
/external/openfst/src/extensions/pdt/ |
D | pdtreplace.cc | 55 Label root = atoll(argv[2]); in main() 61 Label lab = atoll(argv[i + 1]); in main()
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 176 long long atoll(const char *nptr); 187 long long ll = atoll(s); // expected-warning + {{tainted}} in atoiTest()
|
/external/bison/lib/ |
D | stdlib.in.h | 149 _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/ |
D | stdlib.h | 471 _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/ |
D | stdlib.h | 471 _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/ |
D | simg2simg.c | 59 max_size = atoll(argv[3]); in main()
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 105 config.total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
|
/external/libcxx/include/ |
D | cstdlib | 38 long long atoll(const char* nptr); // C99 107 using ::atoll;
|
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 101 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
|
/external/libcxx/include/support/win32/ |
D | support.h | 46 #define atoll _atoi64 macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 45 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | stdlib.pxd | 12 long long atoll (const char *string)
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 669 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/ |
D | itrbnf.cpp | 1015 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/ |
D | itrbnf.cpp | 1015 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/ |
D | sleepers.c | 144 burn = atoll(argv[3]); in main()
|
/external/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 45 static_assert((std::is_same<decltype(std::atoll("")), long long>::value), ""); in main()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | string.c | 77 length = atoll(str) * unit; in perf_atoll()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 425 max_bunch_tm = (__u64)atoll(optarg); in handle_args() 435 max_pkts_per_bunch = (__u64)atoll(optarg); in handle_args()
|
/external/bison/m4/ |
D | stdlib_h.m4 | 22 ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | port.h | 452 inline long long atoll(const char *nptr) { in atoll() function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | port.h | 447 inline long long atoll(const char *nptr) { in atoll() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 152 atoll, enumerator
|