Home
last modified time | relevance | path

Searched defs:READ_UINT32 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp115 # define READ_UINT32(ptr) (*((uint32_t *)(ptr))) macro
119 # define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t *)(ptr)))) macro
122 # define READ_UINT32(ptr) (ptr[0] | ptr[1] << 8 | ptr[2] << 16 | ptr[3] << 24) macro
127 # define READ_UINT32(ptr) (ptr[0] | ptr[1] << 8 | ptr[2] << 16 | ptr[3] << 24) macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp115 # define READ_UINT32(ptr) (*((uint32_t *)(ptr))) macro
119 # define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t *)(ptr)))) macro
122 # define READ_UINT32(ptr) (ptr[0] | ptr[1] << 8 | ptr[2] << 16 | ptr[3] << 24) macro
127 # define READ_UINT32(ptr) (ptr[0] | ptr[1] << 8 | ptr[2] << 16 | ptr[3] << 24) macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dparserutils.h57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \ macro
Dnalutils.h147 #define READ_UINT32(nr, val, nbits) { \ macro