Home
last modified time | relevance | path

Searched refs:slot_ix (Results 1 – 14 of 14) sorted by relevance

/dports/net/c3270/suite3270-4.0/Common/
H A Dlazya.c53 static int slot_ix = 0; variable
65 if (current_block == NULL || slot_ix >= BLOCK_SLOTS) { in lazya()
70 slot_ix = 0; in lazya()
74 current_block->slot[slot_ix++] = buf; in lazya()
142 slot_ix = 0; in lazya_flush()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dlazya.c53 static int slot_ix = 0; variable
65 if (current_block == NULL || slot_ix >= BLOCK_SLOTS) { in lazya()
70 slot_ix = 0; in lazya()
74 current_block->slot[slot_ix++] = buf; in lazya()
142 slot_ix = 0; in lazya_flush()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_db_hash.c1261 slot_ix = 0; in match_traverse()
1268 slot_ix = next_slot_function(tb,slot_ix,&lck); in match_traverse()
1324 if ((slot_ix = next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse()
1325 slot_ix = -1; in match_traverse()
1392 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1436 if ((slot_ix=next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1437 slot_ix = -1; in match_traverse_continue()
1811 Sint slot_ix; in db_select_continue_hash() local
1955 Sint slot_ix; in db_select_count_continue_hash() local
2108 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_db_hash.c1296 slot_ix = 0; in match_traverse()
1303 slot_ix = next_slot_function(tb,slot_ix,&lck); in match_traverse()
1359 if ((slot_ix = next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse()
1360 slot_ix = -1; in match_traverse()
1427 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1471 if ((slot_ix=next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1472 slot_ix = -1; in match_traverse_continue()
1846 Sint slot_ix; in db_select_continue_hash() local
1986 Sint slot_ix; in db_select_count_continue_hash() local
2136 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_db_hash.c1572 slot_ix = 0; in match_traverse()
1579 slot_ix = next_slot_function(tb,slot_ix,&lck); in match_traverse()
1635 if ((slot_ix = next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse()
1636 slot_ix = -1; in match_traverse()
1703 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1747 if ((slot_ix=next_slot_function(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1748 slot_ix = -1; in match_traverse_continue()
2122 Sint slot_ix; in db_select_continue_hash() local
2262 Sint slot_ix; in db_select_count_continue_hash() local
2449 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_hash.c1569 slot_ix = 0; in match_traverse()
1576 slot_ix = ctx->on_next_slot(tb,slot_ix,&lck); in match_traverse()
1632 if ((slot_ix = ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse()
1633 slot_ix = -1; in match_traverse()
1691 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1735 if ((slot_ix=ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1736 slot_ix = -1; in match_traverse_continue()
2114 Sint slot_ix; in db_select_continue_hash() local
2262 Sint slot_ix; in db_select_count_continue_hash() local
2458 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_hash.c1569 slot_ix = 0; in match_traverse()
1576 slot_ix = ctx->on_next_slot(tb,slot_ix,&lck); in match_traverse()
1632 if ((slot_ix = ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse()
1633 slot_ix = -1; in match_traverse()
1691 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1735 if ((slot_ix=ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1736 slot_ix = -1; in match_traverse_continue()
2114 Sint slot_ix; in db_select_continue_hash() local
2262 Sint slot_ix; in db_select_count_continue_hash() local
2458 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_hash.c1569 slot_ix = 0; in match_traverse()
1576 slot_ix = ctx->on_next_slot(tb,slot_ix,&lck); in match_traverse()
1632 if ((slot_ix = ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse()
1633 slot_ix = -1; in match_traverse()
1691 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1735 if ((slot_ix=ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1736 slot_ix = -1; in match_traverse_continue()
2114 Sint slot_ix; in db_select_continue_hash() local
2262 Sint slot_ix; in db_select_count_continue_hash() local
2458 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_hash.c1569 slot_ix = 0; in match_traverse()
1576 slot_ix = ctx->on_next_slot(tb,slot_ix,&lck); in match_traverse()
1632 if ((slot_ix = ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse()
1633 slot_ix = -1; in match_traverse()
1691 if (slot_ix < 0 /* EOT */ in match_traverse_continue()
1735 if ((slot_ix=ctx->on_next_slot(tb,slot_ix,&lck)) == 0) { in match_traverse_continue()
1736 slot_ix = -1; in match_traverse_continue()
2114 Sint slot_ix; in db_select_continue_hash() local
2262 Sint slot_ix; in db_select_count_continue_hash() local
2458 Sint slot_ix; in db_select_delete_continue_hash() local
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dffimodule.c100 static int l_ffi_call_layer(kr_layer_t *ctx, int slot_ix) in l_ffi_call_layer() argument
102 const int wrap_slot = l_ffi_wrap_slots[slot_ix]; in l_ffi_call_layer()
103 const int cb_slot = ctx->api->cb_slots[slot_ix]; in l_ffi_call_layer()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs465 let slot_ix = slot_no.get_usize(); in notify_spillage_of_reftyped_vlr() localVariable
466 assert!(slot_ix < self.slots.len()); in notify_spillage_of_reftyped_vlr()
467 let slot = &mut self.slots[slot_ix]; in notify_spillage_of_reftyped_vlr()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs465 let slot_ix = slot_no.get_usize(); in notify_spillage_of_reftyped_vlr() localVariable
466 assert!(slot_ix < self.slots.len()); in notify_spillage_of_reftyped_vlr()
467 let slot = &mut self.slots[slot_ix]; in notify_spillage_of_reftyped_vlr()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dbt_spillslot_allocator.rs465 let slot_ix = slot_no.get_usize(); in notify_spillage_of_reftyped_vlr() localVariable
466 assert!(slot_ix < self.slots.len()); in notify_spillage_of_reftyped_vlr()
467 let slot = &mut self.slots[slot_ix]; in notify_spillage_of_reftyped_vlr()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs465 let slot_ix = slot_no.get_usize(); in notify_spillage_of_reftyped_vlr() localVariable
466 assert!(slot_ix < self.slots.len()); in notify_spillage_of_reftyped_vlr()
467 let slot = &mut self.slots[slot_ix]; in notify_spillage_of_reftyped_vlr()