Searched refs:index (Results 276 - 300 of 1422) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.c67 fprintf (file, ";; %d succs { ", bb->index);
69 fprintf (file, "%d ", succ->dest->index);
134 loop->header->index, loop->latch->index);
142 fprintf (file, " %d", bbs[i]->index);
663 SET_BIT (headers, header->index);
815 array TOVISIT from index *TV. */
890 if (!bitmap_bit_p (visited, bb->index))
893 bitmap_set_bit (visited, bb->index);
901 if (!bitmap_bit_p (visited, e->dest->index))
[all...]
H A Dtree-ssa-threadupdate.c228 return e->dest->index;
575 e->src->index, e->dest->index, e2->dest->index);
616 e->src->index, e->dest->index, rd->dup_block->index);
628 fprintf (dump_file, " basic block %d created\n", e2->src->index);
634 e->src->index, e->dest->index, local_inf
[all...]
H A Dgcse.c421 /* The index of the block where it was set. */
455 int index; /* If it maps to a bitmap index. */
460 /* Array of implicit set patterns indexed by basic block index. */
1381 rtx list_entry = modify_mem_list[bb->index];
1528 /* This is the first pattern that hashed to this index. */
1625 /* This is the first pattern that hashed to this index. */
1936 SET_BIT (reg_set_in_block[current_bb->index], regno);
2087 && implicit_sets[current_bb->index] != NULL_RTX)
2088 hash_scan_set (implicit_sets[current_bb->index],
454 int index; /* If it maps to a bitmap index. */ member in struct:ls_expr
6184 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest); local
6197 int index = EDGE_INDEX (edge_list, tmp->src, tmp->dest); local
[all...]
H A Dunwind-sjlj.c65 to the index of the call site in the lsda. It is assigned by
66 the personality routine to the landing pad index. */
183 _Unwind_GetGR (struct _Unwind_Context *context, int index)
185 return context->fc->data[index];
210 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
212 context->fc->data[index] = val;
215 /* Get the call-site index as saved in CONTEXT. */
230 /* Set the return landing pad index in CONTEXT. */
181 _Unwind_GetGR(struct _Unwind_Context *context, int index) argument
208 _Unwind_SetGR(struct _Unwind_Context *context, int index, _Unwind_Word val) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1008 uint8_t index, base; local
1035 index = indexFromSIB(insn->sib) | (xFromREX(insn->rexPrefix) << 3);
1037 switch (index) {
1042 insn->sibIndex = (SIBIndex)(sibIndexBase + index);
1282 uint8_t index, \
1291 return base + index; \
1294 index >= 4 && index <= 7) { \
1295 return prefix##_SPL + (index - 4); \
1297 return prefix##_AL + index; \
1575 int index; local
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwcrom.c93 cc->stack[0].index = 0;
102 return (&ptr->dir->entry[ptr->index]);
123 ptr->index = 0;
128 ptr->index ++;
130 if (ptr->index < ptr->dir->crc_len &&
134 if (ptr->index < ptr->dir->crc_len)
397 int index; local
399 index = chunk->data.crc_len;
400 if (index >= CROM_MAX_CHUNK_LEN - 1) {
401 printf("too large chunk %d\n", index);
427 int index; local
[all...]
/freebsd-9.3-release/sys/dev/agp/
H A Dagp_i810.c121 static void agp_i810_install_gtt_pte(device_t dev, u_int index,
123 static void agp_i830_install_gtt_pte(device_t dev, u_int index,
125 static void agp_i915_install_gtt_pte(device_t dev, u_int index,
127 static void agp_i965_install_gtt_pte(device_t dev, u_int index,
129 static void agp_g4x_install_gtt_pte(device_t dev, u_int index,
131 static void agp_sb_install_gtt_pte(device_t dev, u_int index,
134 static void agp_i810_write_gtt(device_t dev, u_int index, uint32_t pte);
135 static void agp_i915_write_gtt(device_t dev, u_int index, uint32_t pte);
136 static void agp_i965_write_gtt(device_t dev, u_int index, uint32_t pte);
137 static void agp_g4x_write_gtt(device_t dev, u_int index, uint32_
1642 agp_i810_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1656 agp_i810_write_gtt(device_t dev, u_int index, uint32_t pte) argument
1666 agp_i830_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1678 agp_i915_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1691 agp_i915_write_gtt(device_t dev, u_int index, uint32_t pte) argument
1701 agp_i965_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1714 agp_i965_write_gtt(device_t dev, u_int index, uint32_t pte) argument
1724 agp_g4x_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1737 agp_g4x_write_gtt(device_t dev, u_int index, uint32_t pte) argument
1747 agp_sb_install_gtt_pte(device_t dev, u_int index, vm_offset_t physical, int flags) argument
1769 agp_sb_write_gtt(device_t dev, u_int index, uint32_t pte) argument
1782 u_int index; local
1803 u_int index; local
1818 agp_i810_read_gtt_pte(device_t dev, u_int index) argument
1829 agp_i915_read_gtt_pte(device_t dev, u_int index) argument
1840 agp_i965_read_gtt_pte(device_t dev, u_int index) argument
1851 agp_g4x_read_gtt_pte(device_t dev, u_int index) argument
1862 agp_i810_read_gtt_pte_paddr(device_t dev, u_int index) argument
1875 agp_i915_read_gtt_pte_paddr(device_t dev, u_int index) argument
1888 agp_sb_read_gtt_pte_paddr(device_t dev, u_int index) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_encoders.c95 int index; local
109 index = GetIndexIntoMasterTable(COMMAND, LCD1OutputControl);
112 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
115 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
117 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
210 "radeon_bl%d", dev->primary->index);
355 int index = 0; local
363 index = GetIndexIntoMasterTable(COMMAND, DAC1EncoderControl);
367 index = GetIndexIntoMasterTable(COMMAND, DAC2EncoderControl);
396 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_
407 int index = 0; local
495 int index = GetIndexIntoMasterTable(COMMAND, DVOEncoderControl); local
561 int index = 0; local
804 int index = 0; local
955 int index = 0; local
1316 int index = GetIndexIntoMasterTable(COMMAND, UNIPHYTransmitterControl); local
1369 int index = GetIndexIntoMasterTable(COMMAND, ExternalEncoderControl); local
1469 int index = GetIndexIntoMasterTable(COMMAND, EnableYUV); local
1505 int index = 0; local
1792 int index = GetIndexIntoMasterTable(COMMAND, SelectCRTC_Source); local
2174 int index = GetIndexIntoMasterTable(COMMAND, DAC_LoadDetection); local
[all...]
/freebsd-9.3-release/sys/geom/multipath/
H A Dg_multipath.c113 if ((cp->index & MP_BAD) == 0)
128 cp->index |= cause;
132 (lcp->index & (MP_LOST | MP_NEW)))
139 lcp->index &= ~MP_FAIL;
146 if ((lcp->index & MP_BAD) == 0) {
172 if (cp->index & MP_BAD)
174 cp->index += MP_IDLE;
176 (cp->private == best->private && cp->index > best->index))
180 best->index
[all...]
/freebsd-9.3-release/sys/dev/kbd/
H A Dkbd.c196 int index; local
200 for (index = 0; index < keyboards; ++index) {
201 if (keyboard[index] == NULL)
204 if (index >= keyboards) {
209 kbd->kb_index = index;
219 keyboard[index] = kbd;
220 kbdsw[index] = p->kbdsw;
230 return (index);
318 kbd_find_keyboard2(char *driver, int unit, int index) argument
352 int index; local
423 kbd_get_keyboard(int index) argument
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dmap.c114 get_first_exported_ap(int *index) argument
116 *index = -1;
117 return get_next_exported_ap(index);
122 get_next_exported_ap(int *index) argument
124 (*index)++;
125 while (*index < exported_ap_size) {
126 if (exported_ap[*index] != NULL)
127 return exported_ap[*index];
128 (*index)++;
135 * Get exported_ap by index
138 get_exported_ap(int index) argument
152 int index; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dhashtab.c166 /* The following function returns an index into the above table of the
458 hashval_t index = htab_mod (hash, htab); local
460 PTR *slot = htab->entries + index;
471 index += hash2;
472 if (index >= size)
473 index -= size;
475 slot = htab->entries + index;
562 hashval_t index, hash2; local
568 index = htab_mod (hash, htab);
570 entry = htab->entries[index];
612 hashval_t index, hash2; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c166 /* The following function returns an index into the above table of the
458 hashval_t index = htab_mod (hash, htab); local
460 PTR *slot = htab->entries + index;
471 index += hash2;
472 if (index >= size)
473 index -= size;
475 slot = htab->entries + index;
562 hashval_t index, hash2; local
568 index = htab_mod (hash, htab);
570 entry = htab->entries[index];
612 hashval_t index, hash2; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddictionary.h103 int index; member in struct:dict_iterator
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp53 size_t index = getFreeListIndexForSize(size); local
54 if (index < FreeLists.size()) {
55 if (AttributeList *attr = FreeLists[index]) {
56 FreeLists[index] = attr->NextInPool;
140 // attribute spell list index matching code.
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_item_cur.c102 | Description : Return the logical index of this item.
104 | Return Values : The index or ERR if this is an invalid item pointer
110 returnCode((item && item->imenu) ? item->index : ERR);
/freebsd-9.3-release/contrib/ngatm/snmp_atm/
H A Datm.h61 u_int index; /* if_index */ member in struct:atmif_priv
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex_encoder.c14 #include "index.h"
30 const lzma_index *index; member in struct:lzma_coder_s
72 const lzma_vli count = lzma_index_block_count(coder->index);
88 coder->pos = lzma_index_padding_size(coder->index);
175 coder->index = i;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c49 size_t index; member in struct:buffer
187 buf->index = 0;
194 len = min(len, buf->size - buf->index);
195 memcpy(dataptr, (char*)buf->data + buf->index, len);
196 buf->index += len;
203 if(buf->index + len > buf->size) {
208 tmp = realloc(buf->data, buf->index + len);
212 buf->size = buf->index + len;
214 memcpy((char*)buf->data + buf->index, dataptr, len);
215 buf->index
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c49 size_t index; member in struct:buffer
187 buf->index = 0;
194 len = min(len, buf->size - buf->index);
195 memcpy(dataptr, (char*)buf->data + buf->index, len);
196 buf->index += len;
203 if(buf->index + len > buf->size) {
208 tmp = realloc(buf->data, buf->index + len);
212 buf->size = buf->index + len;
214 memcpy((char*)buf->data + buf->index, dataptr, len);
215 buf->index
[all...]
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dps3repo.c34 static uint64_t make_n1(const char *text, unsigned int index) argument
40 n1 = (n1 >> 32) + index;
45 static uint64_t make_n(const char *text, unsigned int index) argument
51 n = n + index;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzpool_prop.c104 /* default index (boolean) properties */
118 /* default index properties */
193 uint64_t *index)
195 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL));
199 zpool_prop_index_to_string(zpool_prop_t prop, uint64_t index, argument
202 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_POOL));
192 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, uint64_t *index) argument
/freebsd-9.3-release/sys/dev/drm/
H A Dvia_mm.c141 mem->index = item->user_hash.key;
145 mem->index = 0;
159 ret = drm_sman_free_key(&dev_priv->sman, mem->index);
160 DRM_DEBUG("free = 0x%lx\n", mem->index);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.c44 int index = 0; local
49 index += bdb->header_size;
53 while (index < total) {
54 current_id = *(base + index);
55 index++;
56 current_size = *((u16 *)(base + index));
57 index += 2;
59 return base + index;
60 index += current_size;
158 int index)
156 get_lvds_dvo_timing(const struct bdb_lvds_lfp_data *lvds_lfp_data, const struct bdb_lvds_lfp_data_ptrs *lvds_lfp_data_ptrs, int index) argument
256 int index; local
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_port.h112 * This field specifies the logical index of the port (0 relative).
114 U32 index; member in struct:SCIC_PORT_PROPERTIES
136 * port, such as: physical index, protocols, sas address, etc.
139 * the physical index.

Completed in 417 milliseconds

<<11121314151617181920>>