Home
last modified time | relevance | path

Searched refs:BlockSize (Results 1 – 25 of 4809) sorted by relevance

12345678910>>...193

/dports/biology/diamond/diamond-2.0.13/src/lib/MemoryPool/
H A DMemoryPool.tcc28 template <typename T, size_t BlockSize>
39 template <typename T, size_t BlockSize>
40 MemoryPool<T, BlockSize>::MemoryPool() in MemoryPool()
51 template <typename T, size_t BlockSize>
59 template <typename T, size_t BlockSize>
71 template <typename T, size_t BlockSize>
80 template <typename T, size_t BlockSize>
81 MemoryPool<T, BlockSize>&
97 template <typename T, size_t BlockSize>
98 MemoryPool<T, BlockSize>::~MemoryPool() in ~MemoryPool()
[all …]
/dports/devel/inastemp/inastemp-0.2.4/Examples/Gemm/
H A Dmain.cpp28 template <class RealType, size_t BlockSize>
39 template <class RealType, size_t BlockSize>
133 …static_assert((PanelSizeK/BlockSize)*BlockSize == PanelSizeK, "PanelSizeK must be a multiple of bl… in ScalarGemmV2()
134 …static_assert((PanelSizeiA/BlockSize)*BlockSize == PanelSizeiA, "PanelSizeiA must be a multiple of… in ScalarGemmV2()
135 …static_assert((PanelSizejB/BlockSize)*BlockSize == PanelSizejB, "PanelSizejB must be a multiple of… in ScalarGemmV2()
194 const int BlockSize = VecTypeLength; in InaVecSSE41_ScalarGemmInaV2() local
199 …static_assert((PanelSizeK/BlockSize)*BlockSize == PanelSizeK, "PanelSizeK must be a multiple of bl… in InaVecSSE41_ScalarGemmInaV2()
262 …static_assert((PanelSizeK/BlockSize)*BlockSize == PanelSizeK, "PanelSizeK must be a multiple of bl… in InaVecSSE41_ScalarGemmInaV2()
331 …static_assert((PanelSizeK/BlockSize)*BlockSize == PanelSizeK, "PanelSizeK must be a multiple of bl… in InaVecAVX_ScalarGemmInaV2()
717 const int BlockSize = 2; in InaVecALTIVEC_ScalarGemmIna() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dencryption.cc20 unsigned char block[ BlockSize ]; in encrypt()
34 STATIC_ASSERT( !( BlockSize % sizeof( size_t ) ) ); in encrypt()
39 for ( size_t count = size / BlockSize; count--; ) in encrypt()
44 for ( size_t x = BlockSize / sizeof( size_t ); x--; ) in encrypt()
50 out += BlockSize; in encrypt()
60 return ( char const * ) in + size - BlockSize; in getNextDecryptionIv()
77 size_t count = size / BlockSize; in decrypt()
88 in -= BlockSize; in decrypt()
101 unsigned char v = BlockSize - size; in pad()
110 if ( !v || v > BlockSize ) in unpad()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_sa_btree.h46 FlatOutIt Dest_, unsigned BlockSize) in createSABTree() argument
54 TSize BlockElements = BlockSize - 1; in createSABTree()
58 for(_xSize = 1; _xSize * BlockSize <= size; _xSize *= BlockSize, ++treeLevels) ; in createSABTree()
62 for(int i = treeLevels - 1; _xSize; --i, _xSize /= BlockSize) { in createSABTree()
64 goFurther(Dest_, ((size / _xSize + BlockSize - 1) / BlockSize) * BlockSize); in createSABTree()
92 inline TSize sizeofSABTree(TSize n, unsigned BlockSize) in sizeofSABTree() argument
95 for(TSize _xSize = 1; _xSize <= n; _xSize *= BlockSize) in sizeofSABTree()
96 size += (n / _xSize + BlockSize - 1) / BlockSize; in sizeofSABTree()
97 return size * BlockSize; in sizeofSABTree()
105 Size_ = sizeofSABTree(difference(First_, _Last), BlockSize); in sizeofSABTree()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_sa_btree.h46 FlatOutIt Dest_, unsigned BlockSize) in createSABTree() argument
54 TSize BlockElements = BlockSize - 1; in createSABTree()
58 for(_xSize = 1; _xSize * BlockSize <= size; _xSize *= BlockSize, ++treeLevels) ; in createSABTree()
62 for(int i = treeLevels - 1; _xSize; --i, _xSize /= BlockSize) { in createSABTree()
64 goFurther(Dest_, ((size / _xSize + BlockSize - 1) / BlockSize) * BlockSize); in createSABTree()
92 inline TSize sizeofSABTree(TSize n, unsigned BlockSize) in sizeofSABTree() argument
95 for(TSize _xSize = 1; _xSize <= n; _xSize *= BlockSize) in sizeofSABTree()
96 size += (n / _xSize + BlockSize - 1) / BlockSize; in sizeofSABTree()
97 return size * BlockSize; in sizeofSABTree()
105 Size_ = sizeofSABTree(difference(First_, _Last), BlockSize); in sizeofSABTree()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_sa_btree.h46 FlatOutIt Dest_, unsigned BlockSize) in createSABTree() argument
54 TSize BlockElements = BlockSize - 1; in createSABTree()
58 for(_xSize = 1; _xSize * BlockSize <= size; _xSize *= BlockSize, ++treeLevels) ; in createSABTree()
62 for(int i = treeLevels - 1; _xSize; --i, _xSize /= BlockSize) { in createSABTree()
64 goFurther(Dest_, ((size / _xSize + BlockSize - 1) / BlockSize) * BlockSize); in createSABTree()
92 inline TSize sizeofSABTree(TSize n, unsigned BlockSize) in sizeofSABTree() argument
95 for(TSize _xSize = 1; _xSize <= n; _xSize *= BlockSize) in sizeofSABTree()
96 size += (n / _xSize + BlockSize - 1) / BlockSize; in sizeofSABTree()
97 return size * BlockSize; in sizeofSABTree()
105 Size_ = sizeofSABTree(difference(First_, _Last), BlockSize); in sizeofSABTree()
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_sa_btree.h46 FlatOutIt Dest_, unsigned BlockSize) in createSABTree() argument
54 TSize BlockElements = BlockSize - 1; in createSABTree()
58 for(_xSize = 1; _xSize * BlockSize <= size; _xSize *= BlockSize, ++treeLevels) ; in createSABTree()
62 for(int i = treeLevels - 1; _xSize; --i, _xSize /= BlockSize) { in createSABTree()
64 goFurther(Dest_, ((size / _xSize + BlockSize - 1) / BlockSize) * BlockSize); in createSABTree()
92 inline TSize sizeofSABTree(TSize n, unsigned BlockSize) in sizeofSABTree() argument
95 for(TSize _xSize = 1; _xSize <= n; _xSize *= BlockSize) in sizeofSABTree()
96 size += (n / _xSize + BlockSize - 1) / BlockSize; in sizeofSABTree()
97 return size * BlockSize; in sizeofSABTree()
105 Size_ = sizeofSABTree(difference(First_, _Last), BlockSize); in sizeofSABTree()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/stun/internal/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pion/stun/internal/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pion/stun/internal/hmac/
H A Dhmac_test.go44 sha1.BlockSize,
56 sha1.BlockSize,
78 sha1.BlockSize,
88 md5.BlockSize,
102 sha256.BlockSize,
110 sha256.BlockSize,
130 sha256.BlockSize,
151 sha256.BlockSize,
225 sha1.BlockSize,
237 sha1.BlockSize,
[all …]

12345678910>>...193