Searched refs:EncodeFixed32 (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io.cc | 182 core::EncodeFixed32(riff_chunk->chunk_data_size, file_size - 8); in EncodeAudioAsS16LEWav() 188 core::EncodeFixed32(format_chunk->chunk_data_size, kFormatChunkSize); in EncodeAudioAsS16LEWav() 191 core::EncodeFixed32(format_chunk->sample_rate, sample_rate); in EncodeAudioAsS16LEWav() 192 core::EncodeFixed32(format_chunk->bytes_per_second, bytes_per_second); in EncodeAudioAsS16LEWav() 199 core::EncodeFixed32(data_chunk->chunk_data_size, data_size); in EncodeAudioAsS16LEWav()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | record_writer.h | 106 core::EncodeFixed32(header + sizeof(uint64), in PopulateHeader() 111 core::EncodeFixed32(footer, MaskedCrc(data, n)); in PopulateFooter()
|
D | table_builder.cc | 212 core::EncodeFixed32(trailer + 1, crc32c::Mask(crc)); in WriteRawBlock()
|
D | recordio_test.cc | 160 core::EncodeFixed32(&contents_[header_offset], crc); in FixChecksum()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | coding.cc | 32 void EncodeFixed32(char* buf, uint32 value) { in EncodeFixed32() function 66 EncodeFixed32(buf, value); in PutFixed32()
|
D | coding_test.cc | 48 EncodeFixed32(buf, v); in TEST() 98 EncodeFixed32(dst, 0x04030201); in TEST()
|
D | coding.h | 40 extern void EncodeFixed32(char* dst, uint32 value);
|
/external/golang-protobuf/proto/ |
D | encode.go | 141 func (p *Buffer) EncodeFixed32(x uint64) error { func
|
D | all_test.go | 226 if o.EncodeFixed32(i) != nil {
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | encode.go | 156 func (p *Buffer) EncodeFixed32(x uint64) error { func
|