Searched refs:index (Results 451 - 475 of 1612) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/contrib/gcc/
H A Dbt-load.c329 dest_reg, bb->index, INSN_UID (insn), (this->group ? "" : ":not const"),
373 bb->index, INSN_UID (insn));
861 CLEAR_HARD_REG_BIT (btrs_live_at_end[def->bb->index], def->btr);
885 SET_HARD_REG_BIT (btrs_live_at_end[def->bb->index], def->btr);
915 IOR_HARD_REG_SET (*btrs_live_in_range, btrs_live[new_bb->index]);
925 int new_block = new_bb->index;
929 IOR_HARD_REG_SET (*btrs_live_in_range, btrs_live[head_bb->index]);
941 new_block, head_bb->index);
953 if (!bitmap_bit_p (live_range, bb->index))
958 bitmap_set_bit (live_range, bb->index);
[all...]
H A Dpredict.c426 bb->index);
429 by predictor with smallest index. */
556 nedges, bb->index);
561 fprintf (dump_file, "Predictions for bb %i\n", bb->index);
564 by predictor with smallest index. */
769 if (e->dest->index < NUM_FIXED_BLOCKS
1255 heads[ENTRY_BLOCK_PTR->next_bb->index] = last_basic_block;
1472 FLAGS. HEADS[bb->index] should be index of basic block in that we
1485 if (heads[bb->index]
[all...]
H A Dcfglayout.c175 fprintf (dump_file, "Emitting label for block %d\n", bb->index);
593 int index;
607 for (bb = ENTRY_BLOCK_PTR->next_bb, index = NUM_FIXED_BLOCKS;
609 bb = bb->aux, index++)
637 gcc_assert (index == n_basic_blocks);
796 for (bb = ENTRY_BLOCK_PTR->next_bb, index = NUM_FIXED_BLOCKS;
798 bb = bb->aux, index++)
800 fprintf (dump_file, " %i ", index);
803 get_bb_original (bb)->index);
808 fprintf (dump_file, "bb %i ", bb->index);
587 int index; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh45 BEGIN { printf("index(\"index\", \"x\") = %d\n",
46 index("index", "x")); }
/freebsd-10-stable/contrib/apr/include/
H A Dapr_allocator.h57 apr_uint32_t index; /**< size */ member in struct:apr_memnode_t
/freebsd-10-stable/contrib/apr/threadproc/unix/
H A Dsignals.c138 #define store_desc(index, string) \
140 if (index >= APR_NUMSIG) { \
141 assert(index < APR_NUMSIG); \
144 signal_description[index] = string; \
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsimple.c112 output_info[section->index].offset = section->output_offset;
113 output_info[section->index].section = section->output_section;
128 section->output_offset = output_info[section->index].offset;
129 section->output_section = output_info[section->index].section;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcompleter.c630 static int index; /* Next cached completion */
645 index = 0;
657 output = list[index];
660 index++;
629 static int index; /* Next cached completion */ local
H A Dgnu-v3-abi.c360 gnuv3_baseclass_offset (struct type *type, int index, char *valaddr, argument
373 if (!BASETYPE_VIA_VIRTUAL (type, index))
374 return TYPE_BASECLASS_BITPOS (type, index) / 8;
381 cur_base_offset = TYPE_BASECLASS_BITPOS (type, index) / 8;
391 /* We're now looking for the cur_base_offset'th entry (negative index)
H A Dscm-valprint.c313 int index = SCM_CAR (svalue) >> 8; local
316 sprintf (str, "#%d", index);
318 char *str = index ? SCM_CHARS (scm_heap_org + index) : "";
H A Dvalarith.c178 FIXME: Perhaps we should validate that the index is valid and if
204 LONGEST index = value_as_long (idx);
205 if (index >= lowerbound && index <= upperbound)
207 warning ("array or string index out of range");
224 LONGEST index = value_as_long (idx);
229 if (index < lowerbound || index > upperbound)
230 error ("bitstring index out of range");
231 index
203 LONGEST index = value_as_long (idx); local
223 LONGEST index = value_as_long (idx); local
262 LONGEST index = value_as_long (idx); local
1375 value_bit_index(struct type *type, char *valaddr, int index) argument
[all...]
/freebsd-10-stable/contrib/gperf/src/
H A Dpositions.h65 int operator[] (unsigned int index) const;
/freebsd-10-stable/contrib/groff/src/include/
H A Dprinter.h103 virtual void set_char(int index, font *f, const environment *env,
/freebsd-10-stable/contrib/ldns/ldns/
H A Ddane.h137 * based on the value of cert_usage and index.
153 * \param[in] index Used to select the trust anchor when certificate usage
155 * validation chain. 1 the one but last, etc. When index is -1,
166 ldns_tlsa_certificate_usage cert_usage, int index);
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h159 /// If a SlotIndex in Indices is the end index of a basic block, LI will be
189 /// Returns the base index of the given instruction.
194 /// Returns the instruction associated with the given index.
195 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
196 return Indexes->getInstructionFromIndex(index);
199 /// Return the first index in the given basic block.
204 /// Return the last index in the given basic block.
219 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
220 return Indexes->getMBBFromIndex(index);
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp255 // Find the index of the retval to replace with
256 int index = -1; local
259 index = *EV->idx_begin();
263 if (index != -1) {
264 Value *New = RetVals[index];
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
H A DSimpleFormatContext.h30 namespace index { namespace in namespace:clang
74 } // end namespace index
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h68 SetThreadIndex (uint32_t index);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h144 GetTargetAtIndex (uint32_t index) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h51 Dump (lldb_private::Log *log, uint32_t index);
/freebsd-10-stable/contrib/ncurses/form/
H A Dfld_current.c124 | Description : Return the index of the field in the field-array of
127 | Return Values : >= 0 : field index
134 returnCode((field != 0 && field->form != 0) ? (int)field->index : -1);
/freebsd-10-stable/contrib/ncurses/
H A Dmk-hdr.awk50 } else if (index(subset,$2) > 0) {
/freebsd-10-stable/contrib/top/
H A Dos.h6 # define strchr(a, b) index((a), (b))
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dgas_serv.h47 u8 index; member in struct:gas_dialog_info
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_client.h51 * index - radiusAuthServerIndex or radiusAccServerIndex
53 int index; member in struct:hostapd_radius_server

Completed in 159 milliseconds

<<11121314151617181920>>