Home
last modified time | relevance | path

Searched defs:block_size (Results 51 - 75 of 232) sorted by relevance

12345678910

/third_party/mesa3d/src/util/format/
H A Du_format_latc.c62 int block_size = 8; in util_format_latc1_unorm_unpack_rgba_float() local
136 int block_size = 8; in util_format_latc1_snorm_unpack_rgba_float() local
203 int block_size = 16; in util_format_latc2_unorm_unpack_rgba_float() local
268 int block_size = 16; in util_format_latc2_snorm_unpack_rgba_float() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate01.c116 loff_t block_size; variable
H A Dfallocate03.c135 int block_size; variable
[all...]
H A Dfallocate04.c23 static size_t block_size; variable
[all...]
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c68 ssl3_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, OSSL_LIB_CTX *libctx) ssl3_cbc_remove_padding_and_mac() argument
113 tls1_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, int aead, OSSL_LIB_CTX *libctx) tls1_cbc_remove_padding_and_mac() argument
197 ssl3_cbc_copy_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, size_t good, OSSL_LIB_CTX *libctx) ssl3_cbc_copy_mac() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-null-source.c71 size_t block_size; member
/third_party/openssl/crypto/evp/
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
/third_party/openssl/ssl/record/
H A Dtls_pad.c68 ssl3_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, OSSL_LIB_CTX *libctx) ssl3_cbc_remove_padding_and_mac() argument
113 tls1_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, int aead, OSSL_LIB_CTX *libctx) tls1_cbc_remove_padding_and_mac() argument
197 ssl3_cbc_copy_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, size_t good, OSSL_LIB_CTX *libctx) ssl3_cbc_copy_mac() argument
[all...]
/third_party/unity/extras/memory/src/
H A Dunity_memory.c124 size_t block_size; in release_memory() local
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc58 ArrayInputStream::ArrayInputStream(const void* data, int size, int block_size) in ArrayInputStream() argument
105 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() argument
201 CopyingInputStreamAdaptor( CopyingInputStream* copying_stream, int block_size) CopyingInputStreamAdaptor() argument
303 CopyingOutputStreamAdaptor( CopyingOutputStream* copying_stream, int block_size) CopyingOutputStreamAdaptor() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibopencore-amr.c105 static const uint8_t block_size[16] = { 12, 13, 15, 17, 19, 20, 26, 31, 5, 0, 0, 0, 0, 0, 0, 0 }; in amr_nb_decode_frame() local
340 static const uint8_t block_size[16] = {18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 6, 0, 0, 0, 1, 1}; in amr_wb_decode_frame() local
H A Dbinkaudio.c59 int block_size; member
H A Dflashsvenc.c64 int block_size; member
/third_party/ffmpeg/libavfilter/
H A Daf_crossfeed.c36 int block_size; member
H A Daf_afir.h34 int block_size; member
/third_party/ffmpeg/libavformat/
H A Dbrstm.c34 uint32_t block_size; member
H A Dgifdec.c145 int block_size; in gif_read_header() local
154 int block_size = avio_r8(pb); in gif_read_header() local
/third_party/curl/lib/
H A Dsha256.c420 #define block_size 64 in my_sha256_update() macro
/third_party/fsverity-utils/programs/
H A Dtest_compute_digest.c50 u32 block_size; member
[all...]
/third_party/fsverity-utils/lib/
H A Dcompute_digest.c45 static bool block_is_full(const struct block_buffer *block, u32 block_size, in block_is_full() argument
28 hash_one_block(struct hash_ctx *hash, struct block_buffer *cur, u32 block_size, const u8 *salt, u32 salt_size) hash_one_block() argument
66 report_merkle_tree_block(const struct libfsverity_metadata_callbacks *cbs, const struct block_buffer *block, u32 block_size, u64 *level_offset) report_merkle_tree_block() argument
103 compute_root_hash(void *fd, libfsverity_read_fn_t read_fn, u64 file_size, struct hash_ctx *hash, u32 block_size, const u8 *salt, u32 salt_size, const struct libfsverity_metadata_callbacks *metadata_cbs, u8 *root_hash) compute_root_hash() argument
240 u32 block_size; libfsverity_compute_digest() local
[all...]
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp264 std::size_t block_size = std::min(target_size, max_in_size); in bulk_read_data() local
409 std::size_t block_size = std::min(size - written, max_out_size); in write_ahb() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c427 size_t block_size = mbedtls_cipher_info_get_block_size(ctx->cipher_info); in psa_cipher_update_ecb() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c48 nir_ssa_def *block_size = in build_fmask_copy_compute_shader() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dkernel.cpp293 auto block_size = range(d_block_size, dims); in validate_block_size() local
325 auto block_size = validate_block_size(q, kern, dims, in clEnqueueNDRangeKernel() local

Completed in 14 milliseconds

12345678910