Home
last modified time | relevance | path

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

123456

/external/pigweed/pw_checksum/
Dcrc32_test_c.c17 uint32_t CallChecksumCrc32(const void* data, size_t size_bytes) { in CallChecksumCrc32()
22 size_t size_bytes, in CallChecksumCrc32Append()
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()
Dcrc16_ccitt_test_c.c17 uint16_t CallChecksumCrc16Ccitt(const void* data, size_t size_bytes) { in CallChecksumCrc16Ccitt()
Dcrc16_ccitt.cc58 size_t size_bytes, in pw_checksum_Crc16Ccitt()
/external/perfetto/src/kallsyms/
Dkernel_symbol_map.h145 size_t size_bytes() const { return addr_bytes() + tokens_.size_bytes(); } in size_bytes() function
155 size_t size_bytes() const { return buf_.size() + index_.size() * 4; } in size_bytes() function
/external/pigweed/pw_kvs/public/pw_kvs/
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
/external/pigweed/pw_checksum/public/pw_checksum/
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()
/external/pigweed/pw_tokenizer/py/
Dgenerate_argument_types_macro.py54 def generate_argument_types_macro(size_bytes): argument
/external/pigweed/targets/docs/
Dtokenized_log_handler.cc21 size_t size_bytes) { in pw_log_tokenized_HandleLog()
/external/pigweed/pw_log_tokenized/public/pw_log_tokenized/
Dbase64.h45 const T* log_buffer, size_t size_bytes) { in PrefixedBase64Encode()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcopy_thunk.h48 uint64_t size_bytes() const { return mem_size_; } in size_bytes() function
/external/pytorch/aten/src/ATen/native/
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
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/
Dgcs_fileset_spec.proto80 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/googleapis/google/cloud/datacatalog/v1beta1/
Dgcs_fileset_spec.proto78 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/cronet/stable/components/metrics/structured/lib/
Dresource_info.cc18 bool ResourceInfo::Consume(uint64_t size_bytes) { in Consume()
/external/cronet/tot/components/metrics/structured/lib/
Dresource_info.cc18 bool ResourceInfo::Consume(uint64_t size_bytes) { in Consume()
/external/googleapis/google/cloud/datacatalog/v1/
Dgcs_fileset_spec.proto80 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/
Dgcs_fileset_spec.proto76 int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dcommon_header.cc30 bool CommonHeader::Parse(const uint8_t* buffer, size_t size_bytes) { in Parse()
/external/pigweed/pw_log_tokenized/
Dbase64_over_hdlc.cc39 size_t size_bytes) { in pw_log_tokenized_HandleLog()
/external/pigweed/pw_log_zephyr/
Dpw_log_zephyr_tokenized_handler.cc38 size_t size_bytes) { in pw_log_tokenized_HandleLog()
/external/googleapis/google/firestore/admin/v1/
Dbackup.proto46 int64 size_bytes = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/autotest/client/bin/result_tools/
Dutils_lib.py94 def get_size_string(size_bytes): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtarget_machine_features_fake.h51 int64_t minimum_alignment_for_allocation(int64_t size_bytes) const override { in minimum_alignment_for_allocation()
/external/skia/include/private/base/
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

123456