Home
last modified time | relevance | path

Searched refs:sym_count (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp286 unsigned sym_count = lto_module_get_num_symbols(M); in claim_file_hook() local
287 cf.syms.reserve(sym_count); in claim_file_hook()
289 for (unsigned i = 0; i != sym_count; ++i) { in claim_file_hook()
/external/squashfs-tools/squashfs-tools/
Dread_fs.c125 unsigned int *uncompressed_directory, int *file_count, int *sym_count, in scan_inode_table() argument
362 (*sym_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()
Dunsquashfs.c58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1119 sym_count ++; in create_inode()
2163 progress_bar(sym_count + dev_count + in progress_thread()
2361 progress_bar(sym_count + dev_count + fifo_count + cur_blocks, in disable_progress_bar()
2814 printf("created %d symlinks\n", sym_count); in main()
Dmksquashfs.c127 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
430 sym_count = ssym_count; in restorefs()
4116 sym_count ++; in dir_scan7()
5162 printf("Number of symbolic links %d\n", sym_count); in write_filesystem_tables()
6341 &file_count, &sym_count, &dev_count, &dir_count, in main()
6396 ssym_count = sym_count; in main()
6452 inode_count = file_count + dir_count + sym_count + dev_count + in main()