Home
last modified time | relevance | path

Searched refs:fscanf (Results 1 – 25 of 152) sorted by relevance

1234567

/external/libaom/libaom/aom_dsp/
Dgrain_table.c46 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/
Dglobal-region-invalidation.c30 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()
Dtaint-tester.c92 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()
Dtaint-generic.c8 int fscanf(FILE *restrict stream, const char *restrict format, ...);
78 fscanf(stdin, "%s", s); in testUncontrolledFormatString()
/external/v8/src/base/platform/
Dplatform-linux.cc113 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()
Dplatform-openbsd.cc58 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()
Dplatform-cygwin.cc197 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/
Dkenny.cc388 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()
Dtest_iSACfixfloat.c224 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/
Dinsert_packet_with_timing.cc223 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/
Dxxd.c113 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/
Dfiletst.c1035 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/
Dformat-strings-scanf.c11 int fscanf(FILE * restrict, const char * restrict, ...) ;
72fscanf(f, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type… in test_variants()
/external/curl/tests/libtest/
Dlib1900.c66 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/
Dbcc_proc.c102 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/
Dget_cpu_stats_linux.cc35 fscanf(fp, "cpu %lu %lu %lu %lu", &user, &nice, &system, &idle); in GetCpuStatsImpl()
/external/ltp/lib/
Dtst_pid.c49 rc = fscanf(f, "%i", &used_pids); in tst_get_free_pids_()
/external/libxml2/
Dtrio.h198 # undef fscanf
199 # define fscanf trio_fscanf macro
/external/u-boot/tools/
Dzynqimage.c258 r = fscanf(fp, "%x %x", &reginit.address, &reginit.data); in zynqimage_parse_initparams()
263 r = fscanf(fp, "%*[^\n]\n"); /* Skip to next line */ in zynqimage_parse_initparams()
/external/f2fs-tools/lib/
Dlibf2fs_zoned.c43 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/
DReleaseTest-API.cc342 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/
Dproc.h35 if (fscanf(f, "%*i %*s %c", &cur_state) != 1) { in tst_process_state_wait3()
/external/toybox/toys/pending/
Droute.c142 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/
D2010-06-21-LdStMultipleBug.ll16 …%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/
Dnetns_helper.h46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver); in check_iproute()

1234567