/third_party/boost/libs/crc/doc/ |
D | crc_examples.cpp | 42 unsigned combined_crc_16( unsigned block_count, ... ) in combined_crc_16() 74 unsigned combined_acrc_16( int block_count, ... ) in combined_acrc_16()
|
/third_party/ffmpeg/libavcodec/ |
D | vc1_loopfilter.c | 109 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_overlap_filter() local 165 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_overlap_filter() local 274 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_loop_filter() local 473 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_loop_filter() local 912 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_intfr_loop_filter() local 1175 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_b_intfi_loop_filter() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | count_if_with_ballot.hpp | 34 size_t block_count = count / block_size; in count_if_with_ballot() local
|
D | inplace_reduce.hpp | 46 size_t block_count = input_size / (block_size * values_per_thread); in inplace_reduce() local
|
D | scan_on_gpu.hpp | 210 size_t block_count = count / block_size; in scan_impl() local
|
D | radix_sort.hpp | 327 uint_ block_count = static_cast<uint_>(count / block_size); in radix_sort_impl() local
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | count_if_with_ballot.hpp | 34 size_t block_count = count / block_size; in count_if_with_ballot() local
|
D | inplace_reduce.hpp | 46 size_t block_count = input_size / (block_size * values_per_thread); in inplace_reduce() local
|
D | scan_on_gpu.hpp | 210 size_t block_count = count / block_size; in scan_impl() local
|
D | radix_sort.hpp | 327 uint_ block_count = static_cast<uint_>(count / block_size); in radix_sort_impl() local
|
/third_party/ffmpeg/libavformat/ |
D | hca.c | 47 uint32_t block_count; in hca_read_header() local
|
D | vpk.c | 28 unsigned block_count; member
|
D | mca.c | 28 uint32_t block_count; member
|
D | amr.c | 36 uint64_t block_count; member
|
D | xmv.c | 94 uint64_t block_count; ///< Running counter of decompressed audio block. member 450 uint32_t block_count; in xmv_fetch_audio_packet() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_liveness.c | 128 unsigned block_count = 0; in ir3_calc_liveness() local
|
D | ir3_ra_validate.c | 97 unsigned block_count; member 544 unsigned half_size, unsigned block_count) in ir3_ra_validate()
|
D | ir3_ra.h | 139 unsigned block_count; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_device.c | 138 uint32_t block_count, in merge_extension_names() 177 uint32_t block_count = 0; in vn_device_fix_create_info() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_buffer.c | 203 uint64_t block_count = round_up_u64(size, 1024); in fill_buffer_shader() local 247 uint64_t block_count = round_up_u64(size, 1024); in copy_buffer_shader() local
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_reliable_message_queue.cpp | 290 const uint32_t block_count = estimate_block_count(message_size); in send() local 324 const uint32_t block_count = estimate_block_count(message_size); in try_send() local 603 uint32_t block_count = estimate_block_count(message_size); in dequeue_message() local
|
/third_party/boost/libs/log/src/posix/ |
D | ipc_reliable_message_queue.cpp | 298 const uint32_t block_count = estimate_block_count(message_size); in send() local 335 const uint32_t block_count = estimate_block_count(message_size); in try_send() local 654 uint32_t block_count = estimate_block_count(message_size); in dequeue_message() local
|
/third_party/python/Lib/test/ |
D | test_urllib.py | 776 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument 791 def hooktester(block_count, block_read_size, file_size, _report=report): argument 804 def hooktester(block_count, block_read_size, file_size, _report=report): argument 818 def hooktester(block_count, block_read_size, file_size, _report=report): argument
|
/third_party/boost/boost/compute/algorithm/ |
D | reduce.hpp | 53 size_t block_count = count / 2 / block_size; in reduce() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | reduce.hpp | 53 size_t block_count = count / 2 / block_size; in reduce() local
|