Searched refs:file_count (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | generate_formatted_state.py | 111 file_count = 0 variable 120 file_count += 1 137 total_files_count += file_count 141 if file_count > 0: 142 percent = (int(100.0 * (float(file_pass)/float(file_count)))) 143 style = get_style(file_count, file_pass) 145 count=file_count, 153 print(path, file_count, file_pass, file_fail, percent)
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | cmpVERSION.pl | 311 my $file_count = @{ $dist_diffs{$dist} }; 312 my $msg = $file_count == 1 ? "file was" : "files were"; 316 print "ok $count - in $dist $file_count $msg modified and a version was bumped\n"; 318 … my $nok = "not ok $count - in $dist $file_count $msg modified but no versions were bumped\n"; 319 print "# No versions bumped in $dist but $file_count $msg modified\n";
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | ar.c | 356 int file_count; in main() local 644 file_count = argc - arg_index; in main() 652 map_over_members (arch, print_descr, files, file_count); in main() 656 map_over_members (arch, print_contents, files, file_count); in main() 660 map_over_members (arch, extract_file, files, file_count); in main()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ar.c | 352 int file_count; in main() local 627 file_count = argc - arg_index; in main() 668 map_over_members (arch, print_descr, files, file_count); in main() 672 map_over_members (arch, print_contents, files, file_count); in main() 676 map_over_members (arch, extract_file, files, file_count); in main()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | CompileUnitIndex.cpp | 179 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() local 180 cci->m_file_list.reserve(file_count); in GetOrCreateCompiland()
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | history.c | 271 static int file_count; /* Number of elements used */ variable 573 for (f1 = file_list; f1 < &file_list[file_count]; ++f1) 929 if (file_count == file_max) 939 fl = &file_list[file_count++]; 1341 for (fl = file_list, count = file_count; count; fl++, count--)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| D | Path.t | 80 my $file_count = 0; 84 ++$file_count; 92 unless $file_count == 1;
|
| /openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| D | TPJ13.pod | 131 $dir_count and $file_count. So you try this: 133 printf( $file_count == 1 ? 140 $file_count, $directory_count, 408 printf( $file_count == 1 ? 415 $file_count, $directory_count,
|
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | dmabuf.c | 556 file_count(dmabuf->file), in intel_vgpu_get_dmabuf()
|