/external/libaom/aom_dsp/ |
D | bitwriter_buffer.c | 22 int aom_wb_is_byte_aligned(const struct aom_write_bit_buffer *wb) { in aom_wb_is_byte_aligned() 26 uint32_t aom_wb_bytes_written(const struct aom_write_bit_buffer *wb) { in aom_wb_bytes_written() 30 void aom_wb_write_bit(struct aom_write_bit_buffer *wb, int bit) { in aom_wb_write_bit() 44 static void overwrite_bit(struct aom_write_bit_buffer *wb, int bit) { in overwrite_bit() 54 void aom_wb_write_literal(struct aom_write_bit_buffer *wb, int data, int bits) { in aom_wb_write_literal() 60 void aom_wb_write_unsigned_literal(struct aom_write_bit_buffer *wb, in aom_wb_write_unsigned_literal() 67 void aom_wb_overwrite_literal(struct aom_write_bit_buffer *wb, int data, in aom_wb_overwrite_literal() 73 void aom_wb_write_inv_signed_literal(struct aom_write_bit_buffer *wb, int data, in aom_wb_write_inv_signed_literal() 78 void aom_wb_write_uvlc(struct aom_write_bit_buffer *wb, uint32_t v) { in aom_wb_write_uvlc() 90 static void wb_write_primitive_quniform(struct aom_write_bit_buffer *wb, in wb_write_primitive_quniform() [all …]
|
/external/iamf_tools/iamf/common/tests/ |
D | write_bit_buffer_fuzz_test.cc | 25 WriteBitBuffer wb(0); in WriteSignedLiteral() local 37 WriteBitBuffer wb(0); in WriteSignedLiteral64() local 49 WriteBitBuffer wb(0); in WriteSigned8() local 61 WriteBitBuffer wb(0); in WriteSigned16() local 73 WriteBitBuffer wb(0); in WriteStringAndValidate() local 91 WriteBitBuffer wb(0); in WriteUint8Span() local 104 WriteBitBuffer wb(0); in WriteUleb128() local 116 WriteBitBuffer wb(0); in WriteIso14496_1Expanded() local
|
D | write_read_fuzz_test.cc | 20 WriteBitBuffer wb(0); in WriteReadString() local 39 WriteBitBuffer wb(0); in WriteReadUint8Span() local
|
/external/libvpx/vpx_dsp/ |
D | bitwriter_buffer.c | 18 void vpx_wb_init(struct vpx_write_bit_buffer *wb, uint8_t *bit_buffer, in vpx_wb_init() 26 int vpx_wb_has_error(const struct vpx_write_bit_buffer *wb) { in vpx_wb_has_error() 30 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb) { in vpx_wb_bytes_written() 35 void vpx_wb_write_bit(struct vpx_write_bit_buffer *wb, int bit) { in vpx_wb_write_bit() 53 void vpx_wb_write_literal(struct vpx_write_bit_buffer *wb, int data, int bits) { in vpx_wb_write_literal() 58 void vpx_wb_write_inv_signed_literal(struct vpx_write_bit_buffer *wb, int data, in vpx_wb_write_inv_signed_literal()
|
/external/llvm-libc/test/src/stdio/printf_core/ |
D | writer_test.cpp | 23 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 30 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 46 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 60 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 73 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 87 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 109 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 124 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 136 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local 148 WriteBuffer<WriteMode::FILL_BUFF_AND_DROP_OVERFLOW> wb(str, sizeof(str) - 1); in TEST() local [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | writer_test.cpp | 22 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 29 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 45 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 59 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 72 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 86 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 108 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 123 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 135 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 147 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local [all …]
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | writer_test.cpp | 22 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 29 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 45 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 59 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 72 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 86 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 108 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 123 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 135 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local 147 WriteBuffer wb(str, sizeof(str) - 1); in TEST() local [all …]
|
/external/vboot_reference/firmware/2lib/ |
D | 2common.c | 54 void vb2_workbuf_init(struct vb2_workbuf *wb, uint8_t *buf, uint32_t size) in vb2_workbuf_init() 64 void *vb2_workbuf_alloc(struct vb2_workbuf *wb, uint32_t size) in vb2_workbuf_alloc() 80 void *vb2_workbuf_realloc(struct vb2_workbuf *wb, uint32_t oldsize, in vb2_workbuf_realloc() 92 void vb2_workbuf_free(struct vb2_workbuf *wb, uint32_t size) in vb2_workbuf_free() 154 const struct vb2_workbuf *wb) in vb2_verify_digest() 194 const struct vb2_workbuf *wb) in vb2_verify_data()
|
D | 2struct.c | 69 const struct vb2_workbuf *wb) in vb2_verify_keyblock() 91 const struct vb2_workbuf *wb) in vb2_verify_fw_preamble() 171 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash() 199 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble()
|
D | 2gbb.c | 14 struct vb2_workbuf *wb) in vb2_gbb_read_key() 55 struct vb2_workbuf *wb) in vb2_gbb_read_root_key() 69 uint32_t *size, struct vb2_workbuf *wb) in vb2_gbb_read_recovery_key()
|
D | 2api.c | 26 struct vb2_workbuf wb; in vb2api_inject_kernel_subkey() local 276 struct vb2_workbuf wb; in vb2api_init_hash() local 343 struct vb2_workbuf wb; in vb2api_check_hash_get_digest() local 449 struct vb2_workbuf wb; in vb2api_get_metadata_hash() local
|
D | 2firmware.c | 21 struct vb2_workbuf wb; in vb2_load_fw_keyblock() local 132 struct vb2_workbuf wb; in vb2_load_fw_preamble() local
|
/external/iamf_tools/iamf/obu/decoder_config/tests/ |
D | lpcm_decoder_config_test.cc | 62 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 105 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 119 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 173 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 187 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 201 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 240 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local 251 WriteBitBuffer wb(48); // Arbitrary size. We'll fail before writing. in TEST() local 266 WriteBitBuffer wb(expected_decoder_config_payload_.size()); in TEST() local
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/ |
D | multiplication.hpp | 58 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttt() 121 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttt() 173 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttm() 220 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttm0() 383 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in mtm() 428 PointerIn2 b, SizeType const*const wb, in inner() 445 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer_2x2() 496 SizeType const rb, PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer() 542 PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in outer() 615 const PointerIn2 b, SizeType const*const nb, SizeType const*const wb) in ttv() [all …]
|
/external/iamf_tools/iamf/common/utils/tests/ |
D | test_utils.cc | 22 void ValidateWriteResults(const WriteBitBuffer& wb, in ValidateWriteResults() 31 void ValidateObuWriteResults(const WriteBitBuffer& wb, in ValidateObuWriteResults()
|
/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
D | media_libvpx_vp9_next.cpp | 54 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) in vp9_wb_write_bit() 73 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits) in vp9_wb_write_literal() 82 struct vp9_write_bit_buffer *wb) in write_bitdepth_colorspace_sampling() 161 struct vp9_write_bit_buffer *wb, vp9_wb; in Vp9WriteUncompressHeader() local
|
/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
D | media_libvpx_vp9.cpp | 54 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) in vp9_wb_write_bit() 73 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits) in vp9_wb_write_literal() 82 struct vp9_write_bit_buffer *wb) in write_bitdepth_colorspace_sampling() 161 struct vp9_write_bit_buffer *wb, vp9_wb; in Vp9WriteUncompressHeader() local
|
/external/vboot_reference/tests/ |
D | vb2_load_kernel_tests.c | 144 struct vb2_workbuf *wb) in vb2_gbb_read_root_key() 152 uint32_t *size, struct vb2_workbuf *wb) in vb2_gbb_read_recovery_key() 227 const struct vb2_workbuf *wb) in vb2_verify_keyblock() 240 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash() 253 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble() 266 const struct vb2_workbuf *wb) in vb2_verify_data()
|
D | vb2_inject_kernel_subkey_tests.c | 169 const struct vb2_workbuf *wb) in vb2_verify_keyblock() 181 const struct vb2_workbuf *wb) in vb2_verify_keyblock_hash() 194 const struct vb2_workbuf *wb) in vb2_verify_kernel_preamble() 207 const struct vb2_workbuf *wb) in vb2_verify_data()
|
D | vb20_hwcrypto_rsa_padding_tests.c | 40 struct vb2_workbuf wb; in test_signatures() local 77 struct vb2_workbuf wb; in test_verify_digest() local
|
/external/coreboot/src/security/vboot/ |
D | common.c | 16 void *wb = NULL; in vboot_get_workbuf() local 31 void *wb; in vboot_get_context() local
|
/external/iamf_tools/iamf/obu/tests/ |
D | demixing_info_parameter_data_test.cc | 122 WriteBitBuffer wb(1); in TEST() local 130 WriteBitBuffer wb(1); in TEST() local 140 WriteBitBuffer wb(1); in TEST() local 161 WriteBitBuffer wb(1); in TEST() local
|
D | obu_base_test.cc | 64 WriteBitBuffer wb(1024); in TEST() local 112 WriteBitBuffer wb(1024); in TEST() local 127 WriteBitBuffer wb(1024); in TEST() local 145 WriteBitBuffer wb(1024); in TEST() local
|
/external/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 69 static void encode_unsigned_max(struct vpx_write_bit_buffer *wb, int data, in encode_unsigned_max() 702 struct vpx_write_bit_buffer *wb) { in encode_loopfilter() 741 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) { in write_delta_q() 752 struct vpx_write_bit_buffer *wb) { in encode_quantization() 760 struct vpx_write_bit_buffer *wb) { in encode_segmentation() 855 struct vpx_write_bit_buffer *wb) { in write_interp_filter() 887 struct vpx_write_bit_buffer *wb) { in write_tile_info() 1161 struct vpx_write_bit_buffer *wb) { in write_render_size() 1172 struct vpx_write_bit_buffer *wb) { in write_frame_size() 1180 struct vpx_write_bit_buffer *wb) { in write_frame_size_with_refs() [all …]
|
/external/vboot_reference/firmware/lib20/ |
D | kernel.c | 40 struct vb2_workbuf wb; in vb2_load_kernel_keyblock() local 185 struct vb2_workbuf wb; in vb2_load_kernel_preamble() local
|