Home
last modified time | relevance | path

Searched refs:DecodeFixed64 (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Dcoding_test.cc77 actual = DecodeFixed64(p); in TEST()
81 actual = DecodeFixed64(p); in TEST()
85 actual = DecodeFixed64(p); in TEST()
Draw_coding.h55 inline uint64 DecodeFixed64(const char* ptr) { in DecodeFixed64() function
/external/tensorflow/tensorflow/core/lib/io/
Drecord_reader.cc141 const uint64 length = core::DecodeFixed64(record.data()); in GetMetadata()
184 const uint64 length = core::DecodeFixed64(record->data()); in ReadRecord()
/external/tensorflow/tensorflow/core/lib/hash/
Dhash.cc86 uint64 k = core::DecodeFixed64(data); in Hash64()
/external/golang-protobuf/proto/
Ddecode.go200 func (p *Buffer) DecodeFixed64() (x uint64, err error) { func
Dlib.go570 u, err = p.DecodeFixed64()
Dtext.go641 x, err = b.DecodeFixed64()
Dall_test.go242 x, e = o.DecodeFixed64()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Ddecode.go201 func (p *Buffer) DecodeFixed64() (x uint64, err error) { func
Dlib.go532 u, err = p.DecodeFixed64()
Dtext.go641 x, err = b.DecodeFixed64()