| /third_party/ffmpeg/libavcodec/ |
| H A D | alac.c | 143 int block_size; in rice_decompress() local
|
| H A D | adpcmenc.c | 70 int block_size; member [all...] |
| H A D | vaapi_encode_h265.c | 1171 VAConfigAttribValEncHEVCBlockSizes block_size; in vaapi_encode_h265_get_encoder_caps() local
|
| /third_party/mbedtls/library/ |
| H A D | cmac.c | 101 size_t olen, block_size; in cmac_generate_subkeys() local 204 size_t n, j, olen, block_size; in mbedtls_cipher_cmac_update() local 277 size_t olen, block_size; mbedtls_cipher_cmac_finish() local 729 cmac_test_subkeys(int verbose, const char *testname, const unsigned char *key, int keybits, const unsigned char *subkeys, mbedtls_cipher_type_t cipher_type, int block_size, int num_tests) cmac_test_subkeys() argument 823 cmac_test_wth_cipher(int verbose, const char *testname, const unsigned char *key, int keybits, const unsigned char *messages, const unsigned int message_lengths[4], const unsigned char *expected_result, mbedtls_cipher_type_t cipher_type, int block_size, int num_tests) cmac_test_wth_cipher() argument [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta.c | 845 nir_ssa_def *block_size = nir_channels( in get_global_ids() local
|
| H A D | radv_meta_decompress.c | 56 nir_ssa_def *block_size = in build_expand_depth_stencil_compute_shader() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | link_uniform_blocks.cpp | 434 count_block_size block_size; in link_uniform_blocks() local
|
| /third_party/libwebsockets/test-apps/ |
| H A D | test-client.c | 46 #define block_size (3 * 4096) macro
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_nir.c | 64 nir_ssa_def *block_size = nir_channels(b, nir_load_workgroup_size(b), mask); in get_global_ids() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 63 launch(command_queue &q, const std::vector<size_t> &grid_offset, const std::vector<size_t> &grid_size, const std::vector<size_t> &block_size) launch() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.cc | 807 const int block_size = EVP_CIPHER_CTX_block_size(ctx_.get()); in Init() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | hash_longest_match_inc.h | 99 size_t block_size = (size_t)1 << params->hasher.block_bits; in HashMemAllocInBytes() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 1613 uint64_t grid_size[3], block_size[3]; in st_init_extensions() local
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_s3tc.c | 123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_8unorm() argument 200 util_format_dxtn_rgb_unpack_rgba_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_float() argument 288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument 366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 488 uint64_t *block_size = ret; in llvmpipe_get_compute_param() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test-wasm.cc | 104 int block_size = args.smi_value_at(0); in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 226 int block_size = util_format_get_blocksize(dpt->format); in i915_surface_copy_blitter() local 245 i915_copy_blit(i915_context(pipe), block_size, in i915_surface_copy_blitter() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | memblockq.c | 464 int pa_memblockq_peek_fixed_size(pa_memblockq *bq, size_t block_size, pa_memchunk *chunk) { in pa_memblockq_peek_fixed_size() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_reflect.cpp | 612 uint32_t block_size = uint32_t(get_declared_struct_size(get_type(res.base_type_id))); in emit_resources() local
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | applicationlayer.c | 480 SPDY_build_response_with_callback(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, SPDY_ResponseCallback rcb, void *rcb_cls, uint32_t block_size) SPDY_build_response_with_callback() argument
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | hash_longest_match_inc.h | 99 size_t block_size = (size_t)1 << params->hasher.block_bits; in HashMemAllocInBytes() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | zero_copy_stream_unittest.cc | 421 int block_size = kBlockSizes[4]; in TEST_F() local 449 int block_size = kBlockSizes[4]; in TEST_F() local
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-sink.c | 98 size_t block_size; member
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | parse_context.cc | 258 int block_size = num * sizeof(T); in ReadPackedFixed() local 274 int block_size = num * sizeof(T); in ReadPackedFixed() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | cipher_ctx.rs | 299 pub fn block_size(&self) -> usize { in block_size() functions 551 let mut block_size = self.block_size(); in cipher_update() variables [all...] |