Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 25 of 2793) sorted by relevance

12345678910>>...112

/dports/devel/mdds/mdds-1.7.0/src/
H A Dmulti_type_vector_test_event.cpp56 block_count(0), in event_block_counter()
72 ++block_count; in element_block_acquired()
116 --block_count; in element_block_released()
181 assert(db.event_handler().block_count == 0); in mtv_test_block_counter()
187 assert(db.event_handler().block_count == 1); in mtv_test_block_counter()
190 assert(db.event_handler().block_count == 0); in mtv_test_block_counter()
194 assert(db.event_handler().block_count == 1); in mtv_test_block_counter()
197 assert(db.event_handler().block_count == 1); in mtv_test_block_counter()
200 assert(db.event_handler().block_count == 2); in mtv_test_block_counter()
206 assert(db.event_handler().block_count == 1); in mtv_test_block_counter()
[all …]
/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dprofile.c37 typedef struct block_count { struct
45 } block_count; argument
47 block_count *blocks[HASH_SIZE];
50 block_count *block_lookup(Inst *ip) in block_lookup()
52 block_count *b = blocks[hash(ip)]; in block_lookup()
60 block_count *block_insert(Inst *ip) in block_insert()
63 block_count *new; in block_insert()
67 new = (block_count *)malloc(sizeof(block_count)); in block_insert()
93 block_count *next_block=NULL; in postprocess_block()
122 block_count *b = blocks[i]; in postprocess()
[all …]
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dprofile.c37 typedef struct block_count { struct
45 } block_count; typedef
47 block_count *blocks[HASH_SIZE];
50 block_count *block_lookup(Inst *ip) in block_lookup()
52 block_count *b = blocks[hash(ip)]; in block_lookup()
60 block_count *block_insert(Inst *ip) in block_insert()
63 block_count *new; in block_insert()
67 new = (block_count *)malloc(sizeof(block_count)); in block_insert()
93 block_count *next_block=NULL; in postprocess_block()
122 block_count *b = blocks[i]; in postprocess()
[all …]
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dprofile.c32 typedef struct block_count { struct
40 } block_count; typedef
42 block_count *blocks[HASH_SIZE];
46 block_count *block_lookup(Xt *ip) in block_lookup()
48 block_count *b = blocks[hash(ip)]; in block_lookup()
56 block_count *block_insert(Xt *ip) in block_insert()
59 block_count *new; in block_insert()
63 new = (block_count *)malloc(sizeof(block_count)); in block_insert()
95 block_count *next_block; in postprocess_block()
124 block_count *b = blocks[i]; in postprocess()
[all …]
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/ngp/
H A Dflash.c59 static uint16_t block_count; variable
107 block_count --; in flash_optimise_blocks()
127 block_count = header.block_count; in do_flash_read()
132 for (i = 0; i < block_count; i++) in do_flash_read()
164 block_count = 0; in flash_read()
167 header.block_count = 0; in flash_read()
196 for (i = 0; i < block_count; i++) in flash_write()
215 block_count++; in flash_write()
225 if (block_count == 0) in make_flash_commit()
233 header.block_count = block_count; in make_flash_commit()
[all …]
/dports/emulators/mednafen/mednafen/src/ngp/
H A Dflash.cpp65 static uint16 block_count; variable
79 for (j = i+1; j < block_count; j++) in flash_optimise_blocks()
117 block_count --; in flash_optimise_blocks()
145 block_count = header.block_count; in do_flash_read()
150 for (i = 0; i < block_count; i++) in do_flash_read()
171 for (i = 0; i < block_count; i++) in do_flash_read()
184 block_count = 0; in FLASH_LoadNV()
223 for (i = 0; i < block_count; i++) in flash_write()
251 block_count++; in flash_write()
263 if (block_count == 0) in make_flash_commit()
[all …]
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum_skip.c31 int64_t block_count; in skip_array() local
34 check_prefix(rval, enc->read_long(reader, &block_count), in skip_array()
37 while (block_count != 0) { in skip_array()
38 if (block_count < 0) { in skip_array()
39 block_count = block_count * -1; in skip_array()
44 for (i = 0; i < block_count; i++) { in skip_array()
59 int64_t i, block_count; in skip_map() local
63 while (block_count != 0) { in skip_map()
65 if (block_count < 0) { in skip_map()
66 block_count = block_count * -1; in skip_map()
[all …]
H A Dconsume-binary.c51 int64_t block_count; in read_array() local
57 1, block_count, ud)); in read_array()
59 while (block_count != 0) { in read_array()
60 if (block_count < 0) { in read_array()
61 block_count = block_count * -1; in read_array()
81 0, block_count, ud)); in read_array()
94 int64_t block_count; in read_map() local
100 1, block_count, ud)); in read_map()
102 while (block_count != 0) { in read_map()
103 if (block_count < 0) { in read_map()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum_skip.c31 int64_t block_count; in skip_array() local
34 check_prefix(rval, enc->read_long(reader, &block_count), in skip_array()
37 while (block_count != 0) { in skip_array()
38 if (block_count < 0) { in skip_array()
39 block_count = block_count * -1; in skip_array()
44 for (i = 0; i < block_count; i++) { in skip_array()
59 int64_t i, block_count; in skip_map() local
63 while (block_count != 0) { in skip_map()
65 if (block_count < 0) { in skip_map()
66 block_count = block_count * -1; in skip_map()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dvecsegdataindex.cpp62 block_count = 0;
100 SwapData( &block_count, 4, 1 );
109 size_on_disk = block_count * 4 + 8;
119 return 8 + 4 * block_count; in SRITInfo_t()
138 block_index.resize( block_count ); in Copy()
145 if( block_count > 0 )
150 4 * block_count );
176 memcpy( wbuf.buffer + 0, &block_count, 4 );
183 SwapData( wbuf.buffer, 4, block_count+2 );
266 block_count++;
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dvecsegdataindex.cpp62 block_count = 0; in VecSegDataIndex()
100 SwapData( &block_count, 4, 1 ); in Initialize()
109 size_on_disk = block_count * 4 + 8; in Initialize()
119 return 8 + 4 * block_count; in SerializedSize()
138 block_index.resize( block_count ); in GetIndex()
145 if( block_count > 0 ) in GetIndex()
150 4 * block_count ); in GetIndex()
176 memcpy( wbuf.buffer + 0, &block_count, 4 ); in Flush()
183 SwapData( wbuf.buffer, 4, block_count+2 ); in Flush()
266 block_count++; in AddBlockToIndex()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dvecsegdataindex.cpp62 block_count = 0; in VecSegDataIndex()
100 SwapData( &block_count, 4, 1 ); in Initialize()
109 size_on_disk = block_count * 4 + 8; in Initialize()
119 return 8 + 4 * block_count; in SerializedSize()
138 block_index.resize( block_count ); in GetIndex()
145 if( block_count > 0 ) in GetIndex()
150 4 * block_count ); in GetIndex()
176 memcpy( wbuf.buffer + 0, &block_count, 4 ); in Flush()
183 SwapData( wbuf.buffer, 4, block_count+2 ); in Flush()
266 block_count++; in AddBlockToIndex()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vsl/
H A Dvsl_block_binary_rle.h29 std::size_t block_count=1; in vsl_block_binary_rle_write() local
34 vsl_b_write(os, block_count); in vsl_block_binary_rle_write()
37 block_count=0; in vsl_block_binary_rle_write()
40 ++block_count; in vsl_block_binary_rle_write()
42 vsl_b_write(os, block_count); in vsl_block_binary_rle_write()
63 std::size_t block_count; in vsl_block_binary_rle_read() local
64 vsl_b_read(is, block_count); in vsl_block_binary_rle_read()
65 if (block_count > nelems) in vsl_block_binary_rle_read()
72 std::fill(last+1, last+block_count, *last); in vsl_block_binary_rle_read()
73 last+=block_count; in vsl_block_binary_rle_read()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dqtum_globals_state_changer.py64 block_count = self.node.getblockcount()
67 assert_equal(self.node.getblockcount(), block_count+1)
70 block_count = self.node.getblockcount()
73 assert_equal(self.node.getblockcount(), block_count+1)
76 block_count = self.node.getblockcount()
79 assert_equal(self.node.getblockcount(), block_count+1)
82 block_count = self.node.getblockcount()
85 assert_equal(self.node.getblockcount(), block_count+1)
88 block_count = self.node.getblockcount()
91 assert_equal(self.node.getblockcount(), block_count+1)
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2019_12_12/_shared/avro/
H A Davro_io.py345 while block_count != 0:
346 if block_count < 0:
347 block_count = -block_count
349 for _ in range(block_count):
356 while block_count != 0:
357 if block_count < 0:
382 while block_count != 0:
383 if block_count < 0:
384 block_count = -block_count
394 while block_count != 0:
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_02_10/_shared/avro/
H A Davro_io.py345 while block_count != 0:
346 if block_count < 0:
347 block_count = -block_count
349 for _ in range(block_count):
356 while block_count != 0:
357 if block_count < 0:
382 while block_count != 0:
383 if block_count < 0:
384 block_count = -block_count
394 while block_count != 0:
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_04_08/_shared/avro/
H A Davro_io.py345 while block_count != 0:
346 if block_count < 0:
347 block_count = -block_count
349 for _ in range(block_count):
356 while block_count != 0:
357 if block_count < 0:
382 while block_count != 0:
383 if block_count < 0:
384 block_count = -block_count
394 while block_count != 0:
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/murmurhash3/src/
H A Dmmh3_128.rs24 let block_count = len / read_size; in murmurhash3_x64_128() localVariable
29 for i in 0..block_count as usize { in murmurhash3_x64_128()
56 if len & 15 == 15 { k2 ^= (bytes[(block_count * read_size) as usize + 14] as u64) << 48; } in murmurhash3_x64_128()
62 if len & 15 >= 9 { k2 ^= bytes[(block_count * read_size) as usize + 8] as u64; in murmurhash3_x64_128()
69 if len & 15 >= 8 { k1 ^= (bytes[(block_count * read_size) as usize + 7] as u64) << 56; } in murmurhash3_x64_128()
70 if len & 15 >= 7 { k1 ^= (bytes[(block_count * read_size) as usize + 6] as u64) << 48; } in murmurhash3_x64_128()
71 if len & 15 >= 6 { k1 ^= (bytes[(block_count * read_size) as usize + 5] as u64) << 40; } in murmurhash3_x64_128()
72 if len & 15 >= 5 { k1 ^= (bytes[(block_count * read_size) as usize + 4] as u64) << 32; } in murmurhash3_x64_128()
73 if len & 15 >= 4 { k1 ^= (bytes[(block_count * read_size) as usize + 3] as u64) << 24; } in murmurhash3_x64_128()
74 if len & 15 >= 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u64) << 16; } in murmurhash3_x64_128()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/murmurhash3/src/
H A Dmmh3_128.rs24 let block_count = len / read_size; in murmurhash3_x64_128() localVariable
29 for i in 0..block_count as usize { in murmurhash3_x64_128()
56 if len & 15 == 15 { k2 ^= (bytes[(block_count * read_size) as usize + 14] as u64) << 48; } in murmurhash3_x64_128()
62 if len & 15 >= 9 { k2 ^= bytes[(block_count * read_size) as usize + 8] as u64; in murmurhash3_x64_128()
69 if len & 15 >= 8 { k1 ^= (bytes[(block_count * read_size) as usize + 7] as u64) << 56; } in murmurhash3_x64_128()
70 if len & 15 >= 7 { k1 ^= (bytes[(block_count * read_size) as usize + 6] as u64) << 48; } in murmurhash3_x64_128()
71 if len & 15 >= 6 { k1 ^= (bytes[(block_count * read_size) as usize + 5] as u64) << 40; } in murmurhash3_x64_128()
72 if len & 15 >= 5 { k1 ^= (bytes[(block_count * read_size) as usize + 4] as u64) << 32; } in murmurhash3_x64_128()
73 if len & 15 >= 4 { k1 ^= (bytes[(block_count * read_size) as usize + 3] as u64) << 24; } in murmurhash3_x64_128()
74 if len & 15 >= 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u64) << 16; } in murmurhash3_x64_128()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/murmurhash3-0.0.5/src/
H A Dmmh3_128.rs24 let block_count = len / read_size; in murmurhash3_x64_128() localVariable
29 for i in 0..block_count as usize { in murmurhash3_x64_128()
56 if len & 15 == 15 { k2 ^= (bytes[(block_count * read_size) as usize + 14] as u64) << 48; } in murmurhash3_x64_128()
62 if len & 15 >= 9 { k2 ^= bytes[(block_count * read_size) as usize + 8] as u64; in murmurhash3_x64_128()
69 if len & 15 >= 8 { k1 ^= (bytes[(block_count * read_size) as usize + 7] as u64) << 56; } in murmurhash3_x64_128()
70 if len & 15 >= 7 { k1 ^= (bytes[(block_count * read_size) as usize + 6] as u64) << 48; } in murmurhash3_x64_128()
71 if len & 15 >= 6 { k1 ^= (bytes[(block_count * read_size) as usize + 5] as u64) << 40; } in murmurhash3_x64_128()
72 if len & 15 >= 5 { k1 ^= (bytes[(block_count * read_size) as usize + 4] as u64) << 32; } in murmurhash3_x64_128()
73 if len & 15 >= 4 { k1 ^= (bytes[(block_count * read_size) as usize + 3] as u64) << 24; } in murmurhash3_x64_128()
74 if len & 15 >= 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u64) << 16; } in murmurhash3_x64_128()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/murmurhash3/src/
H A Dmmh3_128.rs24 let block_count = len / read_size; in murmurhash3_x64_128() localVariable
29 for i in 0..block_count as usize { in murmurhash3_x64_128()
56 if len & 15 == 15 { k2 ^= (bytes[(block_count * read_size) as usize + 14] as u64) << 48; } in murmurhash3_x64_128()
62 if len & 15 >= 9 { k2 ^= bytes[(block_count * read_size) as usize + 8] as u64; in murmurhash3_x64_128()
69 if len & 15 >= 8 { k1 ^= (bytes[(block_count * read_size) as usize + 7] as u64) << 56; } in murmurhash3_x64_128()
70 if len & 15 >= 7 { k1 ^= (bytes[(block_count * read_size) as usize + 6] as u64) << 48; } in murmurhash3_x64_128()
71 if len & 15 >= 6 { k1 ^= (bytes[(block_count * read_size) as usize + 5] as u64) << 40; } in murmurhash3_x64_128()
72 if len & 15 >= 5 { k1 ^= (bytes[(block_count * read_size) as usize + 4] as u64) << 32; } in murmurhash3_x64_128()
73 if len & 15 >= 4 { k1 ^= (bytes[(block_count * read_size) as usize + 3] as u64) << 24; } in murmurhash3_x64_128()
74 if len & 15 >= 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u64) << 16; } in murmurhash3_x64_128()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/murmurhash3/src/
H A Dmmh3_128.rs24 let block_count = len / read_size; in murmurhash3_x64_128() localVariable
29 for i in 0..block_count as usize { in murmurhash3_x64_128()
56 if len & 15 == 15 { k2 ^= (bytes[(block_count * read_size) as usize + 14] as u64) << 48; } in murmurhash3_x64_128()
62 if len & 15 >= 9 { k2 ^= bytes[(block_count * read_size) as usize + 8] as u64; in murmurhash3_x64_128()
69 if len & 15 >= 8 { k1 ^= (bytes[(block_count * read_size) as usize + 7] as u64) << 56; } in murmurhash3_x64_128()
70 if len & 15 >= 7 { k1 ^= (bytes[(block_count * read_size) as usize + 6] as u64) << 48; } in murmurhash3_x64_128()
71 if len & 15 >= 6 { k1 ^= (bytes[(block_count * read_size) as usize + 5] as u64) << 40; } in murmurhash3_x64_128()
72 if len & 15 >= 5 { k1 ^= (bytes[(block_count * read_size) as usize + 4] as u64) << 32; } in murmurhash3_x64_128()
73 if len & 15 >= 4 { k1 ^= (bytes[(block_count * read_size) as usize + 3] as u64) << 24; } in murmurhash3_x64_128()
74 if len & 15 >= 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u64) << 16; } in murmurhash3_x64_128()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dslice_read_planner.cc83 int SliceReadPlanner::addParts(SliceReadPlan *plan, int first_block, int block_count, in addParts() argument
92 block_count); in addParts()
96 buffer_offset += block_count * MFSBLOCKSIZE; in addParts()
98 op.buffer_offset = index * MFSBLOCKSIZE * block_count; in addParts()
115 int SliceReadPlanner::addBasicParts(SliceReadPlan *plan, int first_block, int block_count, in addBasicParts() argument
118 return addParts(plan, first_block, block_count, parts_count, 0, buffer_offset); in addBasicParts()
168 uint32_t block_count) { in buildPlanFor() argument
170 plan->buffer_part_size = block_count * MFSBLOCKSIZE; in buildPlanFor()
185 block_count); in buildPlanFor()
198 addExtraParts(plan.get(), first_block, block_count, offset); in buildPlanFor()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/krypto/
H A Dcipher.h116 uint32_t block_count);
119 uint32_t block_count);
128 uint32_t block_count);
152 uint32_t block_count);
156 uint32_t block_count);
160 uint32_t block_count);
164 uint32_t block_count);
177 uint32_t block_count);
181 uint32_t block_count);
196 void * out, uint32_t block_count);
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/krypto/
H A Dcipher.h116 uint32_t block_count);
119 uint32_t block_count);
128 uint32_t block_count);
152 uint32_t block_count);
156 uint32_t block_count);
160 uint32_t block_count);
164 uint32_t block_count);
177 uint32_t block_count);
181 uint32_t block_count);
196 void * out, uint32_t block_count);
[all …]

12345678910>>...112