Searched refs:index (Results 551 - 575 of 1653) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_phy_registers.h128 #define SCU_STPTLDARNI_WRITE(phy, index) \
129 scu_transport_layer_write(phy, stp_rni, index)
/freebsd-13-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.h86 bin_to_size(int index) argument
88 return packet_size_bins[index];
93 int static_rix; /* rate index of fixed tx rate */
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp23 OS << Separator << "<" << Prefix << format("%d", Op.index()) << ">"
24 << "#" << Op.index() << " $" << Op.value().getName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp64 static StringRef get_amd_kernel_code_t_FieldName(int index) { argument
65 return get_amd_kernel_code_t_FldNames()[index + 1];
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_inline.h175 qla_set_hw_rcv_desc(qla_host_t *ha, uint32_t ridx, uint32_t index, argument
182 rcv_desc += index;
201 QL_ASSERT(0, ("%s: invalid rds index [%d]\n", __func__, ridx));
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_vf.h131 s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
133 s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr);
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_hmc.h107 u16 first_sd_index; /* index of the first available SD */
127 * @sd_index: segment descriptor index
148 * @sd_index: segment descriptor index
167 * @sd_idx: segment descriptor index
168 * @pd_idx: page descriptor index
176 * I40E_FIND_SD_INDEX_LIMIT - finds segment descriptor index limit
179 * @index: starting index for the object
181 * @sd_idx: pointer to return index of the segment descriptor in question
184 * This function calculates the segment descriptor index an
[all...]
/freebsd-13-stable/tools/tools/git/
H A Darcgit177 git update-index -q --refresh
178 if ! git diff-index --quiet --cached HEAD
180 error "index is unclean"
/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c190 "index" , "%time" , "self" , "descendents" ,
191 "called" , "self" , "name" , "index" );
202 sprintf( kirkbuffer , "[%d]" , np -> index );
399 if ( selfp -> index != 0 ) {
401 printf( " [%d]" , selfp -> index );
403 printf( " (%d)" , selfp -> index );
496 sprintf( kirkbuffer , "[%d]" , cyclep -> index );
509 cyclep -> cycleno , cyclep -> index );
713 * to create an index.
733 sprintf( peterbuffer , "[%d]" , nlp -> index );
[all...]
/freebsd-13-stable/usr.bin/mkimg/
H A Dbsd.c103 n = part->index + ((part->index >= BSD_PART_RAW) ? 1 : 0);
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DResolver.h61 File *getFile(int &index);
96 // Symbols from index 0 to the start position are already searched before.
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i113 GetLocationAtIndex (uint32_t index);
160 SetThreadIndex (uint32_t index);
261 '''A helper object that will lazily hand out locations for a breakpoint when supplied an index.'''
298 location = property(get_locations_access_object, None, doc='''A read only property that returns an object that can access locations by index (not location ID) (location = bkpt.location[12]).''')
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h72 void SetThreadIndex(uint32_t index);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h63 void SetHardwareIndex(uint32_t index) override;
119 /// This method returns the breakpoint location at index \a index located at
125 /// The index in the list of owners for which you wish the owner location.
128 /// A shared pointer to the breakpoint location at that index.
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h67 int32_t GetSignalAtIndex(int32_t index) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp247 TypeCategoryImplSP TypeCategoryMap::GetAtIndex(uint32_t index) { argument
250 if (index < m_map.size()) {
253 if (index == 0)
255 index--;
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_utils.c91 rl = GETRLEAF(e->page, e->index);
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S125 * bss-plt expects %r11 to be index of the rela entry.
126 * So for bss-plt, we multiply the index by 12 to get the offset.
153 * On entry, %r11 contains the index of the PLT cell, and %r12 contains
214 mulli %r4,%r11,12 # rela index * sizeof(Elf_Rela)
289 srw %r11,%r11,%r12 # index = reloff/sizeof(Elf_Addr)
309 * %r11 with the jumptable index, and jump to here, where the
314 slwi %r11,%r11,2 # jmptab offset = index * 4
318 bctr # (*jmptab[index])()
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S123 * On entry, %r11 contains an object pointer and %r0 contains the PLT index.
131 mr %r12,%r0 # save r0 (index) immediately to r12
149 mulli %r4,%r12,24 # Multiply index by sizeof(Elf_Rela)
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpagent.h103 uint32_t index; /* index data */ member in struct:snmp_node
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h75 lldb::offset_t *offset_ptr, const llvm::DWARFUnitIndex *index);
87 const llvm::DWARFUnitIndex *index);
223 llvm::Optional<uint64_t> GetStringOffsetSectionItem(uint32_t index) const;
230 /// list whose offset is found via a table lookup given an index (DWARF v5
232 llvm::Expected<DWARFRangeList> FindRnglistFromIndex(uint32_t index);
234 /// Return a rangelist's offset based on an index. The index designates
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h61 PdbIndex &index);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp282 int32_t UnixSignals::GetSignalAtIndex(int32_t index) const {
283 if (index < 0 || m_signals.size() <= static_cast<size_t>(index))
286 std::advance(it, index);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp43 if (separate(B.index()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h178 /// If a SlotIndex in \p Indices is the end index of a basic block, \p LR
225 /// Returns the base index of the given instruction.
230 /// Returns the instruction associated with the given index.
231 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
232 return Indexes->getInstructionFromIndex(index);
235 /// Return the first index in the given basic block.
240 /// Return the last index in the given basic block.
255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
256 return Indexes->getMBBFromIndex(index);

Completed in 142 milliseconds

<<21222324252627282930>>