Home
last modified time | relevance | path

Searched defs:header_bytes (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dheader.rs33 header_bytes: tinyvec::ArrayVec<[u8; SECTION_HEADER_MAX_LEN]>, field
38 let mut header_bytes = tinyvec::ArrayVec::new(); in unencrypted() localVariable
44 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_mic_short_salt() localVariable
55 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_mic_extended_salt() localVariable
66 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_signature_extended_salt() localVariable
/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/serialize/
Dheader.rs25 header_bytes: tinyvec::ArrayVec<[u8; ADV_HEADER_MAX_LEN]>, field
30 let header_bytes = tinyvec::ArrayVec::new(); in unencrypted() localVariable
35 let mut header_bytes = tinyvec::ArrayVec::new(); in ldt_short_salt() localVariable
/external/tensorflow/tensorflow/core/kernels/
Dfixed_length_record_reader_op.cc35 FixedLengthRecordReader(const string& node_name, int64_t header_bytes, in FixedLengthRecordReader()
166 int64_t header_bytes = -1, record_bytes = -1, footer_bytes = -1, in FixedLengthRecordReaderOp() local
/external/python/cpython3/Lib/email/
Dbase64mime.py59 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dcharset.py354 def _get_encoder(self, header_bytes): argument
/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op.cc54 int64_t header_bytes, int64_t record_bytes, in Dataset()
108 Node* header_bytes = nullptr; in AsGraphDefInternal() local
482 int64_t header_bytes = -1; in MakeDataset() local
Dfixed_length_record_dataset_op_test.cc32 int64_t header_bytes, int64_t record_bytes, in FixedLengthRecordDatasetParams()
/external/grpc-grpc/test/core/transport/chaotic_good/
Dframe_test.cc39 uint8_t header_bytes[24]; in AssertRoundTrips() local
Dframe_fuzzer.cc60 uint8_t header_bytes[24]; in AssertRoundTrips() local
/external/grpc-grpc/src/core/lib/transport/
Dcall_final_info.h28 uint64_t header_bytes = 0; member
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py513 header_bytes=None, argument
603 header_bytes=None, argument
668 header_bytes=None, argument
/external/crosvm/disk/src/
Dandroid_sparse.rs472 let header_bytes = chunk_raw.as_bytes(); in parse_raw() localVariable
495 let header_bytes = chunk_raw.as_bytes(); in parse_dont_care() localVariable
515 let header_bytes = chunk_raw.as_bytes(); in parse_fill() localVariable
538 let header_bytes = chunk_raw.as_bytes(); in parse_crc32() localVariable
/external/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c24 uint32_t header_bytes; member
/external/trusty/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c24 uint32_t header_bytes; member
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/data_element/
Dmod.rs234 pub(crate) header_bytes: ArrayView<u8, 6>, field
/external/tensorflow/tensorflow/python/ops/
Dio_ops.py512 header_bytes=None, argument
/external/cronet/tot/net/cert/
Dcrl_set.cc70 const std::string_view header_bytes = data->substr(0, header_len); in ReadHeader() local
/external/cronet/stable/net/cert/
Dcrl_set.cc70 const std::string_view header_bytes = data->substr(0, header_len); in ReadHeader() local
/external/flashrom/include/
Dcoreboot_tables.h70 uint32_t header_bytes; member
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Dtoken_database.h332 static constexpr uint32_t ReadEntryCount(const T* header_bytes) { in ReadEntryCount()
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io_test.cc165 void TestInvalidGifFormat(const string& header_bytes) { in TestInvalidGifFormat()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dsmall_vector.hpp501 static const std::size_t header_bytes = svh_sizeof-s_start; member
570 static const std::size_t header_bytes = storage_test::header_bytes; member in boost::container::small_vector
/external/coreboot/src/southbridge/intel/lynxpoint/
Dme.c251 static int mei_recv_msg(void *header, int header_bytes, in mei_recv_msg()
/external/coreboot/util/nvramtool/
Dcoreboot_tables.h59 uint32_t header_bytes; member

12