/aosp_15_r20/external/pigweed/pw_checksum/ |
H A D | crc32.cc | 59 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 D | crc32_test_c.c | 17 uint32_t CallChecksumCrc32(const void* data, size_t size_bytes) { in CallChecksumCrc32() 22 size_t size_bytes, in CallChecksumCrc32Append()
|
H A D | crc16_ccitt_test_c.c | 17 uint16_t CallChecksumCrc16Ccitt(const void* data, size_t size_bytes) { in CallChecksumCrc16Ccitt()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Resize.cpp | 90 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 D | kernel_symbol_map.h | 142 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 D | checksum.h | 34 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 D | flash_memory.h | 121 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 D | crc32.h | 58 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 D | PointerData.cpp | 138 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 D | SkTDArray.h | 43 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 D | test_bufferreadwriterect.cpp | 273 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 D | fit.c | 90 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 D | stream.h | 130 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 D | echo_control_mobile.cc | 485 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 D | rtp_packet.cc | 390 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 D | StorageMethods.cpp | 159 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/ |
D | device_iot_config_test.cc | 2228 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 D | tokenized_log_handler.cc | 21 size_t size_bytes) { in pw_log_tokenized_HandleLog()
|
/aosp_15_r20/external/pigweed/pw_tokenizer/py/ |
H A D | generate_argument_types_macro.py | 54 def generate_argument_types_macro(size_bytes): argument
|
/aosp_15_r20/external/pigweed/pw_log_tokenized/public/pw_log_tokenized/ |
H A D | base64.h | 45 const T* log_buffer, size_t size_bytes) { in PrefixedBase64Encode()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | EmptyTensor.cpp | 172 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 D | copy_thunk.h | 48 uint64_t size_bytes() const { return mem_size_; } in size_bytes() function
|
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1beta1/ |
H A D | gcs_fileset_spec.proto | 78 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1/ |
H A D | gcs_fileset_spec.proto | 80 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 D | gcs_fileset_spec.proto | 76 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|