Home
last modified time | relevance | path

Searched defs:buffered_bytes (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libaom/common/
H A Dtools_common.c579 const size_t buffered_bytes = in read_from_input() local
603 const size_t buffered_bytes = in input_to_detect_buf() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.proto43 int64 buffered_bytes = 4; field
H A Dmodel.h227 int64_t buffered_bytes() const TF_LOCKS_EXCLUDED(mu_) { in buffered_bytes() function
H A Dmodel.cc2665 double buffered_bytes) { in OptimizeHillClimb()
2693 double buffered_bytes) { in OptimizeMaxParallelism()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.h120 size_t buffered_bytes() const { return unparsed_bytes_.size(); } in buffered_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h114 size_t buffered_bytes() const { return unparsed_bytes_.size(); } in buffered_bytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs294 let mut buffered_bytes = buf_reader.bytes(); in bufreader_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs294 let mut buffered_bytes = buf_reader.bytes(); in bufreader_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs294 let mut buffered_bytes = buf_reader.bytes(); in bufreader_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs294 let mut buffered_bytes = buf_reader.bytes(); in bufreader_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs294 let mut buffered_bytes = buf_reader.bytes(); in bufreader_size_hint() localVariable
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dmodel.pb.h1297 inline ::int64_t ModelProto_Node::buffered_bytes() const { in buffered_bytes() function
/aosp_15_r20/bionic/libc/stdio/
H A Dstdio.cpp1133 size_t buffered_bytes = MIN(static_cast<size_t>(fp->_r), total); in fread_unlocked() local