Home
last modified time | relevance | path

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

12345

/external/syslinux/gpxe/src/crypto/
Dcbc.c63 size_t blocksize = raw_cipher->blocksize; in cbc_encrypt() local
89 size_t blocksize = raw_cipher->blocksize; in cbc_decrypt() local
/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/e2fsprogs/lib/ext2fs/
Dgetsize.c74 errcode_t ext2fs_get_device_size(const char *file, int blocksize, in ext2fs_get_device_size()
143 errcode_t ext2fs_get_device_size2(const char *file, int blocksize, in ext2fs_get_device_size2()
275 errcode_t ext2fs_get_device_size(const char *file, int blocksize, in ext2fs_get_device_size()
Dlink.c29 unsigned int blocksize; member
36 int blocksize, in link_proc()
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/autotest/client/site_tests/platform_SecureEraseFile/
Dplatform_SecureEraseFile.py28 def __write_test_file(self, path, blocksize, count): argument
80 def __test_and_verify_cleared(self, blocksize, count): argument
/external/kernel-headers/original/uapi/linux/
Dcryptouser.h71 unsigned int blocksize; member
77 unsigned int blocksize; member
85 unsigned int blocksize; member
94 unsigned int blocksize; member
/external/e2fsprogs/e2fsck/
Dextend.c31 int nblocks, blocksize; in main() local
/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/autotest/client/tests/ddtest/
Dddtest.py26 def run_once(self, dir=None, blocksize=1024, blocknum=262144, threads=20): argument
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c242 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_linear() local
268 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_video() local
291 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_tiled() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c169 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_video() local
192 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_tiled() local
/external/e2fsprogs/debugfs/
Dlogdump.c345 unsigned int blocksize = 1024; in dump_journal() local
492 unsigned int *blockp, int blocksize, in dump_descriptor_block()
611 int blocksize, in dump_metadata_block()
709 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; in refill_pool() local
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMapVector.java50 public OpMapVector(int blocksize, int increaseSize, int lengthPos) in OpMapVector()
/external/flac/libFLAC/
Dformat.c209 FLAC_API FLAC__bool FLAC__format_blocksize_is_subset(unsigned blocksize, unsigned sample_rate) in FLAC__format_blocksize_is_subset()
518 unsigned FLAC__format_get_max_rice_partition_order(unsigned blocksize, unsigned predictor_order) in FLAC__format_get_max_rice_partition_order()
528 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize(unsigned blocksize) in FLAC__format_get_max_rice_partition_order_from_blocksize()
538 …der_from_blocksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned pr… in FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order()
/external/flac/libFLAC/include/protected/
Dstream_decoder.h48 unsigned blocksize; /* in samples (per channel) */ member
/external/libdivsufsort/examples/
Dbwt.c88 saint_t i, blocksize = 32, needclose = 3; local
Dunbwt.c90 saint_t err, blocksize, needclose = 3; local

12345