/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 27 __u16 ee_len; /* number of blocks covered by extent */ 37 __u32 ei_block; /* index covers logical blocks from 'block' */ 51 __u16 eh_depth; /* has tree real underlaying blocks? */ 72 * EXT_INIT_MAX_LEN is the maximum number of blocks we can have in an 77 * EXT_UNINIT_MAX_LEN is the maximum number of blocks we can have in an 85 * Hence, the maximum number of blocks we can have in an *initialized*
|
read_bb_file.c | 2 * read_bb_file.c --- read a list of bad blocks from a FILE * 30 * Reads a list of bad blocks from a FILE * 91 * Reads a list of bad blocks from a FILE *
|
/external/grub/stage2/ |
ufs2.h | 75 * normal purposes and historically bad blocks were linked to inode 1, thus 135 ufs1_daddr_t di_db[NDADDR]; /* 40: Direct disk blocks. */ 136 ufs1_daddr_t di_ib[NIADDR]; /* 88: Indirect disk blocks. */ 138 grub_int32_t di_blocks; /* 104: Blocks actually held. */ 166 ufs2_daddr_t di_db[NDADDR]; /* 112: Direct disk blocks. */ 167 ufs2_daddr_t di_ib[NIADDR]; /* 208: Indirect disk blocks. */ 220 * Per cylinder group information; summarized in blocks allocated 221 * from first cylinder group data blocks. These blocks have to be 227 grub_int32_t cs_nbfree; /* number of free blocks */ [all...] |
/external/libnfc-nci/src/nfc/int/ |
ce_int.h | 48 UINT8 nbr; /* NBr: number of blocks that can be read using one Check command */ 49 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */ 50 UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ 82 /* CE Type 4 Tag control blocks */ 116 /* CE memory control blocks */ 123 /* CE control blocks */
|
/dalvik/vm/analysis/ |
VfyBasicBlock.h | 37 * blocks will compare their results with this to see if this block needs 45 PointerSet* predecessors; /* set of basic blocks that can flow here */ 52 * Generate a list of basic blocks.
|
/development/tutorials/MoarRam/jni/ |
baz.c | 50 ALOGW("%d %d-byte blocks allocated so far (just allocated %p)", 72 ALOGW("All %d-byte blocks are freed", size); 78 ALOGW("%d %d-byte blocks allocated so far (just freed %p)",
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
ctr128.c | 210 size_t blocks = len/16; local 216 if (sizeof(size_t)>sizeof(unsigned int) && blocks>(1U<<28)) 217 blocks = (1U<<28); 222 * amount of blocks to the exact overflow point... 224 ctr32 += (u32)blocks; 225 if (ctr32 < blocks) { 226 blocks -= ctr32; 229 (*func)(in,out,blocks,key,ivec); 234 blocks *= 16; 235 len -= blocks; [all...] |
/external/chromium_org/third_party/skia/src/lazy/ |
SkPurgeableMemoryBlock.h | 31 * Whether the platform supports one shot purge of all unpinned blocks. If so, 33 * individual blocks. 38 * Purge all unpinned blocks at once, if the platform supports it.
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAllocaHoisting.h | 10 // Hoist the alloca instructions in the non-entry blocks to the entry blocks. 26 // Hoisting the alloca instructions in the non-entry blocks to the entry
|
/external/lzma/C/ |
Xz.c | 28 p->blocks = 0;
34 alloc->Free(alloc, p->blocks);
36 p->blocks = 0;
|
/external/openssh/openbsd-compat/ |
bsd-statvfs.h | 47 fsblkcnt_t f_blocks; /* Total number of blocks on file system in */ 49 fsblkcnt_t f_bfree; /* Total number of free blocks. */ 50 fsblkcnt_t f_bavail; /* Number of free blocks available to */
|
/external/openssl/crypto/modes/ |
ctr128.c | 210 size_t blocks = len/16; local 216 if (sizeof(size_t)>sizeof(unsigned int) && blocks>(1U<<28)) 217 blocks = (1U<<28); 222 * amount of blocks to the exact overflow point... 224 ctr32 += (u32)blocks; 225 if (ctr32 < blocks) { 226 blocks -= ctr32; 229 (*func)(in,out,blocks,key,ivec); 234 blocks *= 16; 235 len -= blocks; [all...] |
/external/skia/src/lazy/ |
SkPurgeableMemoryBlock.h | 31 * Whether the platform supports one shot purge of all unpinned blocks. If so, 33 * individual blocks. 38 * Purge all unpinned blocks at once, if the platform supports it.
|
/external/valgrind/main/memcheck/tests/ |
leak-cases-possible.stderr.exp | 5 16 bytes in 1 blocks are definitely lost in loss record ... of ... 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/system/extras/ext4_utils/ |
allocate.h | 50 int reserve_oob_blocks(struct block_allocation *alloc, int blocks); 51 int advance_blocks(struct block_allocation *alloc, int blocks); 52 int advance_oob_blocks(struct block_allocation *alloc, int blocks);
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 41 /** basic blocks, indexed by block index */ 42 private ArrayList<SsaBasicBlock> blocks; field in class:SsaMethod 131 * @param blocks Rop blocks 135 static BitSet bitSetFromLabelList(BasicBlockList blocks, 137 BitSet result = new BitSet(blocks.size()); 140 result.set(blocks.indexOfLabel(labelList.get(i))); 150 * @param ropBlocks Rop blocks 170 blocks = new ArrayList<SsaBasicBlock>(sz + 2); 174 blocks.add(sbb) [all...] |
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_button_cell.h | 12 // than two blocks of colors. This also uses the blue menu highlight color for
|
/external/chromium/net/base/ |
pem_tokenizer.h | 23 // instances of PEM encoded blocks that are of the |allowed_block_types|. 30 // PEM blocks can be decoded. The decoded PEM block will be available via 65 // The types of PEM blocks that are allowed. PEM blocks that are not of
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_button_cell.h | 12 // than two blocks of colors. This also uses the blue menu highlight color for
|
/external/chromium_org/chrome/browser/ui/ |
user_data_dir_dialog.h | 14 // Shows a user data directory picker dialog. The method blocks while the dialog
|
/external/chromium_org/crypto/ |
encryptor.cc | 68 size_t blocks = (plaintext_len + kBlockLength - 1) / kBlockLength; local 69 CHECK(blocks); 71 *mask_len = blocks * kBlockLength; 73 for (size_t i = 0; i < blocks; ++i) {
|
/external/chromium_org/net/cert/ |
pem_tokenizer.h | 23 // instances of PEM encoded blocks that are of the |allowed_block_types|. 30 // PEM blocks can be decoded. The decoded PEM block will be available via 65 // The types of PEM blocks that are allowed. PEM blocks that are not of
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.h | 103 // Basic blocks are defined as sequences of instructions whose only branch 116 // Cuts the DAG of instructions into basic blocks. 119 TargetsToBlocks* blocks); 121 // Find common tail sequences of basic blocks and coalesce them. 122 void MergeTails(TargetsToBlocks* blocks); 129 // Topologically sort the basic blocks so that all jumps are forward jumps. 132 const TargetsToBlocks& blocks, 141 // Concatenate instructions from all basic blocks into a BPF program that 145 // We stick all instructions and basic blocks into pools that get destroyed
|
/external/chromium_org/third_party/skia/include/utils/ |
SkCountdown.h | 27 * Blocks until run() has been called count times.
|
/external/chromium_org/tools/perf/page_sets/ |
tough_animation_cases.json | 19 "why": "JS execution blocks CSS transition unless initial transform is set"
|