Home
last modified time | relevance | path

Searched defs:block_count (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/libs/crc/doc/
Dcrc_examples.cpp42 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/
Dvc1_loopfilter.c109 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/boost/compute/algorithm/detail/
Dcount_if_with_ballot.hpp34 size_t block_count = count / block_size; in count_if_with_ballot() local
Dinplace_reduce.hpp46 size_t block_count = input_size / (block_size * values_per_thread); in inplace_reduce() local
Dscan_on_gpu.hpp210 size_t block_count = count / block_size; in scan_impl() local
Dradix_sort.hpp327 uint_ block_count = static_cast<uint_>(count / block_size); in radix_sort_impl() local
/third_party/ffmpeg/libavformat/
Dhca.c47 uint32_t block_count; in hca_read_header() local
Dvpk.c28 unsigned block_count; member
Damr.c36 uint64_t block_count; member
Dxmv.c94 uint64_t block_count; ///< Running counter of decompressed audio block. member
450 uint32_t block_count; in xmv_fetch_audio_packet() local
Dbrstm.c29 uint32_t block_count; member
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp298 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/boost/libs/log/src/windows/
Dipc_reliable_message_queue.cpp290 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/uboot/u-boot-2020.01/drivers/tee/optee/
Drpmb.c26 u16 block_count; member
/third_party/python/Lib/test/
Dtest_urllib.py774 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
789 def hooktester(block_count, block_read_size, file_size, _report=report): argument
802 def hooktester(block_count, block_read_size, file_size, _report=report): argument
816 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/third_party/uboot/u-boot-2020.01/disk/
Dpart_mac.h60 __u32 block_count; /* number of blocks in partition */ member
/third_party/boost/boost/compute/algorithm/
Dreduce.hpp53 size_t block_count = count / 2 / block_size; in reduce() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dfunction.cpp191 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in libspirv::Function
/third_party/uboot/u-boot-2020.01/fs/reiserfs/
Dreiserfs.c170 unsigned int block_count = INFO->journal_block_count; in journal_init() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dgen_atmel_mci.c303 u32 word_count, block_count; local
/third_party/uboot/u-boot-2020.01/include/
Dapi_public.h100 lbasize_t block_count; /* no of blocks */ member
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c71 int block_count; /* # of pixels remaining in RLE block */ member
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c63 int block_count; /* # of pixels remaining in RLE block */ member

12