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

1234567891011>>

/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp397 TypeCategoryImpl::GetTypeNameSpecifierForSummaryAtIndex (size_t index) argument
399 if (index < GetTypeSummariesContainer()->GetCount())
400 return GetTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index);
402 return GetRegexTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index-GetTypeSummariesContainer()->GetCount());
406 TypeCategoryImpl::GetFormatAtIndex (size_t index) argument
408 if (index < GetTypeFormatsContainer()->GetCount())
409 return GetTypeFormatsContainer()->GetAtIndex(index);
411 return GetRegexTypeFormatsContainer()->GetAtIndex(index-GetTypeFormatsContainer()->GetCount());
415 TypeCategoryImpl::GetSummaryAtIndex (size_t index) argument
417 if (index < GetTypeSummariesContaine
424 GetFilterAtIndex(size_t index) argument
433 GetTypeNameSpecifierForFormatAtIndex(size_t index) argument
442 GetTypeNameSpecifierForFilterAtIndex(size_t index) argument
452 GetSyntheticAtIndex(size_t index) argument
461 GetTypeNameSpecifierForSyntheticAtIndex(size_t index) argument
[all...]
/freebsd-10-stable/contrib/ofed/management/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-10-stable/contrib/ofed/management/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
H A Dosm_vendor_al.h164 IN const uint8_t index)
166 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
174 * index
175 * [in] Port "index" for which to retrieve the port GUID.
176 * The index is the offset into the ca's internal array
199 IN const uint8_t index)
201 return (p_ca_info->p_attr->p_port_attr[index].port_num);
209 * index
210 * [in] Port "index" for which to retrieve the port GUID.
211 * The index i
163 osm_ca_info_get_port_guid(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
198 osm_ca_info_get_port_num(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
[all...]
/freebsd-10-stable/lib/libmemstat/
H A Dmemstat.h137 int index);
139 int index, void *value);
141 int index);
142 void memstat_set_caller_uint64(struct memory_type *mtp, int index,
157 const struct memory_type *mtp, int cpu, int index);
159 int cpu, int index, void *value);
161 const struct memory_type *mtp, int cpu, int index);
163 int cpu, int index, uint64_t value);
H A Dmemstat.c320 memstat_get_caller_pointer(const struct memory_type *mtp, int index) argument
323 return (mtp->mt_caller_pointer[index]);
327 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) argument
330 mtp->mt_caller_pointer[index] = value;
334 memstat_get_caller_uint64(const struct memory_type *mtp, int index) argument
337 return (mtp->mt_caller_uint64[index]);
341 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) argument
344 mtp->mt_caller_uint64[index] = value;
398 int index)
401 return (mtp->mt_percpu_alloc[cpu].mtp_caller_pointer[index]);
397 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, int index) argument
405 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, int index, void *value) argument
413 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, int index) argument
421 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value) argument
[all...]
/freebsd-10-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-10-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-10-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-10-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)
181 removed_entry = queue->queue_array[index];
182 if (queue->entries != index) {
183 queue->queue_array[index]
199 camq_change_priority(struct camq *queue, int index, u_int32_t new_priority) argument
385 heap_down(cam_pinfo **queue_array, int index, int num_entries) argument
[all...]
/freebsd-10-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-10-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-10-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:__anon7129
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...]
H A Dcvmx-app-hotplug.h133 int cvmx_app_hotplug_unplug_cores(int index, uint32_t coremask, int wait);
136 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info_at_index(int index);
137 int is_app_hotpluggable(int index);
138 int cvmx_app_hotplug_call_add_cores_callback(int index);
/freebsd-10-stable/sys/boot/fdt/dts/powerpc/
H A Dp5020si.dtsi200 cell-index = <0x0>;
206 cell-index = <0x1>;
212 cell-index = <2>;
218 cell-index = <0x3>;
224 cell-index = <0x4>;
230 cell-index = <0x5>;
236 cell-index = <0x6>;
242 cell-index = <0x7>;
248 cell-index = <0x8>;
254 cell-index
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.index.d41 trace(index((char *)rand(), (char *)(rand() ^ vtimestamp)));
54 trace(index((char *)arg0, (char *)arg1, rand()));
/freebsd-10-stable/contrib/dtc/scripts/
H A Dsetlocalversion19 if git diff-index HEAD | read dummy; then
/freebsd-10-stable/contrib/gperf/src/
H A Dbool-array.h53 bool set_bit (unsigned int index);
63 /* For each index, we store in storage_array[index] the iteration_number at
64 the time set_bit(index) was last called. */
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dkwset.h27 int index; /* Index number of matching keyword. */ member in struct:kwsmatch
41 Return NULL for success, or an error message. Remember an index
53 if foundindex is non-NULL, store the index of the particular
/freebsd-10-stable/lib/libc/string/
H A Dstrchr.c31 static char sccsid[] = "@(#)index.c 8.1 (Berkeley) 6/4/93";
54 __weak_reference(strchr, index);
/freebsd-10-stable/sbin/atm/atmconfig/
H A Ddiag.h35 u_int index; member in struct:diagif
/freebsd-10-stable/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c118 U32 index; local
132 for (index = 0; index < element_count; index++)

Completed in 406 milliseconds

1234567891011>>