| /freebsd-11-stable/sys/dev/isci/scil/ |
| HD | sci_base_memory_descriptor_list.c | 76 base_mdl->next_index = 0; in sci_mdl_first_entry() 94 if (base_mdl->next_index < base_mdl->length) in sci_mdl_next_entry() 95 base_mdl->next_index++; in sci_mdl_next_entry() 96 else if (base_mdl->next_index == base_mdl->length) in sci_mdl_next_entry() 113 if (base_mdl->next_index < base_mdl->length) in sci_mdl_get_current_entry() 114 return & base_mdl->mde_array[base_mdl->next_index]; in sci_mdl_get_current_entry() 115 else if (base_mdl->next_index == base_mdl->length) in sci_mdl_get_current_entry() 139 mdl->next_index = 0; in sci_base_mdl_construct()
|
| HD | sci_base_memory_descriptor_list.h | 90 U32 next_index; member
|
| /freebsd-11-stable/contrib/groff/src/libs/libgroff/ |
| HD | nametoindex.cpp | 44 int next_index; member in character_indexer 51 : next_index(0) in character_indexer() 67 ascii_index[c] = next_index++; in ascii_char_index() 75 small_number_index[n] = next_index++; in numbered_char_index() 90 *np = next_index++; in named_char_index()
|
| /freebsd-11-stable/contrib/serf/buckets/ |
| HD | allocator.c | 81 int next_index; /* info[] is a ring. next bucket goes at this idx. */ member 147 track->next_index = 0; in serf_bucket_allocator_create() 296 int idx = track->next_index; in find_read_status() 321 rs = &track->info[track->next_index]; in find_read_status() 325 if (++track->next_index == TRACK_BUCKET_COUNT) in find_read_status() 326 track->next_index = 0; in find_read_status() 376 track->next_index = 0; in serf_debug__entered_loop() 388 allocator->track->next_index = 0; in serf_debug__closed_conn()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | gen-protos.c | 33 int next_index; variable 55 hash_tab[i] = next_index; in add_hash() 57 next_index++; in add_hash() 151 next_index = 1; in main() 188 next_index, collisions); in main()
|
| HD | ChangeLog-2004 | 19561 (next_index): Remove, unused.
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_dispatch_hier.h | 268 kmp_uint64 next_index = 1 - current_index; in barrier() local 274 __kmp_get_gtid(), current_index, next_index, current_wait_value, in barrier() 281 tdata->index = next_index; in barrier() 315 kmp_uint64 next_index = 1 - current_index; in barrier() local 321 __kmp_get_gtid(), current_index, next_index, current_wait_value, in barrier() 328 tdata->index = next_index; in barrier()
|
| /freebsd-11-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-pow.h | 896 … uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member 910 uint64_t next_index : 11; 943 … uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member 950 uint64_t next_index : 11; 1031 … uint64_t next_index : 11; /**< The next entry in the input, free, descheduled_head list member 1034 uint64_t next_index : 11;
|
| HD | cvmx-pow.c | 385 head = dump->smemload[head][4].s_smemload3_cn68xx.next_index; in __cvmx_pow_display_list_and_walk() 390 head = dump->smemload[head][0].s_smemload0.next_index; in __cvmx_pow_display_list_and_walk() 554 printf(" next=%d", dump->smemload[index][0].s_smemload0.next_index); in __cvmx_pow_display_v1()
|
| /freebsd-11-stable/sys/dev/isci/ |
| HD | isci_controller.c | 574 uint8_t next_index = isci_controller->index + 1; in isci_controller_domain_discovery_complete() local 596 if (next_index < driver->controller_count) { in isci_controller_domain_discovery_complete() 601 &driver->controllers[next_index]); in isci_controller_domain_discovery_complete()
|
| /freebsd-11-stable/contrib/groff/src/roff/troff/ |
| HD | charinfo.h | 25 static int next_index; variable
|
| HD | input.cpp | 8089 int charinfo::next_index = 0; member in charinfo 8097 index = next_index++; in charinfo()
|
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_utils.c | 224 uint32_t next_index; /*>> iterator next index */ member 249 va->next_index = 0; in ocs_varray_alloc() 318 va->next_index = 0; in ocs_varray_iter_reset() 362 rval = va->array[va->next_index]; in _ocs_varray_iter_next() 363 if (++va->next_index >= va->entry_count) { in _ocs_varray_iter_next() 364 va->next_index = 0; in _ocs_varray_iter_next()
|
| HD | sli4.h | 3998 uint32_t next_index:16, member
|
| HD | ocs_hw.c | 9232 if (SLI4_FCOE_FCF_TABLE_LAST != read_fcf->next_index) { in ocs_hw_cb_read_fcf() 9233 ocs_hw_read_fcf(hw, read_fcf->next_index); in ocs_hw_cb_read_fcf()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elfxx-mips.c | 3192 bfd_vma next_index; in mips_elf_initialize_tls_index() local 3199 next_index = MIPS_ELF_GOT_SIZE (entry->abfd) * (long) g->tls_assigned_gotno; in mips_elf_initialize_tls_index() 3208 entry->d.h->tls_got_offset = next_index; in mips_elf_initialize_tls_index() 3223 g->tls_ldm_offset = next_index; in mips_elf_initialize_tls_index() 3225 entry->gotidx = next_index; in mips_elf_initialize_tls_index()
|