OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecodeFixed32
(Results
1 - 5
of
5
) sorted by null
/external/libtextclassifier/lang_id/common/math/
hash.cc
28
inline uint32
DecodeFixed32
(const char *ptr) {
50
uint32 k =
DecodeFixed32
(data);
/external/libtextclassifier/util/hash/
hash.cc
26
inline uint32
DecodeFixed32
(const char *ptr) {
48
uint32 k =
DecodeFixed32
(data);
/external/tensorflow/tensorflow/core/lib/core/
raw_coding.h
41
inline uint32
DecodeFixed32
(const char* ptr) {
62
uint64 lo =
DecodeFixed32
(ptr);
63
uint64 hi =
DecodeFixed32
(ptr + 4);
/external/golang-protobuf/proto/
decode.go
220
//
DecodeFixed32
reads a 32-bit integer from the Buffer.
223
func (p *Buffer)
DecodeFixed32
() (x uint64, err error) {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
decode.go
221
//
DecodeFixed32
reads a 32-bit integer from the Buffer.
224
func (p *Buffer)
DecodeFixed32
() (x uint64, err error) {
Completed in 178 milliseconds