/external/e2fsprogs/lib/ext2fs/ |
H A D | read_bb.c | 69 blk_t numblocks; local 77 numblocks = inode.i_blocks; 81 numblocks = numblocks / (fs->blocksize / 512); 82 numblocks += 20; 83 if (numblocks < 50) 84 numblocks = 50; 85 if (numblocks > 50000) 86 numblocks = 500; 87 retval = ext2fs_badblocks_list_create(bb_list, numblocks); [all...] |
H A D | initialize.c | 95 blk_t numblocks; local 474 numblocks = super->s_inodes_per_group; 476 if (numblocks > reserved_inos) { 477 numblocks -= reserved_inos; 480 reserved_inos -= numblocks; 481 numblocks = 0; 484 ext2fs_bg_itable_unused_set(fs, i, numblocks); 486 numblocks = ext2fs_reserve_super_and_bgd(fs, i, fs->block_map); 488 numblocks += 2 + fs->inode_blocks_per_group; 490 free_blocks += numblocks; [all...] |
H A D | closefs.c | 72 blk_t numblocks = 0; local 90 numblocks++; 99 numblocks += old_desc_blocks; 108 numblocks++; 119 *ret_used_blks = numblocks; 148 blk_t numblocks; local 156 numblocks = ext2fs_group_blocks_count(fs, group); 169 numblocks -= 2 + fs->inode_blocks_per_group + ret_used_blks; 171 return numblocks;
|
/external/android-clat/ |
H A D | ring.h | 49 int block, numblocks; member in struct:packet_ring
|
H A D | ring.c | 51 ring->numblocks = TP_NUM_BLOCKS; 53 int total_frames = TP_FRAMES * ring->numblocks; 58 .tp_block_nr = ring->numblocks, // Number of blocks. 67 size_t buflen = TP_BLOCK_SIZE * ring->numblocks; 100 if (ring->block < ring->numblocks) {
|
/external/e2fsprogs/util/ |
H A D | copy_sparse.c | 93 long lb, i, fd, ofd, bs, block, numblocks; local 126 numblocks = (fileinfo.st_size + (bs-1)) / bs; 129 (long long) fileinfo.st_size, numblocks); 147 for (lb = 0; !fd || lb < numblocks; lb++) {
|
/external/e2fsprogs/misc/ |
H A D | filefrag.c | 262 unsigned long numblocks, int is_ext2) 280 i < numblocks; 339 unsigned long numblocks; local 401 numblocks = (st.st_size + fsinfo.f_bsize - 1) / fsinfo.f_bsize; 407 width = int_log10(numblocks); 413 numblocks * fsinfo.f_bsize >> blk_shift, 414 numblocks == 1 ? "" : "s", 1 << blk_shift); 419 &st, numblocks, is_ext2); 260 filefrag_fibmap(int fd, int blk_shift, int *num_extents, ext2fs_struct_stat *st, unsigned long numblocks, int is_ext2) argument
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | SuballocatedIntVector.java | 90 * @param numblocks Number of blocks to allocate 92 public SuballocatedIntVector(int blocksize, int numblocks) argument 99 m_numblocks = numblocks; 102 m_map = new int[numblocks][];
|
/external/zopfli/src/zopfli/ |
H A D | blocksplitter.c | 226 size_t numblocks = 1; local 241 if (maxblocks > 0 && numblocks >= maxblocks) { 264 numblocks++;
|
/external/e2fsprogs/e2fsck/ |
H A D | dx_dirinfo.c | 69 dir->numblocks = num_blocks;
|
H A D | pass2.c | 168 if (dx_dir->numblocks == 0) 183 b < dx_dir->numblocks; 202 b < dx_dir->numblocks; 248 dx_dir->numblocks = 0; 606 if (blk >= (blk_t) dx_dir->numblocks) { 649 dx_dir->numblocks = 0; 812 if (dx_dir && dx_dir->numblocks) { 813 if (db->blockcnt >= dx_dir->numblocks) { 817 dx_dir->numblocks = 0; 841 dx_dir->numblocks [all...] |
H A D | e2fsck.h | 108 int numblocks; /* number of blocks */ member in struct:dx_dir_info 111 struct dx_dirblock_info *dx_block; /* Array of size numblocks */
|
/external/strace/linux/ |
H A D | mtd-abi.h | 139 __u32 numblocks; /* Number of blocks in this region */ member in struct:region_info_user
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBase.java | 198 int numblocks; 201 numblocks = DEFAULT_NUMBLOCKS_SMALL; 206 numblocks = DEFAULT_NUMBLOCKS; 210 m_exptype = new SuballocatedIntVector(blocksize, numblocks); 211 m_firstch = new SuballocatedIntVector(blocksize, numblocks); 212 m_nextsib = new SuballocatedIntVector(blocksize, numblocks); 213 m_parent = new SuballocatedIntVector(blocksize, numblocks); 219 m_prevsib = new SuballocatedIntVector(blocksize, numblocks);
|
/external/kernel-headers/original/uapi/mtd/ |
H A D | mtd-abi.h | 140 __u32 numblocks; /* Number of blocks in this region */ member in struct:region_info_user
|
/external/e2fsprogs/resize/ |
H A D | resize2fs.c | 321 blk64_t old_numblocks, numblocks, adjblocks; local 486 numblocks = (ext2fs_blocks_count(fs->super) - 489 if (!numblocks) 490 numblocks = fs->super->s_blocks_per_group; 492 numblocks = fs->super->s_blocks_per_group; 494 ext2fs_bg_free_blocks_count_set(fs, i, ext2fs_bg_free_blocks_count(fs, i) + (numblocks - old_numblocks)); 546 numblocks = ext2fs_group_blocks_count(fs, i); 578 numblocks -= adjblocks; 583 ext2fs_bg_free_blocks_count_set(fs, i, numblocks);
|
/external/strace/ |
H A D | mtd.c | 129 tprintf(", offset=%#x, erasesize=%#x, numblocks=%#x}", 130 rinfo.offset, rinfo.erasesize, rinfo.numblocks);
|
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |