Home
last modified time | relevance | path

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

12345678

/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DGSPrivateHash.m165 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
169 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
172 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
177 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/third_party/smhasher/src/
H A 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/third_party/smhasher/src/
H A 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
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/third_party/smhasher/src/
H A 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
/dports/databases/php-tarantool/tarantool-php-0.3.3/src/third_party/
H A DPMurHash.c114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/databases/tarantool-c/tarantool-c-0ab37e8/third_party/
H A DPMurHash.c114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DPMurHash.c114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DPMurHash.c114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/third_party/smhasher/src/
H A 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
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/third_party/smhasher/src/
H A 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
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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
/dports/devel/flatcc/flatcc-0.6.0/external/hash/
H A DPMurHash.c114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/common/third_party/smhasher/src/
H A DPMurHash.cpp114 #define READ_UINT32(ptr) (*((uint32_t*)(ptr))) macro
118 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
121 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
126 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/net/libdaq/libdaq-3.0.5/modules/fst/
H A DPMurHash.c125 #define READ_UINT32(ptr) (*((const uint32_t*)(ptr))) macro
129 #define READ_UINT32(ptr) (__builtin_bswap32(*((uint32_t*)(ptr)))) macro
132 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
137 #define READ_UINT32(ptr) (ptr[0]|ptr[1]<<8|ptr[2]<<16|ptr[3]<<24) macro
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/third_party/smhasher/src/
H A 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

12345678