/external/perfetto/protos/perfetto/trace/ftrace/ |
D | f2fs_unlink_enter.proto | 12 optional int64 size = 3; field 13 optional uint64 blocks = 4; field
|
D | f2fs_truncate_inode_blocks_enter.proto | 12 optional int64 size = 3; field 13 optional uint64 blocks = 4; field
|
D | f2fs_truncate_blocks_enter.proto | 12 optional int64 size = 3; field 13 optional uint64 blocks = 4; field
|
D | f2fs_truncate.proto | 14 optional int64 size = 5; field 16 optional uint64 blocks = 7; field
|
D | f2fs_evict_inode.proto | 14 optional int64 size = 5; field 16 optional uint64 blocks = 7; field
|
D | f2fs_fallocate.proto | 15 optional int64 size = 6; field 16 optional uint64 blocks = 7; field
|
D | f2fs_iget.proto | 14 optional int64 size = 5; field 16 optional uint64 blocks = 7; field
|
D | f2fs_sync_file_enter.proto | 14 optional int64 size = 5; field 16 optional uint64 blocks = 7; field
|
/external/mesa3d/src/compiler/nir/ |
D | nir_worklist.h | 48 unsigned size; member 60 nir_block **blocks; member
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.h | 41 struct memory_block * blocks; member 66 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \ argument
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | file.c | 187 int blocks = min_t(int, n, PAGE_CACHE_SIZE >> 2); in read_indexes() local 198 int size = le32_to_cpu(blist[i]); in read_indexes() local 224 static inline int calculate_skip(int blocks) in calculate_skip() 285 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local 341 __le32 size; in read_blocklist() local
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypedBlock.java | 44 TypedBlock[] blocks = (TypedBlock[])new Maker().make(minfo); in makeBlocks() local 54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(), in makeBlocks() local 80 private void printTypes(StringBuffer sbuf, int size, in printTypes() 132 protected BasicBlock[] makeArray(int size) { in makeArray()
|
/external/toybox/toys/posix/ |
D | du.c | 49 long size; member 53 static void print(long long size, struct dirtree *node) in print() 109 unsigned long blocks; in do_du() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 182 unsigned long size; in ext2fs_get_device_size2() local 279 blk64_t blocks; in ext2fs_get_device_size() local 295 blk_t blocks; in main() local
|
/external/python/cpython2/Python/ |
D | peephole.c | 25 #define ISBASICBLOCK(blocks, start, bytes) \ argument 91 Py_ssize_t len_consts, size; in fold_binops_on_constants() local 245 unsigned int *blocks = PyMem_New(unsigned int, len); in markblocks() local 310 unsigned int *blocks = NULL; in PyCode_Optimize() local
|
/external/valgrind/include/ |
D | pub_tool_libcfile.h | 63 Long size; member 65 ULong blocks; member
|
/external/strace/ |
D | stat.h | 36 unsigned long long size; member 37 unsigned long long blocks; member
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquash-2.c | 30 void read_block_list_2(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_2() 118 void read_fragment_2(unsigned int fragment, long long *start_block, int *size) in read_fragment_2()
|
D | unsquash-1.c | 28 void read_block_list_1(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_1() 213 int dir_count, size; in squashfs_opendir_1() local
|
D | read_fs.c | 131 unsigned int directory_start_block, bytes = 0, size = 0; in scan_inode_table() local 243 int frag_bytes, blocks, i; in scan_inode_table() local 298 int frag_bytes, blocks, i; in scan_inode_table() local 625 unsigned int directory_start_block, int offset, int size, in squashfs_readdir()
|
/external/kernel-headers/original/uapi/linux/ |
D | cramfs_fs.h | 33 __u32 size:CRAMFS_SIZE_WIDTH, gid:CRAMFS_GID_WIDTH; member 48 __u32 blocks; member 57 __u32 size; /* length in bytes */ member
|
/external/python/cpython3/Python/ |
D | peephole.c | 22 #define ISBASICBLOCK(blocks, start, end) \ argument 237 Py_ssize_t len_consts, size; in fold_binops_on_constants() local 371 unsigned int *blocks = PyMem_New(unsigned int, len); in markblocks() local 439 unsigned int *blocks = NULL; in PyCode_Optimize() local
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniform_blocks.cpp | 134 unsigned size = 0; in visit_field() local 225 size_t name_length, gl_uniform_block *blocks, in process_block_array() 254 gl_uniform_block *blocks, in process_block_array_leaf() 341 struct gl_uniform_block *blocks = in create_buffer_blocks() local
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 116 static uint32_t file_blocks_used(uint64_t size, uint32_t *blocklist) in file_blocks_used() 164 static long check_treesize(struct dirtree *that, off_t *size) in check_treesize() 166 long blocks; in check_treesize() local
|
/external/ImageMagick/MagickCore/ |
D | memory.c | 71 #define BlockFooter(block,size) \ argument 153 *blocks[MaxBlocks+1]; member 167 static void* MSCMalloc(size_t size) in MSCMalloc() 171 static void* MSCRealloc(void* ptr, size_t size) in MSCRealloc() 238 #define AlignedExtent(size,alignment) \ in AcquireAlignedMemory() argument 244 size; in AcquireAlignedMemory() local 307 static inline size_t AllocationPolicy(size_t size) in AllocationPolicy() 342 size; in InsertFreeBlock() local 378 static void *AcquireBlock(size_t size) in AcquireBlock() 454 MagickExport void *AcquireMagickMemory(const size_t size) in AcquireMagickMemory() [all …]
|