Home
last modified time | relevance | path

Searched refs:get16bits (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/databases/twemproxy/twemproxy-0.5.0/src/hashkit/
H A Dnc_hsieh.c28 #undef get16bits
30 #define get16bits(d) (*((const uint16_t *) (d))) macro
33 #if !defined (get16bits)
34 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
53 hash += get16bits (key); in hash_hsieh()
54 tmp = (get16bits (key+2) << 11) ^ hash; in hash_hsieh()
63 hash += get16bits (key); in hash_hsieh()
70 hash += get16bits (key); in hash_hsieh()
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dsfhash.c2 #undef get16bits
5 #define get16bits(d) (*((const uint16_t *) (d))) macro
8 #if !defined (get16bits)
9 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
24 hash += get16bits (data); in SuperFastHash()
25 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
33 case 3: hash += get16bits (data); in SuperFastHash()
38 case 2: hash += get16bits (data); in SuperFastHash()
/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DHash_superfast.c4 #undef get16bits
7 #define get16bits(d) (*((const uint16_t *) (d))) macro
10 #if !defined (get16bits)
11 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
27 hash += get16bits (data); in SuperFastHash()
28 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
36 case 3: hash += get16bits (data); in SuperFastHash()
41 case 2: hash += get16bits (data); in SuperFastHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libhashkit/
H A Dhsieh.cc47 #undef get16bits
49 #define get16bits(d) (*((const uint16_t *) (d))) macro
52 #if !defined (get16bits)
53 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
72 hash += get16bits (key); in hashkit_hsieh()
73 tmp = (get16bits (key+2) << 11) ^ hash; in hashkit_hsieh()
82 case 3: hash += get16bits (key); in hashkit_hsieh()
87 case 2: hash += get16bits (key); in hashkit_hsieh()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DHash.h55 #undef get16bits
58 #define get16bits(d) (*((const uint16_t *) (d))) macro
61 #if !defined (get16bits)
62 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
79 hash += get16bits (data);
80 tmp = (get16bits (data+2) << 11) ^ hash;
88 case 3: hash += get16bits (data);
93 case 2: hash += get16bits (data);
/dports/devel/gearmand/gearmand-1.0.6/libhashkit/
H A Dhsieh.cc47 #undef get16bits
49 #define get16bits(d) (*((const uint16_t *) (d))) macro
52 #if !defined (get16bits)
53 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
72 hash += get16bits (key); in hashkit_hsieh()
73 tmp = (get16bits (key+2) << 11) ^ hash; in hashkit_hsieh()
82 case 3: hash += get16bits (key); in hashkit_hsieh()
87 case 2: hash += get16bits (key); in hashkit_hsieh()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DHash.h58 #undef get16bits
61 #define get16bits(d) (*((const uint16_t *) (d))) macro
64 #if !defined (get16bits)
65 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
82 hash += get16bits (data);
83 tmp = (get16bits (data+2) << 11) ^ hash;
91 case 3: hash += get16bits (data);
96 case 2: hash += get16bits (data);
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d)))
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
52 hash += get16bits (data);
53 tmp = (get16bits (data+2) << 11) ^ hash;
61 case 3: hash += get16bits (data);
66 case 2: hash += get16bits (data);
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/databases/libmemcached/libmemcached-1.0.18/libhashkit/
H A Dhsieh.cc47 #undef get16bits
49 #define get16bits(d) (*((const uint16_t *) (d)))
52 #if !defined (get16bits)
53 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
72 hash += get16bits (key);
73 tmp = (get16bits (key+2) << 11) ^ hash;
82 case 3: hash += get16bits (key);
87 case 2: hash += get16bits (key);
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/third_party/superfasthash/
H A Dsuperfasthash.c30 #undef get16bits
33 #define get16bits(d) (*((const uint16_t *) (d))) macro
36 #if !defined (get16bits)
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
52 hash += get16bits (data); in SuperFastHash()
53 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHash()
61 case 3: hash += get16bits (data); in SuperFastHash()
66 case 2: hash += get16bits (data); in SuperFastHash()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DHash.h59 #undef get16bits
62 #define get16bits(d) (*((const uint16_t *) (d))) macro
65 #if !defined (get16bits)
66 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
83 hash += get16bits (data);
84 tmp = (get16bits (data+2) << 11) ^ hash;
92 case 3: hash += get16bits (data);
97 case 2: hash += get16bits (data);
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A DHash.h64 #undef get16bits
67 #define get16bits(d) (*((const uint16_t *) (d))) macro
70 #if !defined (get16bits)
71 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
88 hash += get16bits (data);
89 tmp = (get16bits (data+2) << 11) ^ hash;
97 case 3: hash += get16bits (data);
102 case 2: hash += get16bits (data);
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DHash.h64 #undef get16bits
67 #define get16bits(d) (*((const uint16_t *) (d))) macro
70 #if !defined (get16bits)
71 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
88 hash += get16bits (data);
89 tmp = (get16bits (data+2) << 11) ^ hash;
97 case 3: hash += get16bits (data);
102 case 2: hash += get16bits (data);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DHash.h64 #undef get16bits
67 #define get16bits(d) (*((const uint16_t *) (d))) macro
70 #if !defined (get16bits)
71 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
88 hash += get16bits (data);
89 tmp = (get16bits (data+2) << 11) ^ hash;
97 case 3: hash += get16bits (data);
102 case 2: hash += get16bits (data);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DHash.h64 #undef get16bits
67 #define get16bits(d) (*((const uint16_t *) (d))) macro
70 #if !defined (get16bits)
71 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
88 hash += get16bits (data);
89 tmp = (get16bits (data+2) << 11) ^ hash;
97 case 3: hash += get16bits (data);
102 case 2: hash += get16bits (data);
/dports/net/olsrd/olsrd-0.9.8/src/
H A Dsuperfasthash.c38 #undef get16bits
41 #define get16bits(d) (*((const uint16_t *) (d))) macro
44 #if !defined (get16bits)
45 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
66 hash += get16bits (data); in hash_inc()
67 tmp = (get16bits (data+2) << 11) ^ hash; in hash_inc()
75 case 3: hash += get16bits (data); in hash_inc()
80 case 2: hash += get16bits (data); in hash_inc()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DHash.h63 #undef get16bits
66 #define get16bits(d) (*((const uint16_t *) (d))) macro
69 #if !defined (get16bits)
70 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
87 hash += get16bits (data);
88 tmp = (get16bits (data+2) << 11) ^ hash;
96 case 3: hash += get16bits (data);
101 case 2: hash += get16bits (data);
/dports/games/spring/spring_98.0/rts/System/Sync/
H A DHsiehHash.h8 #undef get16bits
11 #define get16bits(d) (*((const boost::uint16_t *) (d))) macro
14 #if !defined (get16bits)
15 #define get16bits(d) ((((boost::uint32_t)(((const boost::uint8_t *)(d))[1])) << 8)\ macro
38 hash += get16bits (data); in HsiehHash()
39 tmp = (get16bits (data+2) << 11) ^ hash; in HsiehHash()
48 hash += get16bits (data); in HsiehHash()
54 hash += get16bits (data); in HsiehHash()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DSuperFastHash.cpp9 #undef get16bits
12 #define get16bits(d) (*((const uint16_t *) (d))) macro
16 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
55 hash += get16bits (data); in SuperFastHashIncremental()
56 tmp = (get16bits (data+2) << 11) ^ hash; in SuperFastHashIncremental()
64 case 3: hash += get16bits (data); in SuperFastHashIncremental()
69 case 2: hash += get16bits (data); in SuperFastHashIncremental()

1234567