Home
last modified time | relevance | path

Searched defs:DecodeFixed32 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/core/
Draw_coding.h41 inline uint32 DecodeFixed32(const char* ptr) { in DecodeFixed32() function
/external/libtextclassifier/util/hash/
Dhash.cc26 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function
/external/golang-protobuf/proto/
Ddecode.go230 func (p *Buffer) DecodeFixed32() (x uint64, err error) { func