Searched refs:index (Results 76 - 100 of 1881) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/fs/udf/
H A Dosta.c322 int index, newIndex = 0, needsCRC = FALSE; local
331 for (index = 0; index < udfLen; index++) {
332 current = udfName[index];
343 while(index+1 < udfLen && (IsIllegal(udfName[index+1])
344 || !UnicodeIsPrint(udfName[index+1]))) {
345 index++;
350 if (current == PERIOD && (udfLen - index
[all...]
/freebsd-11-stable/tools/tools/iwi/
H A Diwistats.c51 int index; member in struct:statistic
127 for (stat = tbl; stat->index != -1; stat++)
128 (void)printf("%-60s[%u]\n", stat->desc, stats[stat->index]);
/freebsd-11-stable/contrib/gcc/
H A Dtracer.c75 if (bb->index < NUM_FIXED_BLOCKS)
111 return e1->src->index > e2->src->index;
112 return e1->dest->index > e2->dest->index;
164 fprintf (dump_file, "Trace seed %i [%i]", bb->index, bb->frequency);
173 fprintf (dump_file, ",%i [%i]", bb->index, bb->frequency);
177 fprintf (dump_file, " forward %i [%i]", bb->index, bb->frequency);
188 fprintf (dump_file, ",%i [%i]", bb->index, bb->frequency);
225 blocks[bb->index]
[all...]
H A Dlcm.c148 sbitmap_zero (antout[bb->index]);
154 sbitmap_intersection_of_succs (antout[bb->index], antin, bb->index);
157 if (sbitmap_a_or_b_and_c_cg (antin[bb->index], antloc[bb->index],
158 transp[bb->index], antout[bb->index]))
199 sbitmap_copy (earliest[x], antin[succ->index]);
206 sbitmap_difference (difference, antin[succ->index],
207 avout[pred->index]);
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_queue.c52 static void heap_down(cam_pinfo **queue_array, int index,
163 new_entry->index = queue->entries;
170 * Heap(1, num_elements) property and an index such that 1 <= index <=
175 camq_remove(struct camq *queue, int index) argument
179 if (index <= 0 || index > queue->entries)
180 panic("%s: Attempt to remove out-of-bounds index %d "
181 "from queue %p of size %d", __func__, index, queue,
184 removed_entry = queue->queue_array[index];
202 camq_change_priority(struct camq *queue, int index, u_int32_t new_priority) argument
388 heap_down(cam_pinfo **queue_array, int index, int num_entries) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pcibvar.h35 void acpi_pci_link_add_reference(device_t dev, int index, device_t pcib,
37 int acpi_pci_link_route_interrupt(device_t dev, int index);
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc_subr.h49 int atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
50 int atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
/freebsd-11-stable/lib/libc/stdlib/
H A Dhsearch_r.c46 size_t index, i; local
48 for (index = hash, i = 0;; index += ++i) {
49 ENTRY *entry = &hsearch->entries[index & hsearch->index_mask];
80 size_t hash, index, i, old_hash, old_count, new_count; local
89 for (index = hash, i = 0;; index += ++i) {
90 entry = &hsearch->entries[index & hsearch->index_mask];
/freebsd-11-stable/lib/libmemstat/
H A Dmemstat.h138 int index);
140 int index, void *value);
142 int index);
143 void memstat_set_caller_uint64(struct memory_type *mtp, int index,
158 const struct memory_type *mtp, int cpu, int index);
160 int cpu, int index, void *value);
162 const struct memory_type *mtp, int cpu, int index);
164 int cpu, int index, uint64_t value);
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig75 local index="INDEX"
82 f_quietly ls */"$index.${LANG:-$LC_ALL}" &&
83 index="$index.${LANG:-$LC_ALL}"
90 }' */$index | sort
98 f_quietly ls */"$index.${LANG:-$LC_ALL}" &&
99 index="$index.${LANG:-$LC_ALL}"
106 }' */$index 2> /dev/null | sort
201 local menuitem menu_title menu_help menu_selection index
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_hca_guid.h95 IN const uint8_t index)
97 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
105 * index
106 * [in] Port "index" for which to retrieve the port GUID.
107 * The index is the offset into the ca's internal array
94 osm_ca_info_get_port_guid(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_ptr_vector.h63 * with a specified index. A pointer vector grows transparently as the
102 (*cl_pfn_ptr_vec_apply_t) (IN const size_t index,
106 * index
110 * [in] Pointer to an element at the specified index in the pointer vector.
138 (*cl_pfn_ptr_vec_find_t) (IN const size_t index,
142 * index
146 * [in] Pointer to an element at the specified index in the
374 * pointer vector at a specified index.
379 IN const size_t index)
383 CL_ASSERT(p_vector->size > index);
378 cl_ptr_vector_get(IN const cl_ptr_vector_t * const p_vector, IN const size_t index) argument
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_stat.c76 vst->index = vst_num_elems;
128 vmm_stat_desc_copy(int index, char *buf, int bufsize) argument
135 if (index >= vst->index && index < vst->index + vst->nelems) {
138 vst->desc, index - vst->index);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h59 static int index = 0; local
60 return &index;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h35 virtual PtraceRegistersStatus GetRegistersAndSP(uptr index, uptr *buffer, argument
43 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
H A Dsanitizer_stoptheworld_mac.cpp34 tid_t GetThreadID(uptr index) const;
35 thread_t GetThread(uptr index) const;
40 PtraceRegistersStatus GetRegistersAndSP(uptr index, uptr *buffer,
110 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const {
111 CHECK_LT(index, threads_.size());
112 return threads_[index].tid;
115 thread_t SuspendedThreadsListMac::GetThread(uptr index) const {
116 CHECK_LT(index, threads_.size());
117 return threads_[index].thread;
144 uptr index, upt
143 GetRegistersAndSP( uptr index, uptr *buffer, uptr *sp) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp400 TypeCategoryImpl::GetTypeNameSpecifierForSummaryAtIndex(size_t index) { argument
401 if (index < GetTypeSummariesContainer()->GetCount())
402 return GetTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index);
405 index - GetTypeSummariesContainer()->GetCount());
409 TypeCategoryImpl::GetFormatAtIndex(size_t index) { argument
410 if (index < GetTypeFormatsContainer()->GetCount())
411 return GetTypeFormatsContainer()->GetAtIndex(index);
414 index - GetTypeFormatsContainer()->GetCount());
418 TypeCategoryImpl::GetSummaryAtIndex(size_t index) { argument
419 if (index < GetTypeSummariesContaine
427 GetFilterAtIndex(size_t index) argument
436 GetTypeNameSpecifierForFormatAtIndex(size_t index) argument
445 GetTypeNameSpecifierForFilterAtIndex(size_t index) argument
454 GetSyntheticAtIndex(size_t index) argument
463 GetTypeNameSpecifierForSyntheticAtIndex(size_t index) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c35 * This function removes the element at the given index and returns
39 __xa_erase(struct xarray *xa, uint32_t index) argument
43 return (radix_tree_delete(&xa->root, index));
47 xa_erase(struct xarray *xa, uint32_t index) argument
52 retval = __xa_erase(xa, index);
59 * This function returns the element pointer at the given index. A
63 xa_load(struct xarray *xa, uint32_t index) argument
68 retval = radix_tree_lookup(&xa->root, index);
89 * index pointed to by "pindex" and updates this value at return. The
90 * "mask" argument defines the maximum index allowe
216 __xa_insert(struct xarray *xa, uint32_t index, void *ptr, gfp_t gfp) argument
238 xa_insert(struct xarray *xa, uint32_t index, void *ptr, gfp_t gfp) argument
258 __xa_store(struct xarray *xa, uint32_t index, void *ptr, gfp_t gfp) argument
284 xa_store(struct xarray *xa, uint32_t index, void *ptr, gfp_t gfp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h155 kmp_uint64 index) {
156 lb[1 - index] = nlb;
157 ub[1 - index] = nub;
158 st[1 - index] = nst;
159 status[1 - index] = nstatus;
161 void set_next(T nlb, T nub, ST nst, kmp_int32 nstatus, kmp_uint64 index) {
162 lb[1 - index] = nlb;
163 ub[1 - index] = nub;
164 st[1 - index] = nst;
165 status[1 - index]
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-channel.h107 * @post_index: Post index. At any point in time points on the
110 * @compl_index: Completion index. At any point in time points on the
113 * @reserve_index: Reserve index. At any point in time points on the
151 #define __hal_channel_is_posted_dtr(channel, index) \
152 ((channel)->dtr_arr[index].state == VXGE_HAL_CHANNEL_DTR_POSTED)
154 #define __hal_channel_for_each_posted_dtr(channel, dtrh, index) \
155 for (index = (channel)->compl_index,\
156 dtrh = (channel)->dtr_arr[index].dtr; \
157 (index < (channel)->reserve_index) && \
158 ((channel)->dtr_arr[index]
[all...]
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c42 struct asn_oid index; member in struct:udp_index
61 return (asn_compare_oid(&t1->index, &t2->index));
135 oid->index.len = 5;
137 oid->index.subs[0] = (inaddr >> 24) & 0xff;
138 oid->index.subs[1] = (inaddr >> 16) & 0xff;
139 oid->index.subs[2] = (inaddr >> 8) & 0xff;
140 oid->index.subs[3] = (inaddr >> 0) & 0xff;
141 oid->index.subs[4] = ntohs(inp->xi_inp.inp_lport);
214 if (index_compare(&value->var, sub, &udpoids[i].index) <
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h160 uint64_t index : 13; /**< Number of commands already used in buffer */ member in struct:__anon8447
228 * Get the index into the state arrays for the supplied queue id.
230 * @param queue_id Queue ID to get an index for
376 if (cvmx_likely(qptr->index + cmd_count < qptr->pool_size_m1))
379 ptr += qptr->index;
380 qptr->index += cmd_count;
399 count = qptr->pool_size_m1 - qptr->index;
400 ptr += qptr->index;
408 qptr->index = cmd_count;
463 if (cvmx_likely(qptr->index
[all...]
H A Dcvmx-usbd.c106 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index));
164 usbcx_ghwcfg2.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GHWCFG2(usb->index));
165 usbcx_ghwcfg3.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GHWCFG3(usb->index));
174 siz.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_DPTXFSIZX(i, usb->index));
177 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DPTXFSIZX(i, usb->index), siz.u32);
181 gnptxfsiz.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index));
185 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), gnptxfsiz.u32);
188 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_GRXFSIZ(usb->index), fifo_space);
195 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DOEPMSK(usb->index), usbcx_doepmsk.u32);
199 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DIEPMSK(usb->index), usbcx_diepms
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c283 uintptr_t index; // data[index-1] is the object address member in union:__emutls_control::__anon978
312 // Returns control->object.index; set index if not allocated yet.
314 uintptr_t index = __atomic_load_n(&control->object.index, __ATOMIC_ACQUIRE); local
315 if (!index) {
318 index = control->object.index;
319 if (!index) {
339 emutls_new_data_array_size(uintptr_t index) argument
356 emutls_get_address_array(uintptr_t index) argument
379 uintptr_t index = emutls_get_index(control); local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c92 ret->index = NULL;
96 if ((ret->index = OPENSSL_malloc(sizeof(*ret->index) * num)) == NULL)
101 ret->index[i] = NULL;
191 if (ret->index != NULL)
192 OPENSSL_free(ret->index);
213 lh = db->index[idx];
257 if (db->index[field] != NULL)
258 lh_OPENSSL_STRING_free(db->index[field]);
259 db->index[fiel
[all...]

Completed in 303 milliseconds

1234567891011>>