Home
last modified time | relevance | path

Searched refs:fnv (Results 1 – 25 of 3702) sorted by relevance

12345678910>>...149

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/card/
H A Dcard_test.go229 src: func() counterEncoder { return mustCounterEncoder(NewHyperLogLog32(4, fnv.New32a())) },
230 dst: func() counterEncoder { return mustCounterEncoder(NewHyperLogLog32(4, fnv.New32a())) },
235 src: func() counterEncoder { return mustCounterEncoder(NewHyperLogLog32(4, fnv.New32a())) },
236 dst: func() counterEncoder { return mustCounterEncoder(NewHyperLogLog32(8, fnv.New32a())) },
241 src: func() counterEncoder { return mustCounterEncoder(NewHyperLogLog32(8, fnv.New32a())) },
275 RegisterHash(fnv.New32a)
276 RegisterHash(fnv.New64a)
337 {fn: func() hash.Hash { return fnv.New32a() }, panics: true},
338 {fn: func() hash.Hash32 { return fnv.New32a() }, panics: false},
339 {fn: func() hash.Hash { return fnv.New64a() }, panics: true},
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/imports/
H A Dhash_fnv.go15 "New128": ValueOf(fnv.New128),
16 "New128a": ValueOf(fnv.New128a),
17 "New32": ValueOf(fnv.New32),
18 "New32a": ValueOf(fnv.New32a),
19 "New64": ValueOf(fnv.New64),
20 "New64a": ValueOf(fnv.New64a),
/dports/devel/yaegi/yaegi-0.9.23/stdlib/
H A Dgo1_17_hash_fnv.go16 "New128": reflect.ValueOf(fnv.New128),
17 "New128a": reflect.ValueOf(fnv.New128a),
18 "New32": reflect.ValueOf(fnv.New32),
19 "New32a": reflect.ValueOf(fnv.New32a),
20 "New64": reflect.ValueOf(fnv.New64),
21 "New64a": reflect.ValueOf(fnv.New64a),
H A Dgo1_16_hash_fnv.go15 "New128": reflect.ValueOf(fnv.New128),
16 "New128a": reflect.ValueOf(fnv.New128a),
17 "New32": reflect.ValueOf(fnv.New32),
18 "New32a": reflect.ValueOf(fnv.New32a),
19 "New64": reflect.ValueOf(fnv.New64),
20 "New64a": reflect.ValueOf(fnv.New64a),
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/stdlib/
H A Dgo1_16_hash_fnv.go15 "New128": reflect.ValueOf(fnv.New128),
16 "New128a": reflect.ValueOf(fnv.New128a),
17 "New32": reflect.ValueOf(fnv.New32),
18 "New32a": reflect.ValueOf(fnv.New32a),
19 "New64": reflect.ValueOf(fnv.New64),
20 "New64a": reflect.ValueOf(fnv.New64a),
H A Dgo1_17_hash_fnv.go16 "New128": reflect.ValueOf(fnv.New128),
17 "New128a": reflect.ValueOf(fnv.New128a),
18 "New32": reflect.ValueOf(fnv.New32),
19 "New32a": reflect.ValueOf(fnv.New32a),
20 "New64": reflect.ValueOf(fnv.New64),
21 "New64a": reflect.ValueOf(fnv.New64a),
/dports/science/xtb/xtb-6.4.1/src/gfnff/
H A Dstruc_converter.f9057 character(len=:),allocatable :: fnv local
92 if (.not.allocated(fnv)) fnv=xfind(p_fname_param_gfnff)
93 call newGFFCalculator(env, mol, calc, fnv, restart, gffVersion%harmonic2020)
110 fnv = opt_logfile
112 deallocate(fnv)
142 if (allocated(fnv)) then
143 opt_logfile = fnv
/dports/math/spot/spot-2.10.2/spot/misc/
H A Dhashfunc.hh70 struct fnv struct
75 struct fnv<T, typename std::enable_if<sizeof(T) == 4>::type> struct
85 struct fnv<T, typename std::enable_if<sizeof(T) == 8>::type> struct
101 size_t res = fnv<size_t>::init; in fnv_hash()
105 res *= fnv<size_t>::prime; in fnv_hash()
/dports/math/py-spot/spot-2.10.2/spot/misc/
H A Dhashfunc.hh70 struct fnv struct
75 struct fnv<T, typename std::enable_if<sizeof(T) == 4>::type> struct
85 struct fnv<T, typename std::enable_if<sizeof(T) == 8>::type> struct
101 size_t res = fnv<size_t>::init; in fnv_hash()
105 res *= fnv<size_t>::prime; in fnv_hash()
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dhash.zig13 const fnv = @import("hash/fnv.zig");
14 pub const Fnv1a_32 = fnv.Fnv1a_32;
15 pub const Fnv1a_64 = fnv.Fnv1a_64;
16 pub const Fnv1a_128 = fnv.Fnv1a_128;
39 _ = @import("hash/fnv.zig");
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dhash.zig13 const fnv = @import("hash/fnv.zig");
14 pub const Fnv1a_32 = fnv.Fnv1a_32;
15 pub const Fnv1a_64 = fnv.Fnv1a_64;
16 pub const Fnv1a_128 = fnv.Fnv1a_128;
39 _ = @import("hash/fnv.zig");
/dports/security/p5-Digest-FNV/Digest-FNV-2.00/t/
H A Dfnv32.t47 # Test fnv() && fnv32
49 my $fnv = Digest::FNV::fnv($key);
52 $fnv == $fnv32 &&
53 $fnv == $test32{$key},
54 'fnv/fnv32: '.$key
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/fnv/
H A DCargo.toml2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/sysutils/vector/vector-0.10.0/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/editors/xi-term/xi-term-d264767/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/fnv-1.0.6/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/fnv-1.0.7/
H A DCargo.toml.orig-cargo2 name = "fnv"
8 repository = "https://github.com/servo/rust-fnv"
9 documentation = "https://doc.servo.org/fnv/"
12 name = "fnv"

12345678910>>...149