Home
last modified time | relevance | path

Searched refs:slots_count (Results 1 – 16 of 16) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DMenuActionBar.cpp62 , slots_count(0) in MenuActionBar()
180 hotkeys.resize(slots_count); in MenuActionBar()
181 hotkeys_temp.resize(slots_count); in MenuActionBar()
182 hotkeys_mod.resize(slots_count); in MenuActionBar()
183 locked.resize(slots_count); in MenuActionBar()
184 slot_item_count.resize(slots_count); in MenuActionBar()
185 slot_enabled.resize(slots_count); in MenuActionBar()
186 slot_activated.resize(slots_count); in MenuActionBar()
187 slot_cooldown_size.resize(slots_count); in MenuActionBar()
188 slot_fail_cooldown.resize(slots_count); in MenuActionBar()
[all …]
H A DMenuActionBar.h107 unsigned slots_count; variable
H A DGameStatePlay.cpp837 if (menu->act->slots_count == 0 || index > menu->act->slots_count - 1) return; in updateActionBar()
841 for (unsigned i = index; i < menu->act->slots_count; i++) { in updateActionBar()
1012 for (unsigned i = 0; i < menu->act->slots_count; i++) { in logic()
H A DSaveLoad.cpp140 if (i < menu->act->slots_count) in saveGame()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dasstorage.c909 int i = block->slots_count ; in add_storage_slots()
919 block->slots_count += count ; in add_storage_slots()
920 size = block->slots_count*sizeof(ASStorageSlot*) ; in add_storage_slots()
965 block->slots_count = 0 ; in create_asstorage_block()
1163 if( ++block->last_used >= block->slots_count ) in defragment_storage_block()
1259 if( i >= block->slots_count ) in select_storage_slot()
1294 if( block->unused_count < block->slots_count/10 && block->last_used < block->slots_count-1 ) in split_storage_slot()
1299 register int i, max_i = block->slots_count ; in split_storage_slot()
1309 if( block->slots_count >= AS_STORAGE_MAX_SLOTS_CNT ) in split_storage_slot()
1313 i = block->slots_count ; in split_storage_slot()
[all …]
H A Dasstorage.h148 int slots_count, unused_count ; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dasstorage.c907 int i = block->slots_count ; in add_storage_slots()
917 block->slots_count += count ; in add_storage_slots()
918 size = block->slots_count*sizeof(ASStorageSlot*) ; in add_storage_slots()
963 block->slots_count = 0 ; in create_asstorage_block()
1161 if( ++block->last_used >= block->slots_count ) in defragment_storage_block()
1257 if( i >= block->slots_count ) in select_storage_slot()
1292 if( block->unused_count < block->slots_count/10 && block->last_used < block->slots_count-1 ) in split_storage_slot()
1297 register int i, max_i = block->slots_count ; in split_storage_slot()
1307 if( block->slots_count >= AS_STORAGE_MAX_SLOTS_CNT ) in split_storage_slot()
1311 i = block->slots_count ; in split_storage_slot()
[all …]
H A Dasstorage.h148 int slots_count, unused_count ; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/remote_cocoa/app_shim/
H A Dalert.mm67 for (size_t index = 0, slots_count = 0; index < informative_text.length;
71 slots_count += kSlotsPerLine;
73 slots_count++;
74 if (slots_count > kMessageTextMaxSlots) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/remote_cocoa/app_shim/
H A Dalert.mm67 for (size_t index = 0, slots_count = 0; index < informative_text.length;
71 slots_count += kSlotsPerLine;
73 slots_count++;
74 if (slots_count > kMessageTextMaxSlots) {
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_circ.d417 uintC slots_count; /* 2^log_slots */ member
446 ps->slots_count = 1 << ps->log_slots; in pointer_set_init()
449 bzero(ps->slots,ps->slots_count*sizeof(aint)); in pointer_set_init()
488 if (ps->elements_count > ps->slots_count/2) { in pointer_set_insert()
490 var uintC new_n_slots = ps->slots_count * 2; in pointer_set_insert()
496 dotimesC(count,ps->slots_count, in pointer_set_insert()
506 ps->slots_count = new_n_slots; in pointer_set_insert()
511 n = pointer_set_insert_aux(p,ps->slots,ps->slots_count,ps->log_slots); in pointer_set_insert()
/dports/databases/redis6/redis-6.0.16/src/
H A Dredis-benchmark.c158 int slots_count; member
408 assert(node->current_slot_index < node->slots_count); in setClusterKeyHashTag()
971 node->slots_count = 0; in createClusterNode()
1161 node->slots[node->slots_count++] = slot; in fetchClusterConfiguration()
1165 node->slots[node->slots_count++] = slot; in fetchClusterConfiguration()
1169 if (node->slots_count == 0) { in fetchClusterConfiguration()
1289 node->slots_count = node->updated_slots_count; in updateClusterSlotsConfiguration()
H A Dredis-cli.c2222 int slots_count; member
2706 node->slots_count = 0; in clusterManagerNodeResetSlots()
3010 node->slots_count, in clusterManagerNodeGetJSON()
3187 int argc = node->slots_count + 2; in clusterManagerAddSlots()
3962 node->slots_count++; in clusterManagerNodeLoadInfo()
4129 return node2->slots_count - node1->slots_count; in clusterManagerSlotCountCompareDesc()
5243 tot_slots += node->slots_count; in clusterManagerComputeReshardTable()
5502 master->slots_count = 0; in clusterManagerCommandCreate()
5505 master->slots_count++; in clusterManagerCommandCreate()
5788 if (node->slots_count != 0) { in clusterManagerCommandDeleteNode()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dredis-benchmark.c168 int slots_count; member
443 assert(node->current_slot_index < node->slots_count); in setClusterKeyHashTag()
1056 node->slots_count = 0; in createClusterNode()
1246 node->slots[node->slots_count++] = slot; in fetchClusterConfiguration()
1250 node->slots[node->slots_count++] = slot; in fetchClusterConfiguration()
1254 if (node->slots_count == 0) { in fetchClusterConfiguration()
1376 node->slots_count = node->updated_slots_count; in updateClusterSlotsConfiguration()
H A Dredis-cli.c2338 int slots_count; member
2833 node->slots_count = 0; in clusterManagerNodeResetSlots()
3141 node->slots_count, in clusterManagerNodeGetJSON()
3318 int argc = node->slots_count + 2; in clusterManagerAddSlots()
4093 node->slots_count++; in clusterManagerNodeLoadInfo()
4259 return node2->slots_count - node1->slots_count; in clusterManagerSlotCountCompareDesc()
5369 tot_slots += node->slots_count; in clusterManagerComputeReshardTable()
5628 master->slots_count = 0; in clusterManagerCommandCreate()
5631 master->slots_count++; in clusterManagerCommandCreate()
5914 if (node->slots_count != 0) { in clusterManagerCommandDeleteNode()
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dredis-cli.c1923 int slots_count; member
2348 node->slots_count = 0; in clusterManagerNodeResetSlots()
2754 int argc = node->slots_count + 2; in clusterManagerAddSlots()
3273 node->slots_count++; in clusterManagerNodeLoadInfo()
3436 return node2->slots_count - node1->slots_count; in clusterManagerSlotCountCompareDesc()
4432 tot_slots += node->slots_count; in clusterManagerComputeReshardTable()
4693 master->slots_count = 0; in clusterManagerCommandCreate()
4696 master->slots_count++; in clusterManagerCommandCreate()
4978 if (node->slots_count != 0) { in clusterManagerCommandDeleteNode()
5319 if (n->slots_count > 0) { in clusterManagerCommandRebalance()
[all …]