Home
last modified time | relevance | path

Searched refs:h2 (Results 351 – 375 of 40695) sorted by relevance

1...<<11121314151617181920>>...1628

/dports/biology/diamond/diamond-2.0.13/src/util/algo/
H A DMurmurHash3.cpp160 uint32_t h2 = seed; in MurmurHash3_x86_128() local
187 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
243 h2 = fmix32(h2); in MurmurHash3_x86_128()
251 ((uint32_t*)out)[1] = h2; in MurmurHash3_x86_128()
288 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
324 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
326 h1 += h2; in MurmurHash3_x64_128()
327 h2 += h1; in MurmurHash3_x64_128()
330 h2 = fmix64(h2); in MurmurHash3_x64_128()
332 h1 += h2; in MurmurHash3_x64_128()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhash.h156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
157 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()
213 h2 = hash_fmix_32(h2); in hash_x86_128()
252 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128()
253 h2 = h2*5 + 0x38495ab5; in hash_x64_128()
288 h1 += h2; in hash_x64_128()
289 h2 += h1; in hash_x64_128()
292 h2 = hash_fmix_64(h2); in hash_x64_128()
294 h1 += h2; in hash_x64_128()
295 h2 += h1; in hash_x64_128()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/include/jemalloc/internal/
H A Dhash.h156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
157 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()
213 h2 = hash_fmix_32(h2); in hash_x86_128()
252 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128()
253 h2 = h2*5 + 0x38495ab5; in hash_x64_128()
288 h1 += h2; in hash_x64_128()
289 h2 += h1; in hash_x64_128()
292 h2 = hash_fmix_64(h2); in hash_x64_128()
294 h1 += h2; in hash_x64_128()
295 h2 += h1; in hash_x64_128()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dhash.h156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
157 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()
212 h2 = hash_fmix_32(h2); in hash_x86_128()
251 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128()
252 h2 = h2*5 + 0x38495ab5; in hash_x64_128()
287 h1 += h2; in hash_x64_128()
288 h2 += h1; in hash_x64_128()
291 h2 = hash_fmix_64(h2); in hash_x64_128()
293 h1 += h2; in hash_x64_128()
294 h2 += h1; in hash_x64_128()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dhash.h156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
157 h2 = h2*5 + 0x0bcaa747; in hash_x86_128()
213 h2 = hash_fmix_32(h2); in hash_x86_128()
252 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128()
253 h2 = h2*5 + 0x38495ab5; in hash_x64_128()
288 h1 += h2; in hash_x64_128()
289 h2 += h1; in hash_x64_128()
292 h2 = hash_fmix_64(h2); in hash_x64_128()
294 h1 += h2; in hash_x64_128()
295 h2 += h1; in hash_x64_128()
[all …]
/dports/devel/py-murmurhash/murmurhash-1.0.5/murmurhash/
H A DMurmurHash3.cpp168 uint32_t h2 = seed; in MurmurHash3_x86_128() local
195 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
251 h2 = fmix(h2); in MurmurHash3_x86_128()
273 uint64_t h2 = seed; in MurmurHash3_x64_128() local
294 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
330 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
332 h1 += h2; in MurmurHash3_x64_128()
333 h2 += h1; in MurmurHash3_x64_128()
336 h2 = fmix(h2); in MurmurHash3_x64_128()
338 h1 += h2; in MurmurHash3_x64_128()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/murmurhash3/
H A DMurmurHash3.cpp168 uint32_t h2 = seed; in MurmurHash3_x86_128() local
195 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
251 h2 = fmix(h2); in MurmurHash3_x86_128()
273 uint64_t h2 = seed; in MurmurHash3_x64_128() local
294 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
330 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
332 h1 += h2; in MurmurHash3_x64_128()
333 h2 += h1; in MurmurHash3_x64_128()
336 h2 = fmix(h2); in MurmurHash3_x64_128()
338 h1 += h2; in MurmurHash3_x64_128()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/checksum/murmurhash/
H A DMurmurHash3.cxx157 uint32_t h2 = seed; in MurmurHash3_x86_128() local
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
240 h2 = fmix32(h2); in MurmurHash3_x86_128()
262 uint64_t h2 = seed; in MurmurHash3_x64_128() local
283 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
319 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
321 h1 += h2; in MurmurHash3_x64_128()
322 h2 += h1; in MurmurHash3_x64_128()
325 h2 = fmix64(h2); in MurmurHash3_x64_128()
327 h1 += h2; in MurmurHash3_x64_128()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/checksum/murmurhash/
H A DMurmurHash3.cxx157 uint32_t h2 = seed; in MurmurHash3_x86_128() local
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
240 h2 = fmix32(h2); in MurmurHash3_x86_128()
262 uint64_t h2 = seed; in MurmurHash3_x64_128() local
283 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5; in MurmurHash3_x64_128()
319 h1 ^= len; h2 ^= len; in MurmurHash3_x64_128()
321 h1 += h2; in MurmurHash3_x64_128()
322 h2 += h1; in MurmurHash3_x64_128()
325 h2 = fmix64(h2); in MurmurHash3_x64_128()
327 h1 += h2; in MurmurHash3_x64_128()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/
H A Dtest_traj.py40 h2 = molecule('H2')
41 h2.center(vacuum=2.0)
42 h2.pbc = True
43 h2.calc = factory.calc(**par)
44 e = h2.get_potential_energy()
45 assert not h2.calc.calculation_required(h2, ['energy'])
46 f = h2.get_forces()
47 assert not h2.calc.calculation_required(h2, ['energy', 'forces'])
48 write('h2.traj', h2)
49 h2 = read('h2.traj')
[all …]
/dports/www/h2o-devel/h2o-dcc7134/fuzz/http1-corpus/
H A Da4483c34c872206199f126a8b6fdaa3338463f214 A6ccept:���st/.well�known/h2/../te HTTP/1.1
7 A6ccept:���st/.well�known/h2/../te HTTP/1.1
13 A6ccept:���st/.well�known/h2/../te HTTP/1.1
18 A6ccept:���st/.well�known/h2/../te HTTP/1.1
23 A6ccept:���st/.well�known/h2/../te HTTP/1.1
27 A6ccept:���st/.well�known/h2/../te HTTP/1.1
37 A6ccept:���st/.well�known/h2/../te HTTP/1.1
42 A6ccept:���st/.well�known/h2/../te HTTP/1.1
47 A6ccept:���st/.well�known/h2/../te HTTP/1.1
51 A6ccept:���st/.well�known/h2/../te HTTP/1.1
[all …]
/dports/science/openmx/openmx3.8/source/
H A DSet_Orbitals_Grid.c231 f = y22*(3.0*f2 + h2*g1 + (2.0*f2 + h2*g1)*y2) in Set_Orbitals_Grid()
232 + y12*(3.0*f3 - h2*g2 - (2.0*f3 - h2*g2)*y1); in Set_Orbitals_Grid()
234 df = 2.0*y2/h2*(3.0*f2 + h2*g1 + (2.0*f2 + h2*g1)*y2) in Set_Orbitals_Grid()
235 + y22*(2.0*f2 + h2*g1)/h2 in Set_Orbitals_Grid()
236 + 2.0*y1/h2*(3.0*f3 - h2*g2 - (2.0*f3 - h2*g2)*y1) in Set_Orbitals_Grid()
237 - y12*(2.0*f3 - h2*g2)/h2; in Set_Orbitals_Grid()
318 f = y22*(3.0*f2 + h2*g1 + (2.0*f2 + h2*g1)*y2) in Set_Orbitals_Grid()
629 df = 2.0*y2/h2*(3.0*f2 + h2*g1 + (2.0*f2 + h2*g1)*y2) in Set_Orbitals_Grid()
630 + y22*(2.0*f2 + h2*g1)/h2 in Set_Orbitals_Grid()
631 + 2.0*y1/h2*(3.0*f3 - h2*g2 - (2.0*f3 - h2*g2)*y1) in Set_Orbitals_Grid()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl102 lg $h2,16($ctx)
128 lgr $d1lo,$h2
142 alcgr $h2,$t1
145 ngr $h0,$h2
146 srlg $t0,$h2,2
149 ngr $h2,$t1
161 stg $h2,16($ctx)
182 lg $h2,16($ctx)
191 alcgr $h2,%r1
193 srlg $h2,$h2,2 # did it borrow/carry?
[all …]

1...<<11121314151617181920>>...1628