Home
last modified time | relevance | path

Searched defs:blocksize (Results 1 – 25 of 159) sorted by relevance

1234567

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dnode_pool_impl.hpp157 size_type blocksize = (get_rounded_size) in deallocate_free_blocks() local
217 size_type blocksize = (get_rounded_size) in purge_blocks() local
309 size_type blocksize = in priv_alloc_block() local
345 static node_t & get_block_hook (void *block, size_type blocksize) in get_block_hook()
351 void *get_block_from_hook (node_t *hook, size_type blocksize) in get_block_from_hook()
/external/liburing/test/
Dfpos.c43 static int test_read(struct io_uring *ring, bool async, int blocksize) in test_read()
138 static int test_write(struct io_uring *ring, bool async, int blocksize) in test_write()
239 int blocksize = test & 0x04 ? 1 : 7; in main() local
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c74 errcode_t ext2fs_get_device_size2(const char *file, int blocksize, in ext2fs_get_device_size2()
142 errcode_t ext2fs_get_device_size2(const char *file, int blocksize, in ext2fs_get_device_size2()
279 errcode_t ext2fs_get_device_size(const char *file, int blocksize, in ext2fs_get_device_size()
Ddir_iterate.c100 int blocksize, in ext2fs_dir_iterate2()
151 int blocksize, char *buf, void *priv_data) in xlate_func()
164 int blocksize, in ext2fs_dir_iterate()
Ddblist_dir.c33 int blocksize, in ext2fs_dblist_dir_iterate()
/external/e2fsprogs/debugfs/
Dlogdump.c363 unsigned int blocksize = 1024; in dump_journal() local
557 static void dump_fc_block(FILE *out_file, char *buf, int blocksize, in dump_fc_block()
652 unsigned int *blockp, unsigned blocksize, in dump_descriptor_block()
712 unsigned int blocksize, in dump_revoke_block()
778 unsigned int blocksize, in dump_metadata_block()
876 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
/external/python/cpython2/Lib/
Dmd5.py13 blocksize = 1 # legacy value (wrong in any useful sense) variable
Dsha.py13 blocksize = 1 # legacy value (wrong in any useful sense) variable
/external/ltp/include/lapi/
Dcryptouser.h59 unsigned int blocksize; member
65 unsigned int blocksize; member
73 unsigned int blocksize; member
82 unsigned int blocksize; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c234 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_linear() local
260 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_video() local
283 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_tiled() local
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Dconverters.py24 def _PadZeroBytes(byte_str, blocksize): argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
DIntVector.java65 public IntVector(int blocksize) in IntVector()
78 public IntVector(int blocksize, int increaseSize) in IntVector()
DObjectVector.java65 public ObjectVector(int blocksize) in ObjectVector()
78 public ObjectVector(int blocksize, int increaseSize) in ObjectVector()
DIntStack.java51 public IntStack(int blocksize) in IntStack()
DObjectStack.java51 public ObjectStack(int blocksize) in ObjectStack()
DStringToIntTable.java68 public StringToIntTable(int blocksize) in StringToIntTable()
/external/e2fsprogs/e2fsck/
Dextend.c31 int nblocks, blocksize; in main() local
/external/mesa3d/src/panfrost/shared/test/
Dtest-tiling.cpp55 unsigned blocksize) in tiled_offset()
73 linear_offset(unsigned x, unsigned y, unsigned stride, unsigned blocksize) in linear_offset()
88 unsigned blocksize = (desc->block.bits / 8); in ref_access_tiled() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; in refill_pool() local
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c34 static blksize_t blocksize; variable
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMapVector.java50 public OpMapVector(int blocksize, int increaseSize, int lengthPos) in OpMapVector()
/external/flac/src/libFLAC/include/protected/
Dstream_decoder.h48 uint32_t blocksize; /* in samples (per channel) */ member
/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
Dreadwrite.c39 ULONG blocksize; in apr_file_read() local
137 int blocksize; in apr_file_write() local
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c128 size_t blocksize = 0x800000, pagesize = SAFE_SYSCONF(_SC_PAGESIZE); in check_vnet_hdr() local
/external/libdivsufsort/examples/
Dbwt.c88 saint_t i, blocksize = 32, needclose = 3; local

1234567