Home
last modified time | relevance | path

Searched defs:blocksize (Results 76 - 100 of 380) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/fs/minix/
H A Dminix.h92 static inline unsigned minix_blocks_needed(unsigned bits, unsigned blocksize) in minix_blocks_needed() argument
/kernel/linux/linux-6.6/fs/exfat/
H A Dfile.c195 unsigned int blocksize = i_blocksize(inode); in exfat_truncate() local
/kernel/linux/linux-6.6/fs/crypto/
H A Dcrypto.c180 const unsigned int blocksize = 1 << blockbits; in fscrypt_encrypt_pagecache_blocks() local
259 const unsigned int blocksize = 1 << blockbits; in fscrypt_decrypt_pagecache_blocks() local
/kernel/linux/linux-6.6/fs/fat/
H A Dcache.c337 const unsigned long blocksize = sb->s_blocksize; in is_exceed_eof() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-rsv.c477 btrfs_use_block_rsv(struct btrfs_trans_handle *trans, struct btrfs_root *root, u32 blocksize) btrfs_use_block_rsv() argument
/kernel/linux/linux-6.6/fs/isofs/
H A Drock.c88 int blocksize = 1 << rs->inode->i_blkbits; in rock_continue() local
/kernel/linux/linux-6.6/fs/
H A Dmpage.c165 const unsigned blocksize = 1 << blkbits; in do_mpage_readpage() local
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dblockcheck.c144 u32 ocfs2_hamming_encode_block(void *data, unsigned int blocksize) in ocfs2_hamming_encode_block() argument
212 void ocfs2_hamming_fix_block(void *data, unsigned int blocksize, in ocfs2_hamming_fix_block() argument
349 void ocfs2_block_check_compute(void *data, size_t blocksize, in ocfs2_block_check_compute() argument
378 int ocfs2_block_check_validate(void *data, size_t blocksize, in ocfs2_block_check_validate() argument
[all...]
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h72 unsigned int blocksize; member
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-aes.c245 unsigned int blocksize; member
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dskcipher.c262 unsigned int blocksize = crypto_skcipher_blocksize(tfm); in qce_skcipher_crypt() local
353 unsigned int blocksize; member
[all...]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c1126 unsigned int blocksize; in rfc6803_encrypt_case() local
H A Dgss_krb5_keys.c154 size_t blocksize, keybytes, keylength, n; in krb5_DK() local
376 unsigned int blocksize, offset; in krb5_kdf_feedback_cmac() local
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcryptouser.h49 unsigned int blocksize; member
54 unsigned int blocksize; member
61 unsigned int blocksize; member
69 unsigned int blocksize; member
/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.c27 mlp_filter_channel(int32_t *state, const int32_t *coeff, int firorder, int iirorder, unsigned int filter_shift, int32_t mask, int blocksize, int32_t *sample_buffer) mlp_filter_channel() argument
H A Dkmvc.c271 int blocksize; in decode_frame() local
H A Dlpc.c201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument
301 ff_lpc_init(LPCContext *s, int blocksize, int max_order, enum FFLPCType lpc_type) ff_lpc_init() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dfile.c76 int blocksize; member
H A Doggparsevorbis.c328 unsigned blocksize, bs0, bs1; in vorbis_header() local
/third_party/libsnd/src/
H A Dgsm610.c38 int samplesperblock, blocksize ; member
H A Dg72x.c40 int blocksize, samplesperblock, bytesperblock ; member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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/auxiliary/rbug/
H A Drbug_texture.c282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument
363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c265 static void n_fold(unsigned char *block, unsigned int blocksize, in n_fold() argument
363 size_t blocksize; in KRB5KDF() local
[all...]

Completed in 18 milliseconds

12345678910>>...16