/external/llvm-project/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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cert-err34-c.cpp | 13 extern long long int atoll(const char *nptr); 18 using ::atof; using ::atoi; using ::atol; using ::atoll; 40 long long ll = atoll(in); // to long long in f2()
|
D | cert-err34-c.c | 18 extern long long int atoll(const char *nptr); 78 long long ll = atoll(in); // to long long in f2()
|
/external/libwebsockets/lib/plat/windows/ |
D | private-lib-plat-windows.h | 68 #define atoll _atoi64 macro 70 #warning No atoll or _atoi64 available, using atoi 71 #define atoll atoi macro
|
/external/zstd/contrib/seekable_format/examples/ |
D | seekable_decompression.c | 132 off_t const startOffset = atoll(argv[2]); in main() 133 off_t const endOffset = atoll(argv[3]); in main()
|
D | seekable_decompression_mem.c | 138 off_t const startOffset = atoll(argv[2]); in main() 139 off_t const endOffset = atoll(argv[3]); in main()
|
/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()
|
/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/llvm-project/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/autotest/client/tests/netpipe/ |
D | makefile.patch | 23 $(SRC)/atoll.c -o NPatoll \
|
/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/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/llvm-project/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/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 323 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument 325 MEMPROF_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 354 MEMPROF_INTERCEPT_FUNC(atoll); in InitializeMemprofInterceptors()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 122 holesize = atoll(argv[2]); 136 sparseoff = atoll(argv[4]);
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 553 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument 555 ASAN_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 558 return REAL(atoll)(nptr); in INTERCEPTOR() 652 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
|
/external/gflags/src/ |
D | windows_port.h | 128 #define atoll _atoi64 macro
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 210 c.device_size = atoll(optarg); in f2fs_parse_options() 301 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
|
/external/libcxx/include/ |
D | cstdlib | 38 long long atoll(const char* nptr); // C99 110 using ::atoll;
|
/external/llvm-project/libcxx/include/ |
D | cstdlib | 37 long long atoll(const char* nptr); // C99 109 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/angle/src/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
|