Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 25 of 1663) sorted by relevance

12345678910>>...67

/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Drijndael-aesni.c1788 inbuf += BLOCKSIZE; in _gcry_aes_aesni_cbc_enc()
1832 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ctr_enc()
1833 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ctr_enc()
1976 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cfb_dec()
1977 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cfb_dec()
2157 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cbc_dec()
2158 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cbc_dec()
2459 inbuf += BLOCKSIZE; in aesni_ocb_enc()
3438 abuf += BLOCKSIZE; in _gcry_aes_aesni_ocb_auth()
3560 abuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ocb_auth()
[all …]
H A Drijndael-s390x.c141 BLOCKSIZE); in _gcry_aes_s390x_encrypt()
150 BLOCKSIZE); in _gcry_aes_s390x_decrypt()
265 64 * BLOCKSIZE); in aes_s390x_cfb128_dec()
330 in += BLOCKSIZE; in aes_s390x_cfb128_dec()
554 cipher_block_xor_1 (tmp0, plainbuf + 0 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
555 cipher_block_xor_1 (tmp1, plainbuf + 1 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
556 cipher_block_xor_1 (tmp2, plainbuf + 2 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
557 cipher_block_xor_1 (tmp3, plainbuf + 3 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
616 &offset, BLOCKSIZE) in aes_s390x_ocb_enc()
627 cipher_block_xor_1 (outbuf + (n) * BLOCKSIZE, &blocks[n], BLOCKSIZE) in aes_s390x_ocb_enc()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Drijndael-aesni.c1788 inbuf += BLOCKSIZE; in _gcry_aes_aesni_cbc_enc()
1832 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ctr_enc()
1833 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ctr_enc()
1976 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cfb_dec()
1977 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cfb_dec()
2157 outbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cbc_dec()
2158 inbuf += 8*BLOCKSIZE; in _gcry_aes_aesni_cbc_dec()
2459 inbuf += BLOCKSIZE; in aesni_ocb_enc()
3438 abuf += BLOCKSIZE; in _gcry_aes_aesni_ocb_auth()
3560 abuf += 8*BLOCKSIZE; in _gcry_aes_aesni_ocb_auth()
[all …]
H A Drijndael-s390x.c141 BLOCKSIZE); in _gcry_aes_s390x_encrypt()
150 BLOCKSIZE); in _gcry_aes_s390x_decrypt()
265 64 * BLOCKSIZE); in aes_s390x_cfb128_dec()
330 in += BLOCKSIZE; in aes_s390x_cfb128_dec()
554 cipher_block_xor_1 (tmp0, plainbuf + 0 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
555 cipher_block_xor_1 (tmp1, plainbuf + 1 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
556 cipher_block_xor_1 (tmp2, plainbuf + 2 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
557 cipher_block_xor_1 (tmp3, plainbuf + 3 * BLOCKSIZE, BLOCKSIZE); in aes_s390x_ocb_checksum()
616 &offset, BLOCKSIZE) in aes_s390x_ocb_enc()
782 cipher_block_cpy (outbuf + (n) * BLOCKSIZE, &blocks[n], BLOCKSIZE); in aes_s390x_ocb_dec()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestTruncateQuotaUpdate.java121 DFSTestUtil.createFile(dfs, file, BLOCKSIZE * 2 + BLOCKSIZE / 2, in prepare()
128 long newLength = BLOCKSIZE + BLOCKSIZE / 2; in run()
133 long usage = (BLOCKSIZE + BLOCKSIZE / 2) * REPLICATION; in run()
155 DFSTestUtil.createFile(dfs, file, BLOCKSIZE * 2 + BLOCKSIZE / 2, in prepare()
163 long newLength = BLOCKSIZE + BLOCKSIZE / 2; in run()
176 usage = (BLOCKSIZE * 2 + BLOCKSIZE / 2) * REPLICATION; in run()
191 DFSTestUtil.createFile(dfs, file, BLOCKSIZE * 2 + BLOCKSIZE / 2, in prepare()
196 dfs.truncate(file, BLOCKSIZE + BLOCKSIZE / 2); in prepare()
211 long usage = (BLOCKSIZE * 3 + BLOCKSIZE / 2) * REPLICATION; in run()
215 newLength = BLOCKSIZE + BLOCKSIZE / 2; in run()
[all …]
H A DTestQuotaByStorageType.java121 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeWithFileCreateCase()
122 int bufLen = BLOCKSIZE / 16; in testQuotaByStorageTypeWithFileCreateCase()
186 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeWithFileCreateDelete()
285 long file2Len = BLOCKSIZE + BLOCKSIZE / 2; in testQuotaByStorageTypeExceptionWithFileCreate()
294 long file3Len = BLOCKSIZE; in testQuotaByStorageTypeExceptionWithFileCreate()
321 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeParentOffChildOff()
348 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeParentOffChildOn()
373 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeParentOnChildOff()
387 long file2Len = BLOCKSIZE; in testQuotaByStorageTypeParentOnChildOff()
414 long file1Len = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaByStorageTypeParentOnChildOn()
[all …]
H A DTestDiskspaceQuotaUpdate.java45 private static final int BLOCKSIZE = 1024; field in TestDiskspaceQuotaUpdate
83 long fileLen = BLOCKSIZE * 2 + BLOCKSIZE / 2; in testQuotaUpdateWithFileCreate()
102 long currentFileLen = BLOCKSIZE; in testUpdateQuotaForAppend()
109 currentFileLen += (BLOCKSIZE / 2); in testUpdateQuotaForAppend()
124 currentFileLen += BLOCKSIZE; in testUpdateQuotaForAppend()
135 DFSTestUtil.appendFile(dfs, bar, BLOCKSIZE * 3 + BLOCKSIZE / 8); in testUpdateQuotaForAppend()
136 currentFileLen += (BLOCKSIZE * 3 + BLOCKSIZE / 8); in testUpdateQuotaForAppend()
159 out.write(new byte[BLOCKSIZE / 4]); in testUpdateQuotaForFSync()
170 out.write(new byte[BLOCKSIZE / 4]); in testUpdateQuotaForFSync()
178 assertEquals((BLOCKSIZE + BLOCKSIZE / 2) * REPLICATION, ds); in testUpdateQuotaForFSync()
[all …]
/dports/games/gnujump/gnujump-1.0.8/src/
H A Dgame-tools.c30 BLOCKSIZE + SFont_AlignedHeight (gfx->textfont, w - 2 * BLOCKSIZE, 0, in yesNoQuestion()
32 int x = gfx->gameX + BLOCKSIZE; in yesNoQuestion()
40 x += BLOCKSIZE; in yesNoQuestion()
41 y += BLOCKSIZE / 2; in yesNoQuestion()
42 w -= 2 * BLOCKSIZE; in yesNoQuestion()
79 x = gfx->gameX + 2 * BLOCKSIZE; in drawRecords()
80 w = GRIDWIDTH * BLOCKSIZE - 4 * BLOCKSIZE; in drawRecords()
92 y += BLOCKSIZE; in drawRecords()
94 x1 = x + BLOCKSIZE; in drawRecords()
163 w = GRIDWIDTH * BLOCKSIZE - 4 * BLOCKSIZE; in drawCredits()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/
H A Darm_signal_converge_example_f32.c102 #define BLOCKSIZE 32 macro
107 #define NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE)
113 float32_t firStateF32[NUMTAPS + BLOCKSIZE];
120 float32_t lmsStateF32[NUMTAPS + BLOCKSIZE];
154 float32_t wire1[BLOCKSIZE];
155 float32_t wire2[BLOCKSIZE];
156 float32_t wire3[BLOCKSIZE];
157 float32_t err_signal[BLOCKSIZE];
184 arm_copy_f32(testInput_f32 + (i * BLOCKSIZE), wire1, BLOCKSIZE); in main()
196 BLOCKSIZE); /* BlockSize */ in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/
H A Darm_signal_converge_example_f32.c118 #define BLOCKSIZE 32 macro
123 #define NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE)
129 float32_t firStateF32[NUMTAPS + BLOCKSIZE];
136 float32_t lmsStateF32[NUMTAPS + BLOCKSIZE];
170 float32_t wire1[BLOCKSIZE];
171 float32_t wire2[BLOCKSIZE];
172 float32_t wire3[BLOCKSIZE];
173 float32_t err_signal[BLOCKSIZE];
200 arm_copy_f32(testInput_f32 + (i * BLOCKSIZE), wire1, BLOCKSIZE); in main()
212 BLOCKSIZE); /* BlockSize */ in main()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/lib/
H A DTestCombineFileInputFormat.java68 static final int BLOCKSIZE = 1024; field in TestCombineFileInputFormat
69 static final byte[] databuf = new byte[BLOCKSIZE];
124 inFormat.setMinSplitSizeRack(BLOCKSIZE); in testSplitPlacement()
160 inFormat.setMinSplitSizeRack(BLOCKSIZE); in testSplitPlacement()
203 inFormat.setMinSplitSizeRack(BLOCKSIZE); in testSplitPlacement()
243 inFormat.setMinSplitSizeNode(BLOCKSIZE); in testSplitPlacement()
244 inFormat.setMaxSplitSize(2*BLOCKSIZE); in testSplitPlacement()
283 inFormat.setMinSplitSizeNode(BLOCKSIZE); in testSplitPlacement()
284 inFormat.setMaxSplitSize(3*BLOCKSIZE); in testSplitPlacement()
336 inFormat.setMaxSplitSize(4*BLOCKSIZE); in testSplitPlacement()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/
H A Darm_graphic_equalizer_example_q31.c136 #define BLOCKSIZE 32 macro
139 #define NUMBLOCKS (TESTLENGTH/BLOCKSIZE)
169 q31_t inputQ31[BLOCKSIZE];
170 q31_t outputQ31[BLOCKSIZE];
348 arm_float_to_q31(inputF32 + (i*BLOCKSIZE), inputQ31, BLOCKSIZE); in main()
355 arm_scale_q31(inputQ31, 0x7FFFFFFF, -3, inputQ31, BLOCKSIZE); in main()
368 arm_biquad_cascade_df1_q31(&S3, outputQ31, outputQ31, BLOCKSIZE); in main()
369 arm_biquad_cascade_df1_q31(&S4, outputQ31, outputQ31, BLOCKSIZE); in main()
370 arm_biquad_cascade_df1_q31(&S5, outputQ31, outputQ31, BLOCKSIZE); in main()
376 arm_q31_to_float(outputQ31, outputF32 + (i * BLOCKSIZE), BLOCKSIZE); in main()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/
H A Darm_graphic_equalizer_example_q31.c119 #define BLOCKSIZE 32 macro
122 #define NUMBLOCKS (TESTLENGTH/BLOCKSIZE)
152 q31_t inputQ31[BLOCKSIZE];
153 q31_t outputQ31[BLOCKSIZE];
331 arm_float_to_q31(inputF32 + (i*BLOCKSIZE), inputQ31, BLOCKSIZE); in main()
338 arm_scale_q31(inputQ31, 0x7FFFFFFF, -3, inputQ31, BLOCKSIZE); in main()
344 arm_biquad_cas_df1_32x64_q31(&S1, inputQ31, outputQ31, BLOCKSIZE); in main()
351 arm_biquad_cascade_df1_q31(&S3, outputQ31, outputQ31, BLOCKSIZE); in main()
353 arm_biquad_cascade_df1_q31(&S5, outputQ31, outputQ31, BLOCKSIZE); in main()
359 arm_q31_to_float(outputQ31, outputF32 + (i * BLOCKSIZE), BLOCKSIZE); in main()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dra144enc.c121 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
179 if (lag < BLOCKSIZE) in create_adapt_vect()
200 float exc[BLOCKSIZE]; in adaptive_cb_search()
250 float vect[BLOCKSIZE]; in find_best_vect()
283 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
284 float vect[BLOCKSIZE]; in fixed_cb_search()
332 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
457 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
458 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dra144enc.c124 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
182 if (lag < BLOCKSIZE) in create_adapt_vect()
203 float exc[BLOCKSIZE]; in adaptive_cb_search()
254 float vect[BLOCKSIZE]; in find_best_vect()
287 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
288 float vect[BLOCKSIZE]; in fixed_cb_search()
336 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
338 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
461 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
462 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dra144enc.c121 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
179 if (lag < BLOCKSIZE) in create_adapt_vect()
200 float exc[BLOCKSIZE]; in adaptive_cb_search()
250 float vect[BLOCKSIZE]; in find_best_vect()
283 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
284 float vect[BLOCKSIZE]; in fixed_cb_search()
332 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
457 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
458 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dra144enc.c124 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
182 if (lag < BLOCKSIZE) in create_adapt_vect()
203 float exc[BLOCKSIZE]; in adaptive_cb_search()
253 float vect[BLOCKSIZE]; in find_best_vect()
286 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
287 float vect[BLOCKSIZE]; in fixed_cb_search()
335 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
337 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
460 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
461 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dra144enc.c124 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
182 if (lag < BLOCKSIZE) in create_adapt_vect()
203 float exc[BLOCKSIZE]; in adaptive_cb_search()
253 float vect[BLOCKSIZE]; in find_best_vect()
286 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
287 float vect[BLOCKSIZE]; in fixed_cb_search()
335 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
337 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
460 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
461 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dra144enc.c124 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
182 if (lag < BLOCKSIZE) in create_adapt_vect()
203 float exc[BLOCKSIZE]; in adaptive_cb_search()
254 float vect[BLOCKSIZE]; in find_best_vect()
287 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
288 float vect[BLOCKSIZE]; in fixed_cb_search()
336 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
338 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
461 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
462 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dra144enc.c121 for (i = 0; i < BLOCKSIZE; i++) in orthogonalize()
179 if (lag < BLOCKSIZE) in create_adapt_vect()
200 float exc[BLOCKSIZE]; in adaptive_cb_search()
250 float vect[BLOCKSIZE]; in find_best_vect()
283 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search()
284 float vect[BLOCKSIZE]; in fixed_cb_search()
332 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock()
334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock()
457 for (i = 0; i < (2 * BLOCKSIZE + BLOCKSIZE / 2); i++) { in ra144_encode_frame()
458 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dcodec.cpp20 #define BLOCKSIZE 64 macro
65 if (size % BLOCKSIZE != 0) in codec_decode()
67 for (i = size; i != 0; pbSrcDst += BLOCKSIZE, i -= BLOCKSIZE) { in codec_decode()
68 memcpy(buf, pbSrcDst, BLOCKSIZE); in codec_decode()
75 memcpy(pbSrcDst, buf, BLOCKSIZE); in codec_decode()
100 if (dwSrcBytes % BLOCKSIZE != 0) in codec_get_encoded_len()
101 dwSrcBytes += BLOCKSIZE - (dwSrcBytes % BLOCKSIZE); in codec_get_encoded_len()
120 chunk = size < BLOCKSIZE ? size : BLOCKSIZE; in codec_encode()
122 if (chunk < BLOCKSIZE) in codec_encode()
130 memcpy(pbSrcDst, buf, BLOCKSIZE); in codec_encode()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestINodeFileUnderConstructionWithSnapshot.java65 static final int BLOCKSIZE = 1024; field in TestINodeFileUnderConstructionWithSnapshot
104 DFSTestUtil.appendFile(hdfs, file, BLOCKSIZE); in testSnapshotAfterAppending()
111 DFSTestUtil.appendFile(hdfs, file, BLOCKSIZE); in testSnapshotAfterAppending()
120 DFSTestUtil.appendFile(hdfs, file, BLOCKSIZE); in testSnapshotAfterAppending()
161 out = appendFileWithoutClosing(file, BLOCKSIZE); in testSnapshotWhileAppending()
183 out = appendFileWithoutClosing(file, BLOCKSIZE); in testSnapshotWhileAppending()
208 assertEquals(BLOCKSIZE, status.getLen()); in testGetBlockLocations()
214 assertEquals(BLOCKSIZE, status.getLen()); in testGetBlockLocations()
217 assertEquals(BLOCKSIZE * 2 - 1, status.getLen()); in testGetBlockLocations()
225 assertEquals(BLOCKSIZE, blocks.getFileLength()); in testGetBlockLocations()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dtransform.c115 double sourcematrix[BLOCKSIZE],destmatrix[BLOCKSIZE];
122 sptr<sourcematrix+BLOCKSIZE;sptr+=BLOCKWIDTH)
129 sptr<sourcematrix+BLOCKSIZE;sptr+=BLOCKWIDTH)
136 mptr<newmatrix+BLOCKSIZE;sptr++)
180 double sourcematrix[BLOCKSIZE],destmatrix[BLOCKSIZE];
187 sptr<sourcematrix+BLOCKSIZE;sptr+=BLOCKWIDTH)
288 for(mptr=matrix;mptr<matrix+BLOCKSIZE;mptr++)
323 for(mptr=matrix;mptr<matrix+BLOCKSIZE;mptr++)
379 for(mptr=matrix;mptr<matrix+BLOCKSIZE;mptr++)
402 for(mptr=matrix;mptr<matrix+BLOCKSIZE;mptr++)
[all …]
/dports/science/R-cran-kernlab/kernlab/R/
H A Dinchol.R31 BLOCKSIZE <- blocksize functionVar
69 if(counter %% BLOCKSIZE == 0)
71 Tktmp <- matrix(0, m, dim(Tk)[2] + BLOCKSIZE)
75 Ttmp <- matrix(0, dim(T)[1]+BLOCKSIZE, BLOCKSIZE+counter)
76 ind <- 1:(dim(T)[1]+BLOCKSIZE) <= dim(T)[1]
77 ind2 <- 1:(BLOCKSIZE + counter) <= counter
79 Ttmp[ind == FALSE, ind2 == FALSE] <- diag(1, BLOCKSIZE)
82 padded.veck.tmp <- matrix(0,dim(padded.veck)[1]+BLOCKSIZE)
86 pivots.tmp <- matrix(0, dim(pivots)[1]+BLOCKSIZE)
95 t <- rep(0,BLOCKSIZE)
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/dd/
H A Ddd_disk.c421 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
423 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
428 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
430 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
435 OutOffset += BLOCKSIZE(zone); in dd_convert_to_mame()
437 OutOffset += BLOCKSIZE(zone); in dd_convert_to_mame()
461 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
463 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
468 cur_offset += BLOCKSIZE(zone); in dd_convert_to_mame()
476 OutOffset += BLOCKSIZE(zone); in dd_convert_to_mame()
[all …]

12345678910>>...67