Searched refs:next_index (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_memory_descriptor_list.c76 base_mdl->next_index = 0;
94 if (base_mdl->next_index < base_mdl->length)
95 base_mdl->next_index++;
96 else if (base_mdl->next_index == base_mdl->length)
113 if (base_mdl->next_index < base_mdl->length)
114 return & base_mdl->mde_array[base_mdl->next_index];
115 else if (base_mdl->next_index == base_mdl->length)
139 mdl->next_index = 0;
H A Dsci_base_memory_descriptor_list.h90 U32 next_index; member in struct:SCI_BASE_MEMORY_DESCRIPTOR_LIST
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dnametoindex.cpp44 int next_index; member in class:character_indexer
51 : next_index(0)
67 ascii_index[c] = next_index++;
75 small_number_index[n] = next_index++;
90 *np = next_index++;
/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c33 int next_index; variable
55 hash_tab[i] = next_index;
57 next_index++;
151 next_index = 1;
188 next_index, collisions);
/freebsd-11-stable/contrib/serf/buckets/
H A Dallocator.c81 int next_index; /* info[] is a ring. next bucket goes at this idx. */ member in struct:__anon54
147 track->next_index = 0;
296 int idx = track->next_index;
321 rs = &track->info[track->next_index];
325 if (++track->next_index == TRACK_BUCKET_COUNT)
326 track->next_index = 0;
376 track->next_index = 0;
388 allocator->track->next_index = 0;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcharinfo.h25 static int next_index; member in class:charinfo
/freebsd-11-stable/sys/dev/isci/
H A Disci_controller.c574 uint8_t next_index = isci_controller->index + 1; local
596 if (next_index < driver->controller_count) {
601 &driver->controllers[next_index]);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h896 uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member in struct:__anon8701::__anon8714
910 uint64_t next_index : 11;
943 uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member in struct:__anon8701::__anon8716
950 uint64_t next_index : 11;
1031 uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member in struct:__anon8701::__anon8720
1034 uint64_t next_index : 11;
H A Dcvmx-pow.c385 head = dump->smemload[head][4].s_smemload3_cn68xx.next_index;
390 head = dump->smemload[head][0].s_smemload0.next_index;
554 printf(" next=%d", dump->smemload[index][0].s_smemload0.next_index);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h268 kmp_uint64 next_index = 1 - current_index;
273 "next_index:%llu curr_wait:%llu next_wait:%llu\n",
274 __kmp_get_gtid(), current_index, next_index, current_wait_value,
281 tdata->index = next_index;
315 kmp_uint64 next_index = 1 - current_index;
320 "next_index:%llu curr_wait:%llu next_wait:%llu\n",
321 __kmp_get_gtid(), current_index, next_index, current_wait_value,
328 tdata->index = next_index;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.c224 uint32_t next_index; /*>> iterator next index */ member in struct:ocs_varray_s
249 va->next_index = 0;
318 va->next_index = 0;
362 rval = va->array[va->next_index];
363 if (++va->next_index >= va->entry_count) {
364 va->next_index = 0;
H A Dsli4.h3998 uint32_t next_index:16, member in struct:sli4_res_fcoe_read_fcf_table_s
H A Docs_hw.c9126 * read and the next_index field from the FCOE_READ_FCF_TABLE command
9232 if (SLI4_FCOE_FCF_TABLE_LAST != read_fcf->next_index) {
9233 ocs_hw_read_fcf(hw, read_fcf->next_index);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c3206 bfd_vma next_index;
3213 next_index = MIPS_ELF_GOT_SIZE (entry->abfd) * (long) g->tls_assigned_gotno;
3222 entry->d.h->tls_got_offset = next_index;
3237 g->tls_ldm_offset = next_index;
3239 entry->gotidx = next_index;
3192 bfd_vma next_index; local

Completed in 230 milliseconds