Home
last modified time | relevance | path

Searched refs:sym_count (Results 1 – 5 of 5) 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
442 sym_count = ssym_count; in restorefs()
4159 sym_count ++; in dir_scan7()
5205 printf("Number of symbolic links %d\n", sym_count); in write_filesystem_tables()
6484 &file_count, &sym_count, &dev_count, &dir_count, in main()
6539 ssym_count = sym_count; in main()
6595 inode_count = file_count + dir_count + sym_count + dev_count + in main()
/external/libaom/libaom/examples/
Danalyzer.cc345 int sym_count[MAX_SYMBOL_TYPES] = { 0 }; in computeBitsPerPixel() local
357 sym_count[s->id] += s->samples; in computeBitsPerPixel()
363 (float)totals_q3[i] / 8, (float)totals_q3[i] / 8 / sym_count[i]); in computeBitsPerPixel()