Home
last modified time | relevance | path

Searched defs:new_bytes (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/ruy/ruy/
H A Dprepacked_cache.cc96 const std::ptrdiff_t new_bytes = AllocateBuffers(packed_matrix); in Get() local
104 void PrepackedCache::EjectUntilRoomFor(std::ptrdiff_t new_bytes) { in EjectUntilRoomFor()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_subdword.cpp71 unsigned new_bytes = MIN2(operands[op_idx].bytes, 4 - sub_bytes); in emit_pack() local
122 unsigned new_bytes = MIN2(4 - (offset % 4), bytes); in emit_pack() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_pad_for_convolutions.cc260 int64_t new_bytes = ShapeUtil::ByteSizeOf(new_shape); in TryResolvePaddedShapesForTensorCore() local
430 int64_t new_bytes = ShapeUtil::ByteSizeOf(new_shape); in TryResolvePaddedShapesForIntegerConvolution() local
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/
H A Drate_estimate.h33 constexpr void Update(size_t new_bytes) { bytes_transferred_ += new_bytes; } in Update()
/aosp_15_r20/system/security/prng_seeder/src/
H A Dmain.rs101 let new_bytes = conditioner.request()?; in listen_loop() localVariable
/aosp_15_r20/art/libartbase/base/
H A Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/collections/
Darray.c132 size_t new_bytes; in _upb_array_realloc() local
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dallocator.h90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Darray.c119 const size_t new_bytes = new_capacity << lg2; in UPB_PRIVATE() local
/aosp_15_r20/art/runtime/gc/accounting/
H A Dcard_table-inl.h182 uint8_t new_bytes[sizeof(uintptr_t)]; in ModifyCardsAtomic() member
/aosp_15_r20/bionic/libc/bionic/
H A Datexit.cpp139 size_t new_bytes = page_end_of_index(dst); in recompact() local
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1127 char* new_bytes = new char[bytes.size()]; in CopyBytes() local
1133 char* new_bytes = new char[length]; in CopyBytes() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser.cc989 int HttpStreamParser::FindAndParseResponseHeaders(int new_bytes) { in FindAndParseResponseHeaders()
/aosp_15_r20/external/freetype/src/cff/
H A Dcffload.c414 FT_Byte* new_bytes = NULL; in cff_index_get_pointers() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode_fast.c189 size_t new_bytes = new_size * valbytes; in fastdecode_resizearr() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/
H A Ddecode_fast.c171 size_t new_bytes = new_capacity * valbytes; in fastdecode_resizearr() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer.cc180 unsigned new_bytes; in enlarge() local

12