Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 25 of 4039) sorted by relevance

12345678910>>...162

/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/
H A Dtest-ordered-index.cpp16 constexpr std::size_t const block_size = 16; variable
41 constexpr std::size_t const block_size = 16; variable
67 constexpr std::size_t const block_size = 4; variable
109 constexpr std::size_t const block_size = 4; variable
/dports/sysutils/lizardfs/lizardfs-3.12.0/external/crcutil-1.0/code/
H A Dcrc32c_sse4.cc25 #define UPDATE_STRIPE_CRCS(index, block_size, num_stripes) do { \ argument
67 #define MULTIPLY_CRC(crc0, block_size, num_stripes) do { \ argument
103 #define COMBINE_STRIPE_CRCS(block_size, num_stripes) do { \ argument
118 #define PROCESS_BLOCK(block_size, num_stripes) do { \ argument
170 #define PROCESS_TAIL_IF_SMALL(block_size, num_stripes) do { \ in Crc32c() argument
175 #define NOOP(block_size, num_stripes) in Crc32c() argument
207 #define SKIP_BLOCK_IF_NEEDED(block_size, num_stripes) do { \ in Crc32c() argument
282 #define INIT_MUL_TABLE(block_size, num_stripes) do { \ in Init() argument
/dports/security/py-cryptography/stage/usr/local/lib/python3.8/site-packages/cryptography/hazmat/primitives/
H A Dpadding.py31 def _byte_padding_check(block_size): argument
39 def _byte_padding_update(buffer_, data, block_size): argument
58 def _byte_padding_pad(buffer_, block_size, paddingfn): argument
66 def _byte_unpadding_update(buffer_, data, block_size): argument
85 def _byte_unpadding_check(buffer_, block_size, checkfn): argument
102 def __init__(self, block_size): argument
115 def __init__(self, block_size): argument
139 def __init__(self, block_size): argument
159 def __init__(self, block_size): argument
172 def __init__(self, block_size): argument
[all …]
H A Dhashes.py118 block_size = 64 variable in SHA1
125 block_size = 128 variable in SHA512_224
132 block_size = 128 variable in SHA512_256
139 block_size = 64 variable in SHA224
146 block_size = 64 variable in SHA256
153 block_size = 128 variable in SHA384
160 block_size = 128 variable in SHA512
225 block_size = 64 variable in MD5
233 block_size = 128 variable in BLAKE2b
248 block_size = 64 variable in BLAKE2s
/dports/security/py-cryptography/cryptography-3.3.2/src/cryptography/hazmat/primitives/
H A Dpadding.py31 def _byte_padding_check(block_size): argument
39 def _byte_padding_update(buffer_, data, block_size): argument
58 def _byte_padding_pad(buffer_, block_size, paddingfn): argument
66 def _byte_unpadding_update(buffer_, data, block_size): argument
85 def _byte_unpadding_check(buffer_, block_size, checkfn): argument
102 def __init__(self, block_size): argument
115 def __init__(self, block_size): argument
139 def __init__(self, block_size): argument
159 def __init__(self, block_size): argument
172 def __init__(self, block_size): argument
[all …]
H A Dhashes.py118 block_size = 64 variable in SHA1
125 block_size = 128 variable in SHA512_224
132 block_size = 128 variable in SHA512_256
139 block_size = 64 variable in SHA224
146 block_size = 64 variable in SHA256
153 block_size = 128 variable in SHA384
160 block_size = 128 variable in SHA512
225 block_size = 64 variable in MD5
233 block_size = 128 variable in BLAKE2b
248 block_size = 64 variable in BLAKE2s
/dports/security/py-cryptography/cryptography-3.3.2/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cryptography/hazmat/primitives/
H A Dpadding.py31 def _byte_padding_check(block_size): argument
39 def _byte_padding_update(buffer_, data, block_size): argument
58 def _byte_padding_pad(buffer_, block_size, paddingfn): argument
66 def _byte_unpadding_update(buffer_, data, block_size): argument
85 def _byte_unpadding_check(buffer_, block_size, checkfn): argument
102 def __init__(self, block_size): argument
115 def __init__(self, block_size): argument
139 def __init__(self, block_size): argument
159 def __init__(self, block_size): argument
172 def __init__(self, block_size): argument
[all …]
H A Dhashes.py118 block_size = 64 variable in SHA1
125 block_size = 128 variable in SHA512_224
132 block_size = 128 variable in SHA512_256
139 block_size = 64 variable in SHA224
146 block_size = 64 variable in SHA256
153 block_size = 128 variable in SHA384
160 block_size = 128 variable in SHA512
225 block_size = 64 variable in MD5
233 block_size = 128 variable in BLAKE2b
248 block_size = 64 variable in BLAKE2s
/dports/astro/py-astropy/astropy-5.0/astropy/nddata/
H A Dblocks.py13 def _process_block_inputs(data, block_size): argument
34 def reshape_as_blocks(data, block_size): argument
97 def block_reduce(data, block_size, func=np.sum): argument
160 def block_replicate(data, block_size, conserve_sum=True): argument
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/python/fec/polar/
H A Dchannel_construction.py37 def tal_vardy_tpm_algorithm(block_size, design_snr, mu): argument
68 def get_frozen_bit_mask(frozen_indices, block_size): argument
74 def frozen_bit_positions(block_size, info_size, design_snr=0.0): argument
82 def generate_filename(block_size, design_snr, mu): argument
101 def save_z_parameters(z_params, block_size, design_snr, mu, alt_construction_method='Tal-Vardy algo… argument
113 def load_z_parameters(block_size, design_snr, mu): argument
/dports/net/krill/krill-0.9.4/cargo-crates/tiny-keccak-2.0.2/tests/
H A Dparallel_hash.rs10 let block_size = 8; in test_parallel_hash128_one() localVariable
29 let block_size = 8; in test_parallel_hash128_two() localVariable
48 let block_size = 8; in test_parallel_hash128_three() localVariable
68 let block_size = 8; in test_parallel_hash256_one() localVariable
89 let block_size = 8; in test_parallel_hash256_two() localVariable
110 let block_size = 8; in test_parallel_hash256_three() localVariable
/dports/math/fplll/fplll-5.4.1/fplll/
H A Dbkz_param.h48 static Strategy EmptyStrategy(size_t block_size) in EmptyStrategy()
117 : block_size(block_size), strategies(strategies), delta(delta), flags(flags), in block_size() function
136 int block_size; variable
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/
H A Dnumpy.pyx19 def _dump_mu(ndarray[double, ndim=2, mode="c"] mu not None, MatGSO M, int kappa, int block_size):
62 def dump_mu(MatGSO m, int kappa, int block_size):
76 def _dump_r(ndarray[double, ndim=1, mode="c"] r not None, MatGSO M, int kappa, int block_size):
120 def dump_r(MatGSO M, int kappa, int block_size):
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dcsr_block_matrix.c21 hypre_CSRBlockMatrixCreate(HYPRE_Int block_size, in hypre_CSRBlockMatrixCreate()
337 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockAdd()
356 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockAddAccumulate()
438 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockSetScalar()
458 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockCopyData()
477 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockCopyDataDiag()
499 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockTranspose()
625 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockMultAdd()
697 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockMultAddDiag()
781 HYPRE_Int block_size) in hypre_CSRBlockMatrixBlockMultAddDiag2()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_vt.py267 def generate_multibyte_stdout_unicode(block_size): argument
271 def generate_multibyte_stderr_unicode(block_size): argument
334 def generate_multibyte_stdout_shiftjis(block_size): argument
338 def generate_multibyte_stderr_shiftjis(block_size): argument
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/crypto/
H A Dcipher_block.py112 block_size = 16 variable in Cipher_AES_128_CBC
121 block_size = 16 variable in Cipher_CAMELLIA_128_CBC
134 block_size = 8 variable in Cipher_DES_CBC
152 block_size = 8 variable in Cipher_3DES_EDE_CBC
158 block_size = 8 variable in Cipher_IDEA_CBC
164 block_size = 16 variable in Cipher_SEED_CBC
188 block_size = 64 variable in _ARC2
205 block_size = 8 variable in Cipher_RC2_CBC
/dports/security/py-pysha3/pysha3-1.0.2/
H A Dtests.py46 block_size = None variable in BaseSHA3Tests
205 block_size = 144 variable in SHA3_224Tests
218 block_size = 136 variable in SHA3_256Tests
231 block_size = 104 variable in SHA3_384Tests
246 block_size = 72 variable in SHA3_512Tests
261 block_size = 168 variable in Shake_128Tests
270 block_size = 136 variable in Shake_256Tests
279 block_size = 144 variable in Keccak_224Tests
292 block_size = 136 variable in Keccak_256Tests
305 block_size = 104 variable in Keccak_384Tests
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/discardable_memory/common/
H A Ddiscardable_shared_memory_heap_unittest.cc21 size_t block_size = base::GetPageSize(); in TEST() local
77 size_t block_size = base::GetPageSize(); in TEST() local
134 size_t block_size = base::GetPageSize(); in TEST() local
161 size_t block_size = base::GetPageSize(); in TEST() local
199 size_t block_size = base::GetPageSize(); in TEST() local
227 size_t block_size = base::GetPageSize(); in TEST() local
254 size_t block_size = base::GetPageSize(); in TEST() local
289 size_t block_size = base::GetPageSize(); in TEST() local
308 size_t block_size = base::GetPageSize(); in TEST() local
/dports/multimedia/libgav1/libgav1-0.17.0/src/tile/bitstream/
H A Dpartition.cc30 BlockSize block_size) { in PartitionCdfGatherHorizontalAlike()
54 BlockSize block_size) { in PartitionCdfGatherVerticalAlike()
85 BlockSize block_size) { in GetPartitionCdf()
103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/tile/bitstream/
H A Dpartition.cc30 BlockSize block_size) { in PartitionCdfGatherHorizontalAlike()
54 BlockSize block_size) { in PartitionCdfGatherVerticalAlike()
85 BlockSize block_size) { in GetPartitionCdf()
103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/tile/bitstream/
H A Dpartition.cc30 BlockSize block_size) { in PartitionCdfGatherHorizontalAlike()
54 BlockSize block_size) { in PartitionCdfGatherVerticalAlike()
85 BlockSize block_size) { in GetPartitionCdf()
103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/discardable_memory/common/
H A Ddiscardable_shared_memory_heap_unittest.cc25 size_t block_size = base::GetPageSize(); in TEST() local
81 size_t block_size = base::GetPageSize(); in TEST() local
138 size_t block_size = base::GetPageSize(); in TEST() local
165 size_t block_size = base::GetPageSize(); in TEST() local
204 size_t block_size = base::GetPageSize(); in TEST() local
233 size_t block_size = base::GetPageSize(); in TEST() local
261 size_t block_size = base::GetPageSize(); in TEST() local
296 size_t block_size = base::GetPageSize(); in TEST() local
316 size_t block_size = base::GetPageSize(); in TEST() local
347 size_t block_size = base::GetPageSize(); in TEST() local
[all …]
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Dcompressor.h47 int block_size, int datablock) in compressor_init()
56 void *dest, void *src, int size, int block_size, int *error) in compressor_compress()
63 void *src, int size, int block_size, int *error) in compressor_uncompress()
83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post()
92 int block_size, int *size) in compressor_dump_options()
101 int block_size, void *buffer, int size) in compressor_extract_options()
110 int block_size, void *buffer, int size) in compressor_check_options()
/dports/textproc/R-cran-utf8/utf8/src/utf8lite/util/
H A Dgen-combining.py39 def compute_tables(block_size): argument
64 block_size = 256 variable
72 block_size = 2**i variable
88 block_size = best_block_size variable
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/algorithms/
H A Dsimple_dbkz.py32 :param pair2:
51 :rtype:
65 … max_dist, solution = Enumeration(self.m).enumerate(kappa, kappa + block_size, max_dist, expo,

12345678910>>...162