/external/libaom/libaom/aom_dsp/ |
D | grain_table.c | 46 fscanf(file, "E %" PRId64 " %" PRId64 " %d %hd %d\n", &entry->start_time, in grain_table_entry_read() 56 num_read = fscanf(file, "p %d %d %d %d %d %d %d %d %d %d %d %d\n", in grain_table_entry_read() 68 if (!fscanf(file, "\tsY %d ", &pars->num_y_points)) { in grain_table_entry_read() 74 if (2 != fscanf(file, "%d %d", &pars->scaling_points_y[i][0], in grain_table_entry_read() 81 if (!fscanf(file, "\n\tsCb %d", &pars->num_cb_points)) { in grain_table_entry_read() 87 if (2 != fscanf(file, "%d %d", &pars->scaling_points_cb[i][0], in grain_table_entry_read() 94 if (!fscanf(file, "\n\tsCr %d", &pars->num_cr_points)) { in grain_table_entry_read() 100 if (2 != fscanf(file, "%d %d", &pars->scaling_points_cr[i][0], in grain_table_entry_read() 108 fscanf(file, "\n\tcY"); in grain_table_entry_read() 111 if (1 != fscanf(file, "%d", &pars->ar_coeffs_y[i])) { in grain_table_entry_read() [all …]
|
/external/clang/test/Analysis/ |
D | global-region-invalidation.c | 30 fscanf(stdin, "%d", &i); in stdinTest() 33 fscanf(stdin, "%d", &i); in stdinTest() 42 fscanf(stdin, "%d", &i); in testErrnoSystem() 44 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 49 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 57 fscanf(stdin, "%d", &i); in testErrnoInternal()
|
D | taint-tester.c | 92 fscanf(stdin, "%s %d", s, &t); in fscanfTest() 105 fscanf(fp, "%s%d", s, &t); // expected-warning + {{tainted}} in fscanfTest() 113 fscanf(stdin, "%d", &i); in stdinTest1() 121 fscanf(pp, "%d", &ii); in stdinTest2() 124 fscanf(p, "%d", &ii); in stdinTest2() 131 fscanf(p, "%d", &ii); in stdinTest2() 138 fscanf(*ppp, "%d", &iii); in stdinTest3() 146 fscanf(stdin, "%d", &i); in stdinTest4()
|
D | taint-generic.c | 8 int fscanf(FILE *restrict stream, const char *restrict format, ...); 78 fscanf(stdin, "%s", s); in testUncontrolledFormatString()
|
/external/v8/src/base/platform/ |
D | platform-linux.cc | 113 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 114 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in GetSharedLibraryAddresses() 115 if (fscanf(fp, "%" V8PRIxPTR, &offset) != 1) break; in GetSharedLibraryAddresses()
|
D | platform-openbsd.cc | 58 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 59 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in GetSharedLibraryAddresses()
|
D | platform-cygwin.cc | 197 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break; in GetSharedLibraryAddresses() 198 if (fscanf(fp, " %c%c%c%c", &attr_r, &attr_w, &attr_x, &attr_p) != 4) break; in GetSharedLibraryAddresses()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 388 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 391 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 636 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 639 if (fscanf(f_bn, "%d", &aux_var) == EOF) { in main() 674 if (fscanf(fp_gns, "%d", &cur_delay) == EOF) { in main() 676 if (fscanf(fp_gns, "%d", &cur_delay) == EOF) { in main()
|
D | test_iSACfixfloat.c | 224 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 227 fscanf(f_bn, "%d", &bottleneck); in main() 438 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 441 fscanf(f_bn, "%d", &bottleneck); in main()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | insert_packet_with_timing.cc | 223 EXPECT_EQ(1, fscanf(send_ts_fid_, "%u\n", &t)); in SendTimestamp() 229 EXPECT_EQ(1, fscanf(receive_ts_fid_, "%u\n", &t)); in ReceiveTimestamp() 235 EXPECT_EQ(1, fscanf(seq_num_fid_, "%d\n", &n)); in SequenceNumber()
|
/external/toybox/toys/other/ |
D | xxd.c | 113 while (fscanf(fp, " 0x%02x,", &tmp) == 1) { in do_xxd_reverse() 125 if (fscanf(fp, "%llx: ", &pos) == 1) { in do_xxd_reverse()
|
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 1035 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1041 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1047 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1054 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1060 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1066 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1084 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1090 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility() 1099 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() 1105 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility() [all …]
|
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 11 int fscanf(FILE * restrict, const char * restrict, ...) ; 72 …fscanf(f, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type… in test_variants()
|
/external/curl/tests/libtest/ |
D | lib1900.c | 66 if(fscanf(f, "%d %199s\n", &filetime, buf)) { in parse_url_file() 73 if(fscanf(f, "blacklist_site %199s\n", buf)) { in parse_url_file()
|
/external/bcc/src/cc/ |
D | bcc_proc.c | 102 if (fscanf(procmap, "%lx-%lx %s %llx %s %lu%[^\n]", &begin, &end, perm, in bcc_procutils_each_module() 350 ret = fscanf(fp, "%*x-%*x %*s %*x %*s %*d"); in which_so_in_process() 437 ret = fscanf(procfile, "%llx-%llx %s %llx %s %lld", &begin, &end, perm, in bcc_procutils_language()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | get_cpu_stats_linux.cc | 35 fscanf(fp, "cpu %lu %lu %lu %lu", &user, &nice, &system, &idle); in GetCpuStatsImpl()
|
/external/ltp/lib/ |
D | tst_pid.c | 49 rc = fscanf(f, "%i", &used_pids); in tst_get_free_pids_()
|
/external/libxml2/ |
D | trio.h | 198 # undef fscanf 199 # define fscanf trio_fscanf macro
|
/external/u-boot/tools/ |
D | zynqimage.c | 258 r = fscanf(fp, "%x %x", ®init.address, ®init.data); in zynqimage_parse_initparams() 263 r = fscanf(fp, "%*[^\n]\n"); /* Skip to next line */ in zynqimage_parse_initparams()
|
/external/f2fs-tools/lib/ |
D | libf2fs_zoned.c | 43 res = fscanf(file, "%s", str); in f2fs_get_zoned_model() 81 res = fscanf(file, "%s", str); in f2fs_get_zone_blocks()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 342 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 345 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 674 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main() 677 if (fscanf(f_bn, "%d", &bottleneck) == EOF) { in main()
|
/external/ltp/testcases/open_posix_testsuite/include/ |
D | proc.h | 35 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait3()
|
/external/toybox/toys/pending/ |
D | route.c | 142 if (fscanf(fp, "%*[^\n]\n") < 0) perror_exit("fscanf"); //skip 1st line in display_routes() 143 while ((items = fscanf(fp, "%63s%lx%lx%X%d%d%d%lx%d%d%d\n", iface, &dest, in display_routes() 419 while ((items = fscanf(fp, "%32s%x%*s%*x%32s%x%x%x%x%15s\n", ipv6_dest_addr+8, in display_routes6()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-06-21-LdStMultipleBug.ll | 16 …%0 = call i32 (%struct.FILE*, i8*, ...)* @fscanf(%struct.FILE* %fp, i8* getelementptr inbounds ([1… 140 …%49 = call i32 (%struct.FILE*, i8*, ...)* @fscanf(%struct.FILE* %fp, i8* getelementptr inbounds ([… 148 declare i32 @fscanf(%struct.FILE* nocapture, i8* nocapture, ...) nounwind
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_helper.h | 46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver); in check_iproute()
|