Home
last modified time | relevance | path

Searched defs:extra_bytes (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/
H A Dpacking.c31 size_t extra_bytes, in xnn_pack_f32_gemm_goi_w()
78 size_t extra_bytes, in xnn_pack_f16_gemm_goi_w()
125 size_t extra_bytes, in xnn_pack_f32_to_f16_gemm_goi_w()
172 size_t extra_bytes, in xnn_pack_qu8_gemm_goi_w()
233 size_t extra_bytes, in xnn_pack_qs8_gemm_goi_w()
293 size_t extra_bytes, in xnn_pack_qs8_gemm_xw_goi_w()
571 size_t extra_bytes, in xnn_pack_f32_conv_goki_w()
621 size_t extra_bytes, in xnn_pack_f16_conv_goki_w()
671 size_t extra_bytes, in xnn_pack_f32_to_f16_conv_goki_w()
721 size_t extra_bytes, in xnn_pack_qu8_conv_goki_w()
[all …]
/aosp_15_r20/external/libaom/aom_dsp/
H A Dpyramid.c71 size_t extra_bytes = first_px_offset - PYRAMID_PADDING; in aom_get_pyramid_alloc_size() local
155 size_t extra_bytes = first_px_offset - PYRAMID_PADDING; in aom_alloc_pyramid() local
/aosp_15_r20/bionic/libc/malloc_debug/
H A DDebugData.h75 size_t extra_bytes() { return extra_bytes_; } in extra_bytes() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator.cc109 size_t extra_bytes = field->bytes_allocated - field->bytes_requested; in AllocateRaw() local
/aosp_15_r20/external/libwebm/m2ts/
H A Dwebm2pes.cc465 std::size_t extra_bytes = 0; in WritePesPacket() local
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/codec/
Dframed_write.rs231 let extra_bytes = self.chain_threshold - self.buf.remaining(); in buffer() localVariable
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser.cc942 int extra_bytes = read_buf_->offset() - end_of_header_offset; in HandleReadHeaderResult() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.cc133 SerializeHeaderAndPayload(size_t extra_bytes, SliceBuffer& out) in SerializeHeaderAndPayload()
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/
Dframe.rs424 fn extra_bytes(&self) -> usize { in extra_bytes() method
/aosp_15_r20/hardware/interfaces/bluetooth/hci/test/
H A Dh4_protocol_unittest.cc363 size_t extra_bytes = payload_len % interval; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbb.c257 size_t extra_bytes = len_len - 1; in CBB_flush() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbb.c257 size_t extra_bytes = len_len - 1; in CBB_flush() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/
H A Dcbb.c244 size_t extra_bytes = len_len - 1; in CBB_flush() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dinode.c605 int extra_bytes = 0; in ext2fs_get_next_inode_full() local
/aosp_15_r20/external/boringssl/src/crypto/bytestring/
H A Dcbb.c244 size_t extra_bytes = len_len - 1; in CBB_flush() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dbits.rs85 let extra_bytes = (n + (8 - self.bit_offset) % 8) / 8; in reserve() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.h122 uint32_t extra_bytes; member
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7280/display/
H A Dedp_ctrl.c295 int extra_bytes; member
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c2022 png_uint_32 extra_bytes; /* Count of extra compressed bytes */ member