Home
last modified time | relevance | path

Searched refs:num_blocks (Results 101 – 125 of 4661) sorted by relevance

12345678910>>...187

/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/vcos/generic/
H A Dvcos_generic_blockpool.h96 VCOS_UNSIGNED num_blocks; member
145 #define VCOS_BLOCKPOOL_SIZE(num_blocks, block_size, align) \ argument
147 (align)) * (num_blocks)) + (align))
165 VCOS_UNSIGNED num_blocks, VCOS_UNSIGNED block_size,
172 VCOS_BLOCKPOOL_T *pool, VCOS_UNSIGNED num_blocks,
179 VCOS_UNSIGNED num_extensions, VCOS_UNSIGNED num_blocks);
210 VCOS_UNSIGNED num_blocks, VCOS_UNSIGNED block_size, in vcos_blockpool_init() argument
214 return vcos_generic_blockpool_init(pool, num_blocks, block_size, in vcos_blockpool_init()
220 VCOS_UNSIGNED num_blocks, VCOS_UNSIGNED block_size, in vcos_blockpool_create_on_heap() argument
224 pool, num_blocks, block_size, align, flags, name); in vcos_blockpool_create_on_heap()
[all …]
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib.c154 uint8_t num_blocks; member
515 table_ptr->num_blocks = 1; in hashlib_create_table()
520 table_ptr->num_blocks = 0; in hashlib_create_table()
742 for (k = table_ptr->num_blocks; k > 0; ) { in hashlib_rehash()
789 table_ptr->num_blocks = 1; in hashlib_rehash()
828 ++table_ptr->num_blocks; in hashlib_add_block()
1004 if (table_ptr->num_blocks == 1) { in hashlib_compute_next_block_entries()
1014 if (table_ptr->num_blocks == 1) { in hashlib_compute_next_block_entries()
1023 if (table_ptr->num_blocks == 1) { in hashlib_compute_next_block_entries()
1182 assert(table_ptr->num_blocks); in hashlib_insert()
[all …]
/dports/games/blackshadeselite/blackshadeselite/Source/
H A DGame.h54 #define num_blocks 100 macro
141 int cityrotation[num_blocks][num_blocks];
142 int citytype[num_blocks][num_blocks];
143 int citypeoplenum[num_blocks][num_blocks];
144 bool drawn[num_blocks][num_blocks];
/dports/security/john/john-1.9.0-jumbo-1/src/aes/aesni/
H A Dintel_aes.c59 aesData.num_blocks = numBlocks; in intel_AES_enc128()
73 aesData.num_blocks = numBlocks; in intel_AES_enc128_CBC()
88 aesData.num_blocks = numBlocks; in intel_AES_enc192()
102 aesData.num_blocks = numBlocks; in intel_AES_enc192_CBC()
117 aesData.num_blocks = numBlocks; in intel_AES_enc256()
131 aesData.num_blocks = numBlocks; in intel_AES_enc256_CBC()
146 aesData.num_blocks = numBlocks; in intel_AES_dec128()
159 aesData.num_blocks = numBlocks; in intel_AES_dec128_CBC()
174 aesData.num_blocks = numBlocks; in intel_AES_dec192()
188 aesData.num_blocks = numBlocks; in intel_AES_dec192_CBC()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
H A Dcopy.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == n); in test01()
40 const auto n = a.num_blocks(); in test02()
43 VERIFY(b.num_blocks() == n); in test02()
45 VERIFY(a.num_blocks() == n); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
H A Dcopy.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == n); in test01()
40 const auto n = a.num_blocks(); in test02()
43 VERIFY(b.num_blocks() == n); in test02()
45 VERIFY(a.num_blocks() == n); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
H A Dcopy.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == n); in test01()
40 const auto n = a.num_blocks(); in test02()
43 VERIFY(b.num_blocks() == n); in test02()
45 VERIFY(a.num_blocks() == n); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
H A Dcopy.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == n); in test01()
40 const auto n = a.num_blocks(); in test02()
43 VERIFY(b.num_blocks() == n); in test02()
45 VERIFY(a.num_blocks() == n); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
H A Dcopy.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == n); in test01()
40 const auto n = a.num_blocks(); in test02()
43 VERIFY(b.num_blocks() == n); in test02()
45 VERIFY(a.num_blocks() == n); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dmove.cc27 const auto n = a.num_blocks(); in test01()
29 VERIFY(b.num_blocks() == n); in test01()
31 VERIFY(a.num_blocks() == 0); in test01()
39 const auto n = a.num_blocks(); in test02()
42 VERIFY(b.num_blocks() == n); in test02()
44 VERIFY(a.num_blocks() == 0); in test02()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/tests/
H A Dfftfilt_runtest.c50 unsigned int num_blocks = d.quot + (d.rem ? 1 : 0); in fftfilt_rrrf_test() local
60 float y_test[n*num_blocks]; in fftfilt_rrrf_test()
65 for (i=0; i<num_blocks; i++) in fftfilt_rrrf_test()
98 unsigned int num_blocks = d.quot + (d.rem ? 1 : 0); in fftfilt_crcf_test() local
108 float complex y_test[n*num_blocks]; in fftfilt_crcf_test()
113 for (i=0; i<num_blocks; i++) in fftfilt_crcf_test()
148 unsigned int num_blocks = d.quot + (d.rem ? 1 : 0); in fftfilt_cccf_test() local
158 float complex y_test[n*num_blocks]; in fftfilt_cccf_test()
163 for (i=0; i<num_blocks; i++) in fftfilt_cccf_test()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dstorage.c109 if (num_blocks == 0) { in build_partition()
121 if (num_blocks == 0) { in build_partition()
136 buf[12] = num_blocks; in build_partition()
137 buf[13] = num_blocks >> 8; in build_partition()
138 buf[14] = num_blocks >> 16; in build_partition()
139 buf[15] = num_blocks >> 24; in build_partition()
188 int storage_read_blocks(uint8_t *dest, uint32_t block_num, uint32_t num_blocks) { in storage_read_blocks() argument
191 return MICROPY_HW_BDEV_READBLOCKS(dest, block_num - FLASH_PART1_START_BLOCK, num_blocks); in storage_read_blocks()
201 for (size_t i = 0; i < num_blocks; i++) { in storage_read_blocks()
209 int storage_write_blocks(const uint8_t *src, uint32_t block_num, uint32_t num_blocks) { in storage_write_blocks() argument
[all …]

12345678910>>...187