Searched refs:index (Results 201 - 225 of 1881) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dvarobj.c89 int index; member in struct:varobj
217 static struct value *value_of_child (struct varobj *parent, int index);
233 static char *c_name_of_child (struct varobj *parent, int index);
237 static struct value *c_value_of_child (struct varobj *parent, int index);
239 static struct type *c_type_of_child (struct varobj *parent, int index);
253 static char *cplus_name_of_child (struct varobj *parent, int index);
257 static struct value *cplus_value_of_child (struct varobj *parent, int index);
259 static struct type *cplus_type_of_child (struct varobj *parent, int index);
271 static char *java_name_of_child (struct varobj *parent, int index);
275 static struct value *java_value_of_child (struct varobj *parent, int index);
565 unsigned int index = 0; local
1112 unsigned int index = 0; local
1157 unsigned int index = 0; local
1242 create_child(struct varobj *parent, int index, char *name) argument
1605 name_of_child(struct varobj *var, int index) argument
1681 value_of_child(struct varobj *parent, int index) argument
1827 c_name_of_child(struct varobj *parent, int index) argument
1931 c_value_of_child(struct varobj *parent, int index) argument
1995 c_type_of_child(struct varobj *parent, int index) argument
2198 cplus_name_of_child(struct varobj *parent, int index) argument
2336 cplus_value_of_child(struct varobj *parent, int index) argument
2410 cplus_type_of_child(struct varobj *parent, int index) argument
2502 java_name_of_child(struct varobj *parent, int index) argument
2527 java_value_of_child(struct varobj *parent, int index) argument
2533 java_type_of_child(struct varobj *parent, int index) argument
[all...]
/freebsd-11-stable/sys/geom/part/
H A Dg_part_vtoc8.c169 int error, index; local
181 index = entry->gpe_index - 1;
192 be16enc(&table->vtoc.part[index].tag, tag);
193 be16enc(&table->vtoc.part[index].flag, 0);
194 be32enc(&table->vtoc.timestamp[index], 0);
195 be32enc(&table->vtoc.map[index].cyl, start / table->secpercyl);
196 be32enc(&table->vtoc.map[index].nblks, size);
442 int error, index, withtags; local
508 for (index = basetable->gpt_entries - 1; index >
572 int error, index, match, offset; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h301 int interface, index, pknd; local
304 index = cvmx_helper_get_interface_index_num(port_num);
305 pknd = cvmx_helper_get_pknd(interface, index);
386 int index = cvmx_helper_get_interface_index_num(port_num); local
394 int pknd = cvmx_helper_get_pknd(interface, index);
455 int pknd = cvmx_helper_get_pknd(interface, index);
542 uint64_t index; local
546 for (index=mask_index*16; index<(mask_index+1)*16; index
571 uint64_t index = mask_index*16 + offset/8; local
675 int index; local
740 int index = cvmx_pip_get_bsel_table_index(work); local
754 int index = cvmx_pip_get_bsel_table_index(work); local
768 int index = cvmx_pip_get_bsel_table_index(work); local
782 int index = cvmx_pip_get_bsel_table_index(work); local
[all...]
H A Dcvmx-helper-cfg.c115 * index, and
199 int __cvmx_helper_cfg_pknd(int interface, int index) argument
201 return cvmx_cfg_port[interface][index].ccpp_pknd;
204 int __cvmx_helper_cfg_bpid(int interface, int index) argument
206 return cvmx_cfg_port[interface][index].ccpp_bpid;
209 int __cvmx_helper_cfg_pko_port_base(int interface, int index) argument
211 return cvmx_cfg_port[interface][index].ccpp_pko_port_base;
214 int __cvmx_helper_cfg_pko_port_num(int interface, int index) argument
216 return cvmx_cfg_port[interface][index].ccpp_pko_num_ports;
325 "interface%d index
505 int interface, index; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp273 size_t index = Entries.size() - 1;
274 while (index != 0) {
275 if (Entries[index - 1].End <= begin) break;
276 --index;
281 if (Entries[index].Begin >= end) {
285 Entries.insert(Entries.begin() + index, {begin, end, type});
294 if (Entries[index].Begin == begin && Entries[index].End == end) {
296 if (Entries[index].Type == type) return;
299 if (Entries[index]
383 splitVectorEntry(unsigned index) argument
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller_registers.h129 #define scu_controller_viit_register_write(controller, index, reg, value) \
132 (controller)->scu_registers->peg0.viit[index].reg, \
146 #define scu_controller_scratch_ram_register_write(controller, index, value) \
149 ((SCU_REGISTERS_T *)scic_cb_pci_get_bar(controller, PATSBURG_SCU_BAR))->peg0.zpt0.table[index], \
153 #define scu_controller_scratch_ram_register_read(controller, index) \
156 ((SCU_REGISTERS_T *)scic_cb_pci_get_bar(controller, PATSBURG_SCU_BAR))->peg0.zpt0.table[index] \
159 #define scu_controller_scratch_ram_register_write_ext(controller, index, value) \
162 ((SCU_REGISTERS_T *)scic_cb_pci_get_bar(controller, PATSBURG_SCU_BAR))->peg0.zpt1.table[index], \
166 #define scu_controller_scratch_ram_register_read_ext(controller, index) \
169 ((SCU_REGISTERS_T *)scic_cb_pci_get_bar(controller, PATSBURG_SCU_BAR))->peg0.zpt1.table[index] \
[all...]
H A Dsati_mode_pages.c361 U16 index; local
362 for (index = 0; index < SAT_SUPPORTED_MODE_PAGES_LENGTH; index++)
364 if (sat_supported_mode_pages[index] == page_code)
365 return index;
H A Dscic_sds_library.c275 U8 index; local
277 for (index = 0; index < library->max_controller_count; index++)
279 if (controller == &library->controllers[index])
281 return index;
H A Dscif_sas_controller_states.c113 U8 index; local
135 for (index = 0; index < SCI_MAX_DOMAINS; index++)
138 &fw_controller->domains[index], index, fw_controller
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h129 ValueSP GetValueAtIndex(size_t index) { argument
131 if (index >= m_map.size())
133 return m_map[index].second;
137 KeyType GetKeyAtIndex(size_t index) { argument
139 if (index >= m_map.size())
141 return m_map[index].first;
205 MapValueType GetAtIndex(size_t index) { argument
206 return m_format_map.GetValueAtIndex(index);
209 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { argument
210 return GetTypeNameSpecifierAtIndex_Impl(index,
265 GetTypeNameSpecifierAtIndex_Impl(size_t index, ConstString *dummy) argument
275 GetTypeNameSpecifierAtIndex_Impl(size_t index, RegularExpression *dummy) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h42 /// This class represents an entry in the slot index list held in the
48 unsigned index; member in class:llvm::IndexListEntry
51 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} argument
58 unsigned getIndex() const { return index; }
59 void setIndex(unsigned index) { argument
60 this->index = index;
64 // When EXPENSIVE_CHECKS is defined, "erased" index lis
334 createEntry(MachineInstr *mi, unsigned index) argument
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.h167 #define E1000_READ_REG_ARRAY(hw, reg, index) \
170 E1000_REGISTER(hw, reg) + ((index)<< 2))
172 #define E1000_WRITE_REG_ARRAY(hw, reg, index, value) \
175 E1000_REGISTER(hw, reg) + ((index)<< 2), value)
180 #define E1000_READ_REG_ARRAY_BYTE(hw, reg, index) \
183 E1000_REGISTER(hw, reg) + index)
185 #define E1000_WRITE_REG_ARRAY_BYTE(hw, reg, index, value) \
188 E1000_REGISTER(hw, reg) + index, value)
190 #define E1000_WRITE_REG_ARRAY_WORD(hw, reg, index, value) \
193 E1000_REGISTER(hw, reg) + (index <<
[all...]
/freebsd-11-stable/sys/tests/callout_test/
H A Dcallout_test.c64 int index; member in struct:callout_run
80 rn->index);
146 rn->index, 0);
190 int index = test->tot_threads_running; local
193 if (comaster[index] == NULL) {
194 rn = comaster[index] = malloc(sizeof(struct callout_run), M_CALLTMP, M_WAITOK);
195 memset(comaster[index], 0, sizeof(struct callout_run));
197 rn->index = index;
199 rn = comaster[index];
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_queue.h139 cam_pinfo *camq_remove(struct camq *queue, int index);
140 #define CAMQ_HEAD 1 /* Head of queue index */
153 void camq_change_priority(struct camq *queue, int index,
169 cam_ccbq_peek_ccb(struct cam_ccbq *ccbq, int index);
214 old_ccb->pinfo.index = CAM_EXTRAQ_INDEX;
229 if (ccb->ccb_h.pinfo.index == CAM_EXTRAQ_INDEX) {
232 ccb->ccb_h.pinfo.index = CAM_UNQUEUED_INDEX;
237 removed_entry = camq_remove(queue, ccb->ccb_h.pinfo.index);
262 cam_ccbq_peek_ccb(struct cam_ccbq *ccbq, int index) argument
264 return((union ccb *)ccbq->queue.queue_array[index]);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h137 /// Get the attributes for a symbol at the specified index.
138 lto_symbol_attributes getSymbolAttributes(uint32_t index) { argument
139 if (index < _symbols.size())
140 return lto_symbol_attributes(_symbols[index].attributes);
144 /// Get the name of the symbol at the specified index.
145 StringRef getSymbolName(uint32_t index) { argument
146 if (index < _symbols.size())
147 return _symbols[index].name;
151 const GlobalValue *getSymbolGV(uint32_t index) { argument
152 if (index < _symbol
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c118 DWORD option_len, type, index;
124 for (index = 0; ; ++index)
127 err = RegEnumValue(hkey, index, option->data, &option_len,
134 err = RegEnumValue(hkey, index, option->data, &option_len,
178 DWORD index;
235 for (index = 0; ; ++index)
240 err = RegEnumKeyEx(hkey, index, section->data, &section_len,
247 err = RegEnumKeyEx(hkey, index, sectio
116 DWORD option_len, type, index; local
175 DWORD index; local
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c135 int index = i*n_items + j; local
137 if (first_time && index >= mempool->items_initial) {
141 mempool->items_arr[index] =
153 mempool->items_arr[index],
154 index,
163 index =i*n_items + k;
168 mempool->items_arr[index],
169 index, is_last,
192 mempool->items_current = index + 1;
370 int index local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c256 int ret, index; local
262 index = open("/dev/null", O_RDONLY);
263 if (index < 0) {
264 ret = index;
271 ret = idm_set(&idm, index, fdi);
276 return index;
279 real.close(index);
285 static void fd_store(int index, int fd, enum fd_type type, enum fd_fork_state state) argument
289 fdi = idm_at(&idm, index);
295 static inline enum fd_type fd_get(int index, in argument
310 fd_getd(int index) argument
318 fd_gets(int index) argument
326 fd_gett(int index) argument
334 fd_close(int index, int *fd) argument
533 int index, ret; local
588 int fd, index, ret; local
746 fd_fork_get(int index, int *fd) argument
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c97 D("bad index %d", ix);
103 D("bad index %d", ix);
109 D("bad index %d", ix);
132 QFQ_MAX_INDEX is the maximum index allowed for a group. We need
133 one bit per index.
139 ^.__grp->index = 0
144 The max group index corresponds to Lmax/w_min, where
170 * group with the smallest index that can support the L_i / r_i
173 * grp->index is the index o
227 unsigned int index; /* Group index. */ member in struct:qfq_group
265 int index = ffs(bitmap) - 1; // zero-based local
278 int index = 0; local
388 qfq_unblock_groups(struct qfq_sched *q, int index, uint64_t old_finish) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c245 bbd[e->dest->index].heap = heap;
246 bbd[e->dest->index].node = fibheap_insert (heap, bb_to_key (e->dest),
282 fprintf (dump_file, "%d [%d] ", bb->index, bb->frequency);
283 fprintf (dump_file, "%d [%d]\n", bb->index, bb->frequency);
323 || bbd[e->dest->index].start_of_trace >= 0)
339 || bbd[e->dest->index].start_of_trace >= 0)
412 if (bbd[bb->index].heap)
414 fibheap_delete_node (bbd[bb->index].heap, bbd[bb->index].node);
415 bbd[bb->index]
[all...]
/freebsd-11-stable/sys/dev/tws/
H A Dtws_user.c226 u_int16_t index=0; local
249 index = sc->aen_q.head;
252 /* index = tail-1 */
253 index = (sc->aen_q.depth + sc->aen_q.tail - 1) % sc->aen_q.depth;
257 index = sc->aen_q.head;
259 if ( qp[index].sequence_id ==
262 index = (index+1) % sc->aen_q.depth;
263 }while ( index != sc->aen_q.tail );
264 if ( index
[all...]
/freebsd-11-stable/usr.bin/gprof/
H A Darcs.c121 long index; local
205 for ( index = 0 ; index < nname ; index += 1 ) {
206 topsortnlp[ index ] = &nl[ index ];
212 for ( index = 0 ; index < nname ; index += 1 ) {
214 printf( "%d:" , topsortnlp[ index ]
257 int index; local
792 int index; local
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_stat.h50 int index; /* position in the stats buffer */ member in struct:vmm_stat_type
92 int vmm_stat_desc_copy(int index, char *buf, int buflen);
103 if (vst->index >= 0 && statidx < vst->nelems)
104 stats[vst->index + statidx] += x;
117 if (vst->index >= 0 && statidx < vst->nelems)
118 stats[vst->index + statidx] = val;
/freebsd-11-stable/usr.bin/vgrind/
H A Dvgrind.sh94 if test -r index; then
101 sed -f nindex index > xindex
115 sort -df -k 1,2 xindex > index
/freebsd-11-stable/tools/tools/ipw/
H A Dipwstats.c49 int index; member in struct:statistic
204 { 178, "Power index", INT },
259 for (stat = tbl; stat->index != 0; stat++) {
263 printf("%u", stats[stat->index]);
266 printf(stats[stat->index] ? "true" : "false");
269 printf("%u%%", stats[stat->index]);
273 printf("0x%08X", stats[stat->index]);

Completed in 246 milliseconds

1234567891011>>