Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 54) 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.c38 *memfree = atoll(buffer); in read_memory_info()
48 *hugepagesize = atoll(buffer); in read_memory_info()
Dtranshuge-stress.c78 len = atoll(argv[1]) << 20; in main()
/external/syslinux/com32/lib/
Datoll.c2 #define NAME atoll
/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/f2fs-tools/mkfs/
Df2fs_format_main.c142 c.device_size = atoll(optarg); in f2fs_parse_options()
175 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
/external/autotest/client/tests/netpipe/
Dmakefile.patch23 $(SRC)/atoll.c -o NPatoll \
/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/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/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/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);
/external/ltp/testcases/kernel/syscalls/poll/
Dpoll02.c55 sleep_ms = atoll(opt_sleep_ms); in main()
/external/ltp/testcases/kernel/syscalls/select/
Dselect04.c57 sleep_us = atoll(opt_sleep_us); in main()
/external/syslinux/com32/include/
Dstdlib.h25 __extern long long atoll(const char *);
/external/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait02.c57 sleep_ms = atoll(opt_sleep_ms); in main()
/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/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.cpp75 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
/external/valgrind/gdbserver_tests/
Dsleepers.c149 burn = atoll(argv[3]); in main()
/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()

123