Home
last modified time | relevance | path

Searched refs:numblocks (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/dports/devel/urjtag/urjtag-2021.03/src/flash/
H A Djedec.c120 { .offset = 0x1F0000, .erasesize = 0x08000, .numblocks = 1 },
121 { .offset = 0x1F8000, .erasesize = 0x02000, .numblocks = 2 },
122 { .offset = 0x1FC000, .erasesize = 0x04000, .numblocks = 1 }
132 { .offset = 0x000000, .erasesize = 0x04000, .numblocks = 1 },
133 { .offset = 0x004000, .erasesize = 0x02000, .numblocks = 2 },
134 { .offset = 0x008000, .erasesize = 0x08000, .numblocks = 1 },
135 { .offset = 0x010000, .erasesize = 0x10000, .numblocks = 31 }
146 { .offset = 0x1F0000, .erasesize = 0x08000, .numblocks = 1 },
148 { .offset = 0x1FC000, .erasesize = 0x04000, .numblocks = 1 }
161 { .offset = 0x1FC000, .erasesize = 0x04000, .numblocks = 1 }
[all …]
/dports/archivers/xmill/xmill/xmillinspect/
H A Dcontainers.cpp229 block+1, numblocks, in inspectContainerBlock()
237 curcontainer+1, numblocks, in inspectContainerBlock()
244 len, curcontainer+1, numblocks, containersize[curcontainer+numblocks*curblock]); in inspectContainerBlock()
272 macro, 1, numblocks-1); in inspectContainerBlock()
372 block+1, numblocks, in inspectContainerBlock()
414 numblocks = Load::UInt32(curptr); in readContainerInfo()
420 numcontainers = new long[numblocks]; in readContainerInfo()
421 pathindex = new long[numblocks]; in readContainerInfo()
422 numcontdata = new int[numblocks]; in readContainerInfo()
425 for (int j = 0; j < numblocks; j++) { in readContainerInfo()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dread_bb.c70 blk_t numblocks; in ext2fs_read_bb_inode() local
78 numblocks = inode.i_blocks; in ext2fs_read_bb_inode()
81 numblocks = numblocks / (fs->blocksize / 512); in ext2fs_read_bb_inode()
82 numblocks += 20; in ext2fs_read_bb_inode()
83 if (numblocks < 50) in ext2fs_read_bb_inode()
84 numblocks = 50; in ext2fs_read_bb_inode()
85 if (numblocks > 50000) in ext2fs_read_bb_inode()
86 numblocks = 500; in ext2fs_read_bb_inode()
87 retval = ext2fs_badblocks_list_create(bb_list, numblocks); in ext2fs_read_bb_inode()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dread_bb.c70 blk_t numblocks; in ext2fs_read_bb_inode() local
78 numblocks = inode.i_blocks; in ext2fs_read_bb_inode()
81 numblocks = numblocks / (fs->blocksize / 512); in ext2fs_read_bb_inode()
82 numblocks += 20; in ext2fs_read_bb_inode()
83 if (numblocks < 50) in ext2fs_read_bb_inode()
84 numblocks = 50; in ext2fs_read_bb_inode()
85 if (numblocks > 50000) in ext2fs_read_bb_inode()
86 numblocks = 500; in ext2fs_read_bb_inode()
87 retval = ext2fs_badblocks_list_create(bb_list, numblocks); in ext2fs_read_bb_inode()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dread_bb.c70 blk_t numblocks; in ext2fs_read_bb_inode() local
78 numblocks = inode.i_blocks; in ext2fs_read_bb_inode()
81 numblocks = numblocks / (fs->blocksize / 512); in ext2fs_read_bb_inode()
82 numblocks += 20; in ext2fs_read_bb_inode()
83 if (numblocks < 50) in ext2fs_read_bb_inode()
84 numblocks = 50; in ext2fs_read_bb_inode()
85 if (numblocks > 50000) in ext2fs_read_bb_inode()
86 numblocks = 500; in ext2fs_read_bb_inode()
87 retval = ext2fs_badblocks_list_create(bb_list, numblocks); in ext2fs_read_bb_inode()
/dports/audio/libworkman/libworkman/
H A Dplat_linux_cdda.c60 int numblocks = 30; variable
99 *bufadr = malloc(numblocks * CDDABLKSIZE * 2); in wmcdda_init()
103 *buflenadr = numblocks * CDDABLKSIZE; in wmcdda_init()
169 current_position = ending_position - numblocks; in wmcdda_setup()
197 cdda.cdda_length = numblocks; in wmcdda_read()
209 if (current_position + numblocks > ending_position) in wmcdda_read()
246 for (blk = 0; blk < numblocks; blk++) in wmcdda_read()
349 numblocks = 20; in wmcdda_direction()
354 numblocks = 30; in wmcdda_direction()
366 numblocks = 12; in wmcdda_speed()
[all …]
H A Dplat_sun_cdda.c60 int numblocks = 15; variable
99 *bufadr = malloc(numblocks * CDDABLKSIZE * 2); in wmcdda_init()
103 *buflenadr = numblocks * CDDABLKSIZE; in wmcdda_init()
169 current_position = ending_position - numblocks; in wmcdda_setup()
197 cdda.cdda_length = numblocks; in wmcdda_read()
209 if (current_position + numblocks > ending_position) in wmcdda_read()
246 for (blk = 0; blk < numblocks; blk++) in wmcdda_read()
349 numblocks = 20; in wmcdda_direction()
354 numblocks = 30; in wmcdda_direction()
366 numblocks = 12; in wmcdda_speed()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/bn/
H A Dec_mult.c122 ret->numblocks = 0; in ec_pre_comp_new()
423 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
424 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
436 numblocks = 1; in ec_wNAF_mul()
442 totalnum = num + numblocks; in ec_wNAF_mul()
479 if (numblocks) { in ec_wNAF_mul()
512 numblocks = 1; in ec_wNAF_mul()
537 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
843 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
860 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/security/libressl/libressl-3.4.3/crypto/ec/
H A Dec_mult.c115 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
426 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
495 numblocks = 1; in ec_wNAF_mul()
525 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
529 totalnum = num + numblocks; in ec_wNAF_mul()
823 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/security/libressl-static/libressl-3.3.5/crypto/ec/
H A Dec_mult.c115 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
426 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
495 numblocks = 1; in ec_wNAF_mul()
525 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
529 totalnum = num + numblocks; in ec_wNAF_mul()
823 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ec/
H A Dec_mult.c115 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
426 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
495 numblocks = 1; in ec_wNAF_mul()
525 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
529 totalnum = num + numblocks; in ec_wNAF_mul()
823 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/ec/
H A Dec_mult.c113 ret->numblocks = 0; in ec_pre_comp_new()
419 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
420 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
435 numblocks = 1; in ec_wNAF_mul()
440 totalnum = num + numblocks; in ec_wNAF_mul()
473 if (numblocks) in ec_wNAF_mul()
509 numblocks = 1; in ec_wNAF_mul()
531 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
536 totalnum = num + numblocks; in ec_wNAF_mul()
871 if (i < numblocks - 1) in ec_wNAF_precompute_mult()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ec/
H A Dec_mult.c115 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
426 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
495 numblocks = 1; in ec_wNAF_mul()
525 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
529 totalnum = num + numblocks; in ec_wNAF_mul()
823 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/www/obhttpd/libressl-3.4.1/crypto/ec/
H A Dec_mult.c115 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
426 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
495 numblocks = 1; in ec_wNAF_mul()
525 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
529 totalnum = num + numblocks; in ec_wNAF_mul()
823 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/ec/
H A Dec_mult.c110 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
427 totalnum = num + numblocks; in ec_wNAF_mul()
465 if (numblocks) { in ec_wNAF_mul()
498 numblocks = 1; in ec_wNAF_mul()
523 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
829 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
846 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/ec/
H A Dec_mult.c110 ret->numblocks = 0; in ec_pre_comp_new()
408 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
409 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
421 numblocks = 1; in ec_wNAF_mul()
427 totalnum = num + numblocks; in ec_wNAF_mul()
463 if (numblocks) { in ec_wNAF_mul()
496 numblocks = 1; in ec_wNAF_mul()
521 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
827 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
844 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dblockwise.py167 self.numblocks = numblocks or (len(mapping),)
227 numblocks=None, argument
303 numblocks=numblocks,
397 self.numblocks = numblocks
404 self.numblocks[name] = dep.numblocks
448 numblocks=self.numblocks,
773 numblocks=numblocks,
788 numblocks, argument
883 numblocks=None, argument
1022 numblocks,
[all …]
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/wmlib/
H A Dplat_sun_cdda.c55 int numblocks = 15; variable
100 for (i = 0; i < pdev->numblocks; i++) { in wmcdda_init()
147 for (i = 0; i < pdev->numblocks; i++) { in wmcdda_close()
171 current_position = ending_position - numblocks; in wmcdda_setup()
246 for (blk = 0; blk < numblocks; blk++) in wmcdda_read()
352 numblocks = 20; in wmcdda_direction()
357 numblocks = 30; in wmcdda_direction()
369 numblocks = 12; in wmcdda_speed()
371 numblocks = direction > 0 ? 20 : 30; in wmcdda_speed()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec_mult.c470 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
484 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
485 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
497 numblocks = 1; in ec_wNAF_mul()
503 totalnum = num + numblocks; in ec_wNAF_mul()
541 if (numblocks) { in ec_wNAF_mul()
574 numblocks = 1; in ec_wNAF_mul()
597 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
906 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
923 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/
H A Dec_mult.c470 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
484 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
485 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
497 numblocks = 1; in ec_wNAF_mul()
503 totalnum = num + numblocks; in ec_wNAF_mul()
541 if (numblocks) { in ec_wNAF_mul()
574 numblocks = 1; in ec_wNAF_mul()
597 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
906 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
923 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Dec_mult.c478 if (pre_comp && pre_comp->numblocks in ossl_ec_wNAF_mul()
492 if (numblocks > pre_comp->numblocks) in ossl_ec_wNAF_mul()
493 numblocks = pre_comp->numblocks; in ossl_ec_wNAF_mul()
505 numblocks = 1; in ossl_ec_wNAF_mul()
511 totalnum = num + numblocks; in ossl_ec_wNAF_mul()
549 if (numblocks) { in ossl_ec_wNAF_mul()
582 numblocks = 1; in ossl_ec_wNAF_mul()
605 if (numblocks > pre_comp->numblocks) { in ossl_ec_wNAF_mul()
920 for (i = 0; i < numblocks; i++) { in ossl_ec_wNAF_precompute_mult()
937 if (i < numblocks - 1) { in ossl_ec_wNAF_precompute_mult()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec_mult.c477 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
491 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
492 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
504 numblocks = 1; in ec_wNAF_mul()
510 totalnum = num + numblocks; in ec_wNAF_mul()
548 if (numblocks) { in ec_wNAF_mul()
581 numblocks = 1; in ec_wNAF_mul()
604 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
899 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
916 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec_mult.c470 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
484 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
485 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
497 numblocks = 1; in ec_wNAF_mul()
503 totalnum = num + numblocks; in ec_wNAF_mul()
541 if (numblocks) { in ec_wNAF_mul()
574 numblocks = 1; in ec_wNAF_mul()
597 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
906 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
923 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/ec/
H A Dec_mult.c470 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
484 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
485 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
497 numblocks = 1; in ec_wNAF_mul()
503 totalnum = num + numblocks; in ec_wNAF_mul()
541 if (numblocks) { in ec_wNAF_mul()
574 numblocks = 1; in ec_wNAF_mul()
597 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
906 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
923 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec_mult.c477 if (pre_comp && pre_comp->numblocks in ec_wNAF_mul()
491 if (numblocks > pre_comp->numblocks) in ec_wNAF_mul()
492 numblocks = pre_comp->numblocks; in ec_wNAF_mul()
504 numblocks = 1; in ec_wNAF_mul()
510 totalnum = num + numblocks; in ec_wNAF_mul()
548 if (numblocks) { in ec_wNAF_mul()
581 numblocks = 1; in ec_wNAF_mul()
604 if (numblocks > pre_comp->numblocks) { in ec_wNAF_mul()
899 for (i = 0; i < numblocks; i++) { in ec_wNAF_precompute_mult()
916 if (i < numblocks - 1) { in ec_wNAF_precompute_mult()
[all …]

12345678910>>...59