Searched refs:last_index (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.return_nvlist_neg.ksh45 typeset -i last_index=$((${#args[*]} - 1))
46 for i in $(seq 0 $last_index); do
52 for i in $(seq 0 $last_index); do
/freebsd-current/contrib/libedit/TEST/
H A Dtest_filecompletion.c498 static int last_index = 0; local
500 if (last_index == 2) {
501 last_index = 0;
507 if (inputs[i].expanded_text[last_index] != NULL)
508 return strdup(inputs[i].expanded_text[last_index++]);
510 last_index = 0;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c612 uint16_t index, last_index = 0; local
622 last_index = cl_ntoh16(p_port->p_node->node_info.partition_cap) % IB_NUM_PKEY_ELEMENTS_IN_BLOCK;
623 if (last_index == 0)
624 last_index = IB_NUM_PKEY_ELEMENTS_IN_BLOCK;
625 index = last_index;
699 uint16_t last_index; local
776 &last_index)) {
777 last_index += peer_block_idx * IB_NUM_PKEY_ELEMENTS_IN_BLOCK;
778 if (cl_ntoh16(p_node->sw->switch_info.enforce_cap) <= last_index) {
783 last_index,
[all...]
/freebsd-current/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c399 char *last_index = NULL; local
422 last_index = SRP_get_default_gN(NULL)->id;
445 last_index = pp[DB_srpid];
473 if (last_index != NULL) {
476 if (((gN = SRP_get_gN_by_id(last_index, SRP_gN_tab)) == NULL)) {
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp337 uint32_t last_index = instructions->GetSize() - 1; local
338 if (last_index - pc_index > 1) {
340 instructions->GetInstructionAtIndex(last_index);
/freebsd-current/contrib/libbegemot/
H A Drpoll.c497 static u_int last_index; local
565 idx = rpoll_policy ? ((last_index+i) % regs_alloc) : i;
608 last_index++;
/freebsd-current/sys/cam/
H A Dcam_queue.c48 int last_index);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp3828 static int last_index = 0; local
3829 if ((last_index >= __kmp_num_locks_in_block) || (__kmp_lock_blocks == NULL)) {
3831 last_index = 0;
3847 ((char *)(__kmp_lock_blocks->locks))[last_index * __kmp_user_lock_size]));
3848 last_index++;

Completed in 226 milliseconds