| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_latc.c | 62 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 D | fallocate01.c | 116 loff_t block_size; variable
|
| H A D | fallocate03.c | 135 int block_size; variable [all...] |
| H A D | fallocate04.c | 23 static size_t block_size; variable [all...] |
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | tls_pad.c | 68 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 D | cmeth_lib.c | 23 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 D | module-null-source.c | 71 size_t block_size; member
|
| /third_party/openssl/crypto/evp/ |
| H A D | cmeth_lib.c | 23 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 D | tls_pad.c | 68 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 D | unity_memory.c | 124 size_t block_size; in release_memory() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | zero_copy_stream_impl_lite.cc | 58 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 D | libopencore-amr.c | 105 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 D | binkaudio.c | 59 int block_size; member
|
| H A D | flashsvenc.c | 64 int block_size; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_crossfeed.c | 36 int block_size; member
|
| H A D | af_afir.h | 34 int block_size; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | brstm.c | 34 uint32_t block_size; member
|
| H A D | gifdec.c | 145 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 D | sha256.c | 420 #define block_size 64 in my_sha256_update() macro
|
| /third_party/fsverity-utils/programs/ |
| H A D | test_compute_digest.c | 50 u32 block_size; member [all...] |
| /third_party/fsverity-utils/lib/ |
| H A D | compute_digest.c | 45 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 D | scanner_interface_usb.cpp | 264 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 D | psa_crypto_cipher.c | 427 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 D | radv_meta_fmask_copy.c | 48 nir_ssa_def *block_size = in build_fmask_copy_compute_shader() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | kernel.cpp | 293 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
|