Home
last modified time | relevance | path

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

123456

/third_party/boost/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()
/third_party/e2fsprogs/lib/ext2fs/
Dgetsize.c76 errcode_t ext2fs_get_device_size2(const char *file, int blocksize, in ext2fs_get_device_size2()
151 errcode_t ext2fs_get_device_size2(const char *file, int blocksize, in ext2fs_get_device_size2()
288 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()
/third_party/ffmpeg/libavformat/
Dshortendec.c31 int version, internal_ftype, channels, blocksize; in shn_probe() local
Dwv.h35 uint32_t blocksize; //< size of the block data (excluding the header) member
/third_party/e2fsprogs/debugfs/
Dlogdump.c356 unsigned int blocksize = 1024; in dump_journal() local
551 static void dump_fc_block(FILE *out_file, char *buf, int blocksize, in dump_fc_block()
646 unsigned int *blockp, int blocksize, in dump_descriptor_block()
772 int blocksize, in dump_metadata_block()
870 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
/third_party/ltp/include/lapi/
Dcryptouser.h59 unsigned int blocksize; member
65 unsigned int blocksize; member
73 unsigned int blocksize; member
82 unsigned int blocksize; member
/third_party/ffmpeg/libavcodec/ppc/
Dvorbisdsp_altivec.c32 intptr_t blocksize) in vorbis_inverse_coupling_altivec()
/third_party/e2fsprogs/e2fsck/
Dextend.c31 int nblocks, blocksize; in main() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c238 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_linear() local
264 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_video() local
287 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_tiled() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; in refill_pool() local
/third_party/pulseaudio/src/modules/echo-cancel/
Decho-cancel.h58 uint32_t blocksize; member
67 unsigned int blocksize; /* in frames */ member
/third_party/ffmpeg/libavcodec/
Dvorbis_parser_internal.h38 int blocksize[2]; ///< short and long window sizes member
Dflac.c148 int ff_flac_get_max_frame_size(int blocksize, int ch, int bps) in ff_flac_get_max_frame_size()
Dlpc.c202 const int32_t *samples, int blocksize, int min_order, in ff_lpc_calc_coefs()
301 av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, in ff_lpc_init()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c34 static blksize_t blocksize; variable
/third_party/libsnd/src/G72x/
Dg72x.c134 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) in g72x_reader_init()
189 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) in g72x_writer_init()
605 unpack_bytes (int bits, int blocksize, const unsigned char * block, short * samples) in unpack_bytes()
/third_party/openssl/crypto/ec/
Dec_mult.c33 size_t blocksize; /* block size for wNAF splitting */ member
410 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ in ec_wNAF_mul() local
827 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; in ec_wNAF_precompute_mult() local
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c138 size_t blocksize = 0x800000, pagesize = SAFE_SYSCONF(_SC_PAGESIZE); in check_vnet_hdr() local
/third_party/ltp/lib/
Dtst_memutils.c21 size_t i, map_count = 0, safety = 0, blocksize = BLOCKSIZE; in tst_pollute_memory() local
/third_party/pcre2/pcre2/src/
Dpcre2_serialize.c207 CODE_BLOCKSIZE_TYPE blocksize; in pcre2_serialize_decode() local
/third_party/openssl/crypto/engine/
Deng_devcrypto.c66 unsigned int blocksize, num; member
71 int blocksize; member
468 int blocksize; member
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c80 int blocksize; member
334 adpcmdec_decode_block (ADPCMDec * dec, const guint8 * data, int blocksize) in adpcmdec_decode_block()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c233 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_video() local
256 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_tiled() local

123456