Home
last modified time | relevance | path

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

123

/external/compiler-rt/test/asan/TestCases/
Datoll_strict.c24 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/
Dcompaction_test.c41 *memfree = atoll(buffer); in read_memory_info()
51 *hugepagesize = atoll(buffer); in read_memory_info()
Dtranshuge-stress.c78 len = atoll(argv[1]) << 20; 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/ltp/tools/genload/
Dstress.c142 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()
Dgenload.c142 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/
Dstr-int.ll16 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)) …
Dstr-int-2.ll16 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/
Dbase_fs.c72 range_start = atoll(block); in basefs_readline()
74 range_end = block ? atoll(block) : range_start; in basefs_readline()
/external/f2fs-tools/mkfs/
Df2fs_format_main.c176 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/
Dmmapstress07.c122 holesize = atoll(argv[2]);
136 sparseoff = atoll(argv[4]);
Dmmapstress01.c185 filesize = atoll(optarg);
206 sparseoffset = atoll(optarg);
Dmmapstress10.c229 filesize = atoll(optarg);
250 sparseoffset = atoll(optarg);
/external/autotest/client/tests/netpipe/
Dmakefile.patch23 $(SRC)/atoll.c -o NPatoll \
/external/gflags/src/
Dwindows_port.h128 #define atoll _atoi64 macro
/external/libcxx/include/
Dcstdlib38 long long atoll(const char* nptr); // C99
110 using ::atoll;
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc676 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/
Dperfetto_cmd.cc345 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/
DWALTClient.m44 /** 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/
Dstdlib_h.pass.cpp77 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
/external/blktrace/btreplay/
Dbtrecord.c423 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/
Ditrbnf.cpp1091 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/
Dps.c784 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/
Dmtest01.c108 maxbytes = atoll(optarg); in main()
/external/libdrm/tests/proptest/
Dproptest.c250 value = atoll(argv[3]); in setProperty()

123