/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 | 38 *memfree = atoll(buffer); in read_memory_info() 48 *hugepagesize = atoll(buffer); in read_memory_info()
|
D | transhuge-stress.c | 78 len = atoll(argv[1]) << 20; in main()
|
/external/syslinux/com32/lib/ |
D | atoll.c | 2 #define NAME atoll
|
/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/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 142 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/ |
D | makefile.patch | 23 $(SRC)/atoll.c -o NPatoll \
|
/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/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/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/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);
|
/external/ltp/testcases/kernel/syscalls/poll/ |
D | poll02.c | 55 sleep_ms = atoll(opt_sleep_ms); in main()
|
/external/ltp/testcases/kernel/syscalls/select/ |
D | select04.c | 57 sleep_us = atoll(opt_sleep_us); in main()
|
/external/syslinux/com32/include/ |
D | stdlib.h | 25 __extern long long atoll(const char *);
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait02.c | 57 sleep_ms = atoll(opt_sleep_ms); in main()
|
/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/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 | 75 static_assert((std::is_same<decltype(atoll("")), long long>::value), ""); in main()
|
/external/valgrind/gdbserver_tests/ |
D | sleepers.c | 149 burn = atoll(argv[3]); in main()
|
/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()
|