/external/valgrind/memcheck/tests/ppc32/ |
power_ISA2_07.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/memcheck/tests/ppc64/ |
power_ISA2_05.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
power_ISA2_07.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/memcheck/tests/ |
reach_thread_register.stderr.exp-mips32 | 2 136 bytes in 1 blocks are definitely lost in loss record ... of ...
|
reach_thread_register.stderr.exp-mips64 | 2 272 bytes in 1 blocks are definitely lost in loss record ... of ...
|
sem.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
static_malloc.stderr.exp | 1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
|
/frameworks/base/test-runner/src/android/test/mock/ |
package.html | 3 <p>Utility classes providing stubs or mocks of various Android framework building blocks.</p>
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
dec64Ops.go | 17 blocks: dec64Blocks,
|
decOps.go | 17 blocks: decBlocks,
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
modes.go | 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized 18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized 25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized 32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
dec64Ops.go | 17 blocks: dec64Blocks,
|
decOps.go | 17 blocks: decBlocks,
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
modes.go | 11 // gcmAble is implemented by cipher.Blocks that can provide an optimized 18 // cbcEncAble is implemented by cipher.Blocks that can provide an optimized 25 // cbcDecAble is implemented by cipher.Blocks that can provide an optimized 32 // ctrAble is implemented by cipher.Blocks that can provide an optimized
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.c | 46 while(pool->blocks) { 47 struct memory_block * block = pool->blocks; 48 pool->blocks = block->next; 62 newblock->next = pool->blocks; 63 pool->blocks = newblock; 90 block->next = pool->blocks; 91 pool->blocks = block;
|
/system/chre/util/include/chre/util/ |
memory_pool_impl.h | 32 blocks()[i].mNextFreeBlockIndex = i + 1; 44 mNextFreeBlockIndex = blocks()[blockIndex].mNextFreeBlockIndex; 47 return new (&blocks()[blockIndex].mElement) 54 uintptr_t baseAddress = reinterpret_cast<uintptr_t>(&blocks()[0].mElement); 57 blocks()[blockIndex].mElement.~ElementType(); 58 blocks()[blockIndex].mNextFreeBlockIndex = mNextFreeBlockIndex; 65 *MemoryPool<ElementType, kSize>::blocks() { function in class:chre::MemoryPool
|
/system/update_engine/payload_generator/ |
inplace_generator.cc | 54 // This class allocates non-existent temp blocks, starting from 56 // temp blocks into real blocks, as the client can't read or write to 57 // these blocks. 72 // Takes a vector of blocks and returns an equivalent vector of Extent 74 vector<Extent> CompressExtents(const vector<uint64_t>& blocks) { 76 for (uint64_t block : blocks) { 111 // First, expand out the blocks that op reads from 209 const vector<Block>& blocks) { 211 i < blocks.size(); i++) [all...] |
inplace_generator.h | 40 // new_vertex is a MOVE operation that moves some existing blocks into 63 // is the number of blocks on the install partition. 74 // Modifies blocks read by 'op' so that any blocks referred to by 75 // 'remove_extents' are replaced with blocks from 'replace_extents'. 76 // 'remove_extents' and 'replace_extents' must be the same number of blocks. 77 // Blocks will be substituted in the order listed in the vectors. 78 // E.g. if 'op' reads blocks 1, 2, 3, 4, 5, 6, 7, 8, remove_extents 79 // contains blocks 6, 2, 3, 5, and replace blocks contain [all...] |
/external/llvm/test/CodeGen/SystemZ/Large/ |
branch-range-02.py | 3 # RUN: python %s | llc -mtriple=s390x-linux-gnu -align-all-blocks=8 | FileCheck %s 19 # with N == 256 + 4. The -align-all-blocks=8 option ensures that all blocks 20 # are 256 bytes in size. The first 4 blocks and the last 4 blocks are then 39 # ...lots of other blocks... 59 blocks = 256 + 4 variable 67 for i in xrange(blocks): 70 next = 'b%d' % (i + 1) if i + 1 < blocks else 'end' 71 other = 'end' if 2 * i < blocks else 'b0 [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_worklist.c | 40 w->blocks = rzalloc_array(mem_ctx, nir_block *, num_blocks); 47 ralloc_free(w->blocks); 74 w->blocks[w->start] = block; 83 return w->blocks[w->start]; 96 BITSET_CLEAR(w->blocks_present, w->blocks[head]->index); 97 return w->blocks[head]; 113 w->blocks[tail] = block; 124 return w->blocks[tail]; 136 BITSET_CLEAR(w->blocks_present, w->blocks[tail]->index); 137 return w->blocks[tail] [all...] |
/external/e2fsprogs/tests/j_ext_dumpe2fs/ |
expect | 26 Free blocks: 0 31 Blocks per group: 8192 34 Inode blocks per group: 0 37 Reserved blocks uid: 0 38 Reserved blocks gid: 0
|
/external/kernel-headers/original/uapi/linux/ |
efs_fs_sb.h | 39 __be32 fs_tfree; /* total free data blocks */ 53 __u32 total_blocks; /* total number of blocks in filesystem */ 54 __u32 group_size; /* # of blocks a group consists of */ 55 __u32 data_free; /* # of free data blocks */ 57 __u16 inode_blocks; /* # of blocks used for inodes in every grp */
|
/external/syslinux/core/fs/ext2/ |
ext2_fs.h | 13 #define EXT2_BAD_INO 1 // Bad blocks inode 71 uint32_t s_blocks_count; /* Blocks count */ 72 uint32_t s_r_blocks_count; /* Reserved blocks count */ 73 uint32_t s_free_blocks_count; /* Free blocks count */ 78 uint32_t s_blocks_per_group; /* # Blocks per group */ 93 uint16_t s_def_resuid; /* Default uid for reserved blocks */ 94 uint16_t s_def_resgid; /* Default gid for reserved blocks */ 106 uint8_t s_prealloc_blocks; /* Nr of blocks to try to preallocate*/ 125 uint32_t s_blocks_count_hi; /* Blocks count */ 126 uint32_t s_r_blocks_count_hi; /* Reserved blocks count * [all...] |
/frameworks/av/media/libaaudio/src/utility/ |
FixedBlockAdapter.h | 23 * Interface for a class that needs fixed-size blocks. 48 * Note that if the fixed-sized blocks must be aligned, then the variable-sized blocks 50 * For example, if the fixed-size blocks must be a multiple of 8, then the variable-sized 51 * blocks must also be a multiple of 8.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
efs_fs_sb.h | 39 __be32 fs_tfree; /* total free data blocks */ 53 __u32 total_blocks; /* total number of blocks in filesystem */ 54 __u32 group_size; /* # of blocks a group consists of */ 55 __u32 data_free; /* # of free data blocks */ 57 __u16 inode_blocks; /* # of blocks used for inodes in every grp */
|