/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()
|
D | unsquashfs.h | 86 int blocks; member 145 int size; member 158 int size; member 194 int size; member 201 int blocks; member
|
D | mksquashfs.c | 172 unsigned int size; member 450 int mangle2(void *strm, char *d, char *s, int size, in mangle2() 474 int mangle(char *d, char *s, int size, int block_size, in mangle() 782 char *_pathname(struct dir_ent *dir_ent, char *pathname, int *size) in _pathname() 817 static int size = ALLOC_SIZE; in pathname() local 829 static int size = ALLOC_SIZE; in pathname_reader() local 841 static int size = ALLOC_SIZE; in subpathname() local 1219 unsigned int size = strlen(name); in add_dir() local 1419 int res, size, index = fragment->index; in get_fragment() local 1560 int size = append->file->fragment->size; in get_fragment_checksum() local [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | cramfs_fs.h | 32 __u32 size:CRAMFS_SIZE_WIDTH, gid:CRAMFS_GID_WIDTH; member 47 __u32 blocks; member 56 __u32 size; /* length in bytes */ member
|
/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 …]
|
/external/stressapptest/src/ |
D | worker.cc | 886 int blocks = sat_->page_length() / blocksize; in CrcCheckPage() local 1189 int blocks = sat_->page_length() / blocksize; in CrcCopyPage() local 1285 int blocks = sat_->page_length() / blocksize; in InvertPageDown() local 1308 int blocks = sat_->page_length() / blocksize; in InvertPageUp() local 1333 int blocks = sat_->page_length() / blocksize; in CrcWarmCopyPage() local 1638 int64 size = write(fd, src->addr, page_length); in WritePageToFile() local 1686 int64 size = read(fd, dst->addr, page_length); in ReadPageFromFile() local 2092 socklen_t size = sizeof(struct sockaddr_in); in GetConnection() local 2111 int size = page_length; in SendPage() local 2136 int size = page_length; in ReceivePage() local [all …]
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1280 static int read_block_index(struct super_block *s, int blocks, char *block_list, in read_block_index() 1319 static inline int calculate_skip(int blocks) { in calculate_skip() 1366 int blocks = skip * SQUASHFS_META_INDEXES; in get_meta_index() local 1429 int blocks = index > (SIZE >> 2) ? (SIZE >> 2) : index; in read_blocklist() local 1687 const char *name, int size) in get_dir_index_using_name() 1750 int size, i_ino; in squashfs_readdir() local
|
/external/e2fsprogs/debugfs/ |
D | do_journal.c | 438 blk64_t blocks) in journal_open_trans() 502 blk64_t blocks; in journal_write() local 623 int nr = 0, size = journal->j_blocksize; in count_tags() local
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.hpp | 102 …void setLastUnsizedArraySize (int instanceNdx, int size) { m_lastUnsizedArraySizes[instanceNdx… in setLastUnsizedArraySize() 177 int size; member 184 std::vector<BlockLayoutEntry> blocks; member in vkt::ssbo::BufferLayout 196 int size; //!< Redundant, for debugging purposes. member
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_surfacedefs.h | 954 SVGA3dSize size; in svga3dsurface_get_mip_size() local 983 const SVGA3dSize *size) in svga3dsurface_calculate_pitch() 986 SVGA3dSize blocks; in svga3dsurface_calculate_pitch() local 1019 const SVGA3dSize *size, in svga3dsurface_get_image_buffer_size() 1091 SVGA3dSize size = in svga3dsurface_get_serialized_size() local
|
/external/lzma/C/ |
D | XzEnc.c | 27 static SRes WriteBytes(ISeqOutStream *s, const void *buf, UInt32 size) in WriteBytes() 32 static SRes WriteBytesAndCrc(ISeqOutStream *s, const void *buf, UInt32 size, UInt32 *crc) in WriteBytesAndCrc() 136 CXzBlockSizes *blocks; in Xz_AddIndexRecord() local 180 static SRes SeqCheckInStream_Read(void *pp, void *data, size_t *size) in SeqCheckInStream_Read() 199 static size_t MyWrite(void *pp, const void *data, size_t size) in MyWrite() 223 static SRes SeqInFilter_Read(void *pp, void *data, size_t *size) in SeqInFilter_Read() 300 static SRes SbEncInStream_Read(void *pp, void *data, size_t *size) in SbEncInStream_Read()
|
/external/syslinux/core/fs/ |
D | diskio_bios.c | 14 uint16_t size; member 15 uint16_t blocks; member
|