Home
last modified time | relevance | path

Searched defs:uint64 (Results 1 – 25 of 22736) sorted by relevance

12345678910>>...910

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/elliptic/internal/fiat/
H A Dp521_fiat64.go61 func p521AddcarryxU58(out1 *uint64, out2 *p521Uint1, arg1 p521Uint1, arg2 uint64, arg3 uint64) {
82 func p521SubborrowxU58(out1 *uint64, out2 *p521Uint1, arg1 p521Uint1, arg2 uint64, arg3 uint64) {
103 func p521AddcarryxU57(out1 *uint64, out2 *p521Uint1, arg1 p521Uint1, arg2 uint64, arg3 uint64) {
124 func p521SubborrowxU57(out1 *uint64, out2 *p521Uint1, arg1 p521Uint1, arg2 uint64, arg3 uint64) {
143 func p521CmovznzU64(out1 *uint64, arg1 p521Uint1, arg2 uint64, arg3 uint64) {
159 func p521CarryMul(out1 *[9]uint64, arg1 *[9]uint64, arg2 *[9]uint64) {
860 func p521CarrySquare(out1 *[9]uint64, arg1 *[9]uint64) {
1289 func p521Carry(out1 *[9]uint64, arg1 *[9]uint64) {
1331 func p521Add(out1 *[9]uint64, arg1 *[9]uint64, arg2 *[9]uint64) {
1362 func p521Sub(out1 *[9]uint64, arg1 *[9]uint64, arg2 *[9]uint64) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func fAVX2(h *[8]uint64, m *[16]uint64, c0, c1 uint64, flag uint64, rounds uint64)
22 func fAVX(h *[8]uint64, m *[16]uint64, c0, c1 uint64, flag uint64, rounds uint64)
25 func fSSE4(h *[8]uint64, m *[16]uint64, c0, c1 uint64, flag uint64, rounds uint64)
27 func f(h *[8]uint64, m *[16]uint64, c0, c1 uint64, flag uint64, rounds uint64) {
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/encoding/simple8b/
H A Dencoding.go808 func unpack60(v uint64, dst *[240]uint64) {
871 func unpack30(v uint64, dst *[240]uint64) {
904 func unpack20(v uint64, dst *[240]uint64) {
973 func unpack8(v uint64, dst *[240]uint64) {
984 func unpack7(v uint64, dst *[240]uint64) {
994 func unpack6(v uint64, dst *[240]uint64) {
1003 func unpack5(v uint64, dst *[240]uint64) {
1011 func unpack4(v uint64, dst *[240]uint64) {
1018 func unpack3(v uint64, dst *[240]uint64) {
1024 func unpack2(v uint64, dst *[240]uint64) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/encoding/simple8b/
H A Dencoding.go820 func unpack60(v uint64, dst *[240]uint64) {
883 func unpack30(v uint64, dst *[240]uint64) {
916 func unpack20(v uint64, dst *[240]uint64) {
985 func unpack8(v uint64, dst *[240]uint64) {
996 func unpack7(v uint64, dst *[240]uint64) {
1006 func unpack6(v uint64, dst *[240]uint64) {
1015 func unpack5(v uint64, dst *[240]uint64) {
1023 func unpack4(v uint64, dst *[240]uint64) {
1030 func unpack3(v uint64, dst *[240]uint64) {
1036 func unpack2(v uint64, dst *[240]uint64) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/encoding/simple8b/
H A Dencoding.go820 func unpack60(v uint64, dst *[240]uint64) {
883 func unpack30(v uint64, dst *[240]uint64) {
916 func unpack20(v uint64, dst *[240]uint64) {
985 func unpack8(v uint64, dst *[240]uint64) {
996 func unpack7(v uint64, dst *[240]uint64) {
1006 func unpack6(v uint64, dst *[240]uint64) {
1015 func unpack5(v uint64, dst *[240]uint64) {
1023 func unpack4(v uint64, dst *[240]uint64) {
1030 func unpack3(v uint64, dst *[240]uint64) {
1036 func unpack2(v uint64, dst *[240]uint64) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/sync/atomic/
H A D64bit_arm.go7 func loadUint64(addr *uint64) (val uint64) {
17 func storeUint64(addr *uint64, val uint64) {
27 func addUint64(val *uint64, delta uint64) (new uint64) {
38 func swapUint64(addr *uint64, new uint64) (old uint64) {
51 func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)
52 func generalCAS64(addr *uint64, old, new uint64) (swapped bool)
54 func armAddUint64(addr *uint64, delta uint64) (new uint64)
56 func armSwapUint64(addr *uint64, new uint64) (old uint64)
57 func armLoadUint64(addr *uint64) (val uint64)
58 func armStoreUint64(addr *uint64, val uint64)
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go18 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
21 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
24 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
26 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
22 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
25 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
27 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
22 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
25 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
27 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go18 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
21 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
24 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
26 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
22 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
25 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
27 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
22 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
25 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
27 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go18 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
21 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
24 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
26 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go19 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
22 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
25 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
27 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go18 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
21 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
24 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
26 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
/dports/dns/rdap/rdap-e2ea151/vendor/golang.org/x/crypto/blake2b/
H A Dblake2bAVX2_amd64.go18 func hashBlocksAVX2(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
21 func hashBlocksAVX(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
24 func hashBlocksSSE4(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte)
26 func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {

12345678910>>...910