Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dread_fs.c125 unsigned int *uncompressed_directory, int *file_count, int *sym_count, in scan_inode_table() argument
276 (*file_count) ++; in scan_inode_table()
332 (*file_count) ++; in scan_inode_table()
861 int *file_count, int *sym_count, int *dev_count, int *dir_count, in read_filesystem() argument
900 uncompressed_directory, file_count, sym_count, dev_count, in read_filesystem()
Dmksquashfs.c117 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
395 file_count = sfile_count; in restorefs()
2460 file_count ++; in write_file_empty()
2491 file_count ++; in write_file_frag()
2558 file_count ++; in write_file_process()
2688 file_count ++; in write_file_blocks_dup()
2795 file_count ++; in write_file_blocks()
4877 printf("Number of duplicate files found %d\n", file_count - in write_filesystem_tables()
4882 printf("Number of files %d\n", file_count); in write_filesystem_tables()
5954 &file_count, &sym_count, &dev_count, &dir_count, in main()
[all …]
Dunsquashfs.c53 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1087 file_count ++; in create_inode()
2806 printf("created %d files\n", file_count); in main()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
Dtgsi_scan.c155 info->file_count[file]++; in tgsi_scan_shader()
222 info->file_count[file]++; in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]); in emit_hw_vs_vdecl()
/external/e2fsprogs/lib/blkid/
Dprobe.h530 __u32 file_count; member
590 __u32 file_count; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c243 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs()
471 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()