/external/compiler-rt/test/asan/TestCases/ |
D | atoll_strict.c | 24 long long r = atoll(array); in test1() 31 long long r = atoll(array + 9); in test2() 40 long long r = atoll(array); in test3()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | compaction_test.c | 41 *memfree = atoll(buffer); in read_memory_info() 51 *hugepagesize = atoll(buffer); in read_memory_info()
|
D | transhuge-stress.c | 78 len = atoll(argv[1]) << 20; 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/ltp/tools/genload/ |
D | stress.c | 142 global_retry = atoll(arg); in main() 147 global_backoff = atoll(arg); in main() 413 factor = atoll(nptr) * factor; in atoll_b() 460 factor = atoll(nptr) * factor; in atoll_s()
|
D | genload.c | 142 global_retry = atoll(arg); in main() 147 global_backoff = atoll(arg); in main() 413 factor = atoll(nptr) * factor; in atoll_b() 460 factor = atoll(nptr) * factor; in atoll_s()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | str-int.ll | 16 declare i32 @atoll(i8*) 119 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @atoll(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @… 122 …%call = call i32 @atoll(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.5, i32 0, i32 0)) …
|
D | str-int-2.ll | 16 declare i64 @atoll(i8*) 120 …%call = call i64 @atoll(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str.5, i32 0, i32 0)) …
|
/external/e2fsprogs/contrib/android/ |
D | base_fs.c | 72 range_start = atoll(block); in basefs_readline() 74 range_end = block ? atoll(block) : range_start; in basefs_readline()
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 176 c.device_size = atoll(optarg); in f2fs_parse_options() 240 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 122 holesize = atoll(argv[2]); 136 sparseoff = atoll(argv[4]);
|
D | mmapstress01.c | 185 filesize = atoll(optarg); 206 sparseoffset = atoll(optarg);
|
D | mmapstress10.c | 229 filesize = atoll(optarg); 250 sparseoffset = atoll(optarg);
|
/external/autotest/client/tests/netpipe/ |
D | makefile.patch | 23 $(SRC)/atoll.c -o NPatoll \
|
/external/gflags/src/ |
D | windows_port.h | 128 #define atoll _atoi64 macro
|
/external/libcxx/include/ |
D | cstdlib | 38 long long atoll(const char* nptr); // C99 110 using ::atoll;
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 676 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument 678 ASAN_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 681 return REAL(atoll)(nptr); in INTERCEPTOR() 754 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 345 statsd_metadata.set_triggering_alert_id(atoll(optarg)); in Main() 350 statsd_metadata.set_triggering_config_id(atoll(optarg)); in Main() 360 statsd_metadata.set_triggering_subscription_id(atoll(optarg)); in Main()
|
/external/walt/ios/WALT/ |
D | WALTClient.m | 44 /** Similar to atoll(), but only reads a maximum of n characters from s. */ 567 uint64_t microseconds = atoll([components objectAtIndex:2].UTF8String); 569 result.value = (int)atoll([components objectAtIndex:3].UTF8String); 570 result.count = (unsigned int)atoll([components objectAtIndex:4].UTF8String);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 77 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 423 max_bunch_tm = (__u64)atoll(optarg); in handle_args() 433 max_pkts_per_bunch = (__u64)atoll(optarg); in handle_args()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 1091 LLAssert(llong::atoll(empty) == llong(0, 0)); 1092 LLAssert(llong::atoll(zero) == llong(0, 0)); 1093 LLAssert(llong::atoll(neg_one) == llong(0xffffffff, 0xffffffff)); 1094 LLAssert(llong::atoll(neg_12345) == -llong(0, 12345)); 1095 LLAssert(llong::atoll(big1, 16) == llong(0x12345678, 0x9abcdef0)); 1096 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));
|
/external/toybox/toys/posix/ |
D | ps.c | 784 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s); in get_ps() 785 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s); in get_ps() 794 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps() 795 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s); in get_ps() 796 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s); in get_ps() 797 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s); in get_ps()
|
/external/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 108 maxbytes = atoll(optarg); in main()
|
/external/libdrm/tests/proptest/ |
D | proptest.c | 250 value = atoll(argv[3]); in setProperty()
|