Home
last modified time | relevance | path

Searched defs:size_bytes (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/pigweed/pw_checksum/
H A Dcrc32.cc59 size_t size_bytes, in _pw_checksum_InternalCrc32EightBit()
73 size_t size_bytes, in _pw_checksum_InternalCrc32FourBit()
89 size_t size_bytes, in _pw_checksum_InternalCrc32OneBit()
H A Dcrc32_test_c.c17 uint32_t CallChecksumCrc32(const void* data, size_t size_bytes) { in CallChecksumCrc32()
22 size_t size_bytes, in CallChecksumCrc32Append()
H A Dcrc16_ccitt_test_c.c17 uint16_t CallChecksumCrc16Ccitt(const void* data, size_t size_bytes) { in CallChecksumCrc16Ccitt()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DResize.cpp90 void resize_bytes_cpu(StorageImpl* storage, size_t size_bytes) { in resize_bytes_cpu()
160 void resize_bytes_meta(StorageImpl* storage, c10::SymInt size_bytes) { in resize_bytes_meta()
294 const auto size_bytes = static_cast<int64_t>(size_bytes_i); in resize_bytes_nocuda() local
/aosp_15_r20/external/perfetto/src/kallsyms/
H A Dkernel_symbol_map.h142 size_t size_bytes() const { return addr_bytes() + tokens_.size_bytes(); } in size_bytes() function
152 size_t size_bytes() const { return buf_.size() + index_.size() * 4; } in size_bytes() function
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/
H A Dchecksum.h34 void Update(const void* data, size_t size_bytes) { in Update()
49 constexpr size_t size_bytes() const { return state_.size(); } in size_bytes() function
H A Dflash_memory.h121 constexpr size_t size_bytes() const { in size_bytes() function
342 size_t size_bytes() const { return sector_count() * sector_size_bytes(); } in size_bytes() function
/aosp_15_r20/external/pigweed/pw_checksum/public/pw_checksum/
H A Dcrc32.h58 static inline uint32_t pw_checksum_Crc32(const void* data, size_t size_bytes) { in pw_checksum_Crc32()
66 size_t size_bytes, in pw_checksum_Crc32Append()
/aosp_15_r20/bionic/libc/malloc_debug/
H A DPointerData.cpp138 static inline bool ShouldBacktraceAllocSize(size_t size_bytes) { in ShouldBacktraceAllocSize()
149 size_t PointerData::AddBacktrace(size_t num_frames, size_t size_bytes) { in AddBacktrace()
353 void* PointerData::AddFreed(const void* ptr, size_t size_bytes) { in AddFreed()
/aosp_15_r20/external/skia/include/private/base/
H A DSkTDArray.h43 size_t size_bytes() const { return this->bytes(fSize); } in size_bytes() function
146 size_t size_bytes() const { return fStorage.size_bytes(); } in size_bytes() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_bufferreadwriterect.cpp273 size_t size_bytes = width[src]*height[src]*depth[src]*sizeof(BufferType); in map_verify_region() local
383 size_t size_bytes; in test_bufferreadwriterect() local
417 size_t size_bytes = width[i]*height[i]*depth[i]*sizeof(BufferType); in test_bufferreadwriterect() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dfit.c90 const int size_bytes) in fit_entry_update_size()
97 const int size_bytes) in fit_entry_add_size()
219 int size_bytes; in update_fit_checksum() local
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dstream.h130 Result<ByteSpan> Read(void* dest, size_t size_bytes) { in Read()
195 Status Write(const void* data, size_t size_bytes) { in Write()
/aosp_15_r20/external/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc485 size_t size_bytes) { in WebRtcAecm_InitEchoPath()
510 size_t size_bytes) { in WebRtcAecm_GetEchoPath()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet.cc390 uint8_t* RtpPacket::AllocatePayload(size_t size_bytes) { in AllocatePayload()
397 uint8_t* RtpPacket::SetPayloadSize(size_t size_bytes) { in SetPayloadSize()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageMethods.cpp159 const auto size_bytes = static_cast<size_t>(size_bytes_i); in THPStorage_resize_() local
274 size_t size_bytes = 0; in THPStorage_fromBuffer() local
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc2228 int size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2244 int size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2412 size_t size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2428 size_t size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2446 size_t size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2464 size_t size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
2482 size_t size_bytes = initial_size_bytes; in TEST_F_WITH_FLAGS() local
/aosp_15_r20/external/pigweed/targets/docs/
H A Dtokenized_log_handler.cc21 size_t size_bytes) { in pw_log_tokenized_HandleLog()
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dgenerate_argument_types_macro.py54 def generate_argument_types_macro(size_bytes): argument
/aosp_15_r20/external/pigweed/pw_log_tokenized/public/pw_log_tokenized/
H A Dbase64.h45 const T* log_buffer, size_t size_bytes) { in PrefixedBase64Encode()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DEmptyTensor.cpp172 auto size_bytes = computeStorageNbytesContiguous(size, dtype.itemsize()); in _empty_generic() local
225 auto size_bytes = computeStorageNbytes(size, stride, dtype.itemsize()); in _empty_strided_generic() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcopy_thunk.h48 uint64_t size_bytes() const { return mem_size_; } in size_bytes() function
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1beta1/
H A Dgcs_fileset_spec.proto78 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1/
H A Dgcs_fileset_spec.proto80 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/
H A Dgcs_fileset_spec.proto76 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field

123456