/external/e2fsprogs/tests/f_h_badroot/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 39 test_filesys: 1921/100080 files (0.0% non-contiguous), 13646/15361 blocks
|
/external/e2fsprogs/tests/f_noroot/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 38 test_filesys: 16/32 files (0.0% non-contiguous), 26/100 blocks
|
/external/e2fsprogs/tests/f_recnect_bad/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 37 test_filesys: 15/32 files (0.0% non-contiguous), 26/100 blocks
|
/external/genext2fs/ |
genext2fs.8 | 37 The filesystem image size in blocks can be minimised by trial and error. 57 .BI "\-b, \-\-size\-in\-blocks blocks" 58 Size of the image in blocks. 64 Used to calculate the maximum number of inodes from the available blocks. 67 Number of reserved blocks as a percentage of size. Reserving 0 blocks will prevent creation of the "lost+found" directory. 73 Fill unallocated blocks with value.
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 37 unsigned int nb_blocks; /* number of physical blocks */ 38 unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
bbm.h | 31 * @maxblocks: maximum number of blocks to search for a bbt. This 32 * number of blocks is reserved at the end of the device 37 * good / bad blocks, can be NULL, if len = 0 40 * pattern which identifies good and bad blocks. The assumption is made 87 /* The maximum number of blocks to scan for a bbt */
|
/external/llvm/test/CodeGen/ARM/ |
indirectbr-3.ll | 4 ; for blocks with indirect branches, the IfConverter could end up deleting 5 ; blocks that were the destinations of indirect branches, leaving branches to
|
/external/valgrind/main/memcheck/tests/ |
big_blocks_freed_list.c | 2 /* To be run with --freelist-vol=1000000 --freelist-big-blocks=50000 */ 25 /* Then verify that dangling pointers for small blocks is not hampered
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
armVCCOMM_SAD.c | 12 * This function will calculate SAD for NxM blocks 26 * This function calculate the SAD for NxM blocks.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_SetPredDir.c | 35 * alpha blocks spatially corresponding to luminance 36 * blocks 0 to 3 in the same macroblock.
|
/system/extras/ext4_utils/ |
extent.c | 83 u64 blocks; local 86 error("Failed to allocate %d blocks\n", block_len + 1); 165 blocks = (u64)block_len * info.block_size / 512; 170 inode->i_blocks_lo = blocks; 171 inode->osd2.linux2.l_i_blocks_high = blocks >> 32; 178 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data 204 /* Allocates enough blocks to hold len bytes, queues them to be written 222 /* Allocates enough blocks to hold len bytes and connects them to an inode */
|
allocate.c | 140 printf("%p: Blocks %d-%d (%d)\n", reg, 206 /* Marks a the first num_blocks blocks in a block group as used, and accounts 254 /* Reduces an existing allocation by len blocks by return the last blocks 255 to the free pool in their block group. Assumes that the blocks being 313 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); 351 error("failed to reserve %u blocks in block group %u\n", len, bg_num); 416 error("failed to allocate %d blocks in block group %d", bg_len, i); 470 /* Allocate len blocks. The blocks may be spread across multiple block groups [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_dense_matrix.cc | 42 const vector<int>& blocks) { 43 const int num_blocks = blocks.size(); 48 num_rows_ += blocks[i]; 61 // Assume that the user does not hold any locks on any cell blocks 79 // Assume that the user does not hold any locks on any cell blocks
|
problem_impl.cc | 114 // other parameter blocks. 143 // For dynamic problems, add the list of dependent residual blocks, which is 176 // references to it inside the problem (e.g. by any residual blocks). 232 << "Number of blocks input is different than the number of blocks " 235 // Check for duplicate parameter blocks. 242 string blocks; local 244 blocks += StringPrintf(" %p ", parameter_blocks[i]); 247 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter " 249 << blocks << "]"; [all...] |
/external/qemu/docs/ |
ANDROID-MEMCHECK.TXT | 11 - Attempts to read from / write to areas outside of allocated blocks. 30 In response to events, received from libc.so, emulator keep tracks of all blocks 33 leaked blocks the process left behind. 41 that were added to the allocated blocks by the instrumented libc. To watch for 47 - invalidating every page containing allocated blocks every time anything has
|
/frameworks/base/core/java/android/os/ |
StatFs.java | 84 * The total number of blocks on the file system. This corresponds to the 100 * The total number of blocks that are free on the file system, including 101 * reserved blocks (that are not available to normal applications). This 111 * blocks (that are not available to normal applications). Most applications 127 * The number of blocks that are free on the file system and available to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ext3_fs.h | 32 * Define EXT3_RESERVATION to reserve data blocks for expanding files 35 /*max window size: 1024(direct blocks) + 3([t,d]indirect blocks) */ 56 #define EXT3_BAD_INO 1 /* Bad blocks inode */ 97 * Structure of a blocks group descriptor 101 __le32 bg_block_bitmap; /* Blocks bitmap block */ 104 __le16 bg_free_blocks_count; /* Free blocks count */ 119 * Constants relative to the data blocks 168 __u32 blocks_count; /* Total number of blocks in this group */ 169 __u16 reserved_blocks; /* Number of reserved blocks in this group * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ext3_fs.h | 32 * Define EXT3_RESERVATION to reserve data blocks for expanding files 35 /*max window size: 1024(direct blocks) + 3([t,d]indirect blocks) */ 56 #define EXT3_BAD_INO 1 /* Bad blocks inode */ 97 * Structure of a blocks group descriptor 101 __le32 bg_block_bitmap; /* Blocks bitmap block */ 104 __le16 bg_free_blocks_count; /* Free blocks count */ 119 * Constants relative to the data blocks 168 __u32 blocks_count; /* Total number of blocks in this group */ 169 __u16 reserved_blocks; /* Number of reserved blocks in this group * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ext3_fs.h | 32 * Define EXT3_RESERVATION to reserve data blocks for expanding files 35 /*max window size: 1024(direct blocks) + 3([t,d]indirect blocks) */ 56 #define EXT3_BAD_INO 1 /* Bad blocks inode */ 97 * Structure of a blocks group descriptor 101 __le32 bg_block_bitmap; /* Blocks bitmap block */ 104 __le16 bg_free_blocks_count; /* Free blocks count */ 119 * Constants relative to the data blocks 168 __u32 blocks_count; /* Total number of blocks in this group */ 169 __u16 reserved_blocks; /* Number of reserved blocks in this group * [all...] |
/external/ceres-solver/include/ceres/ |
problem.h | 65 // blocks from a Problem after adding them. 107 // squares problem containing 3 parameter blocks of sizes 3, 4 and 5 144 // Problem. If you only remove parameter blocks from the Problem 148 // residual blocks that depend on it. The increase in memory usage is an 174 // parameter blocks it expects. The function checks that these match 175 // the sizes of the parameter blocks listed in parameter_blocks. The 180 // The user has the option of explicitly adding the parameter blocks 183 // blocks if they are not present, so calling AddParameterBlock 196 // regardless of how many residual blocks refer to them. 276 // residual blocks that depend on the parameter are also removed, a [all...] |
/external/chromium_org/third_party/smhasher/src/ |
KeysetTest.h | 25 // Keyset 'Combination' - all possible combinations of input blocks 29 uint32_t * blocks, int blockcount, 36 key[len] = blocks[i]; 47 CombinationKeygenRecurse(key,len+1,maxlen,blocks,blockcount,hash,hashes); 53 bool CombinationKeyTest ( hashfunc<hashtype> hash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram ) 55 printf("Keyset 'Combination' - up to %d blocks from a set of %d - ",maxlen,blockcount); 63 CombinationKeygenRecurse<hashtype>(key,0,maxlen,blocks,blockcount,hash,hashes); 81 // Keyset 'Permutation' - given a set of 32-bit blocks, generate keys 82 // consisting of all possible permutations of those blocks 85 void PermutationKeygenRecurse ( pfHash hash, uint32_t * blocks, int blockcount, int k, std::vector<hashtype> & hashes [all...] |
/external/e2fsprogs/ext2ed/doc/ |
ext2fs-overview.sgml | 192 <Title>About blocks and block groups</Title> 196 into small units called <Literal remap="tt">blocks</Literal>. A block is the smallest unit which 214 Ext2fs groups together a fixed number of sequential blocks into a <Literal remap="tt">group 216 series of group blocks. This is done in order to keep related information 218 much of the filesystem management reduces to management of a single blocks 225 <Title>The view of inodes from the point of view of a blocks group</Title> 230 much like a <Literal remap="tt">block</Literal> - Each blocks group contains a limited number of 241 Each blocks group is accompanied by a <Literal remap="tt">group descriptor</Literal>. The group 252 __u32 bg_block_bitmap; /* Blocks bitmap block */ 255 __u16 bg_free_blocks_count; /* Free blocks count * [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
profile_sync_service_harness.h | 83 // Blocks the caller until the sync backend host associated with this harness 87 // Blocks the caller until this harness has completed a single sync cycle 91 // Blocks the caller until this harness has completed as many sync cycles as 101 // Blocks the caller until sync has been disabled for this client. Returns 105 // Blocks the caller until exponential backoff has been verified to happen. 108 // Blocks the caller until the syncer receives an actionable error. 112 // Blocks until the given set of data types are migrated. 115 // Blocks the caller until this harness has observed that the sync engine 119 // Calling this acts as a barrier and blocks the caller until |this| and 128 // Blocks the caller until |this| completes its ongoing sync cycle and ever [all...] |
/external/e2fsprogs/misc/ |
mke2fs.8.in | 26 .I blocks-per-group 56 .I reserved-blocks-percentage 111 .I blocks-count 139 @JDEV@.I blocks-count 148 .I blocks-count 149 is the number of blocks on the device. If omitted, 166 Specify the size of blocks in bytes. Valid block-size values are 1024, 183 Check the device for bad blocks before creating the file system. If 204 filesystem blocks. This is the number of blocks read or written to dis [all...] |
/external/grub/stage2/ |
fs.h | 57 * For file system fs, the offsets of the various blocks of interest 61 * [fs->fs_iblkno] Inode blocks 62 * [fs->fs_dblkno] Data blocks 66 * The first boot and super blocks are given in absolute disk addresses. 78 * of `blocks'. File system blocks of at most size MAXBSIZE can 83 * Large files consist of exclusively large data blocks. To avoid 96 * historically bad blocks were linked to inode 1, 109 * Note that super blocks are always of size SBSIZE, 126 * Per cylinder group information; summarized in blocks allocate [all...] |