Searched refs:first (Results 251 - 275 of 1372) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h211 assert((i-1)->first <= i->first && "Attribute set not ordered!");
231 return getNode(Slot)->first;
257 ID.AddInteger(Nodes[i].first);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DFormattedStream.cpp24 unsigned &Column = Position.first;
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp115 if (C && ArgumentConstants[i].first == 0) {
116 ArgumentConstants[i].first = C; // First constant seen.
117 } else if (C && ArgumentConstants[i].first == C) {
141 Value *V = ArgumentConstants[i].first;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp81 Kind = K.first;
173 if (Loc1Info.first != Loc2Info.first)
177 const char *Buffer = SM.getBufferData(Loc1Info.first, &Invalid).data();
232 // If this is the first Doxygen comment, save it (because there isn't
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h135 return (input.first.GetBroadcasterClass() == m_broadcaster_class);
154 return (input.first.IsContainedIn (m_broadcaster_spec));
175 return (input.first.GetBroadcasterClass() == m_broadcaster_spec.GetBroadcasterClass()
176 && (input.first.GetEventBits() & m_broadcaster_spec.GetEventBits()) != 0
306 /// relinquished by the first listener that gets it. The actual
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DStreamCallback.cpp44 iter = ret.first;
/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp89 // Lay out our sections in order, with all the code sections first, then
139 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
141 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first.MB.base()
144 MappedSections[Addr] = Offsets[i].first;
155 uint64_t RemoteAddr = I->first;
/freebsd-10.1-release/contrib/mdocml/
H A Dlibman.h34 #define MAN_NEWLINE (1 << 6) /* first macro/text in a line */
37 struct man_node *first; /* the first parsed node */ member in struct:man
H A Dtbl_data.c49 cp = dp->layout->first;
93 dp->last = dp->first = dat;
223 * If there's no last parsed span, use the first row. Lastly,
232 rp && rp->first; rp = rp->next) {
233 switch (rp->first->pos) {
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/include/
H A Dgrouping.h59 ChassisList *first; member in struct:AllChassisList
/freebsd-10.1-release/lib/libc/i386/string/
H A Dswab.S57 testl $7,%ecx # copy first group of 1 to 7 words
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c91 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
93 ASSERT(first <= last);
95 first != da->da_ddr.ddr_last + 1) {
99 da->da_ddr.ddr_first = first;
/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.h55 * first element in its chain through its first pointer.
64 struct l2t_entry *first; /* start of hash chain */ member in struct:l2t_entry
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_l2t.h58 * first element in its chain through its first pointer.
67 struct l2t_entry *first; /* start of hash chain */ member in struct:l2t_entry
/freebsd-10.1-release/sys/dev/fb/
H A Dfbd.c227 int err, first; local
229 first = 0;
231 first++;
248 if (first) {
/freebsd-10.1-release/sys/netinet/cc/
H A Dcc.c40 * This software was first released in 2007 by James Healy and Lawrence Stewart
132 int err, first, nalgos; local
135 first = 1;
157 err = sbuf_printf(s, first ? "%s" : ", %s", algo->name);
163 first = 0;
/freebsd-10.1-release/sys/sparc64/pci/
H A Dapb.c135 int i, first; local
137 for (first = 1, i = 0; i < 8; i++) {
139 printf("%s0x%lx-0x%lx", first ? "" : ", ",
141 first = 0;
H A Dofw_pci.h102 uint32_t first; member in struct:ofw_pci_msi_ranges
/freebsd-10.1-release/tools/tools/pirtool/
H A Dpirtool.c184 int i, first; local
190 first = 1;
193 if (!first)
196 first = 0;
/freebsd-10.1-release/usr.bin/netstat/
H A Dipsec.c224 int first; local
228 first = 1;
232 if (first) {
234 first = 0;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp241 if (locInfo.first.isInvalid())
243 offs = FileOffset(locInfo.first, locInfo.second);
276 if (locInfo.first.isInvalid())
278 offs = FileOffset(locInfo.first, locInfo.second);
315 if (beginInfo.first != endInfo.first ||
319 Offs = FileOffset(beginInfo.first, beginInfo.second);
/freebsd-10.1-release/sbin/mca/
H A Dmca.c59 static const char hw_mca_first[] = "hw.mca.first";
454 int count, first, last, cpuid; local
482 len = sizeof(first);
483 if (sysctlbyname(hw_mca_first, &first, &len, NULL, 0) == -1)
492 while (count && first <= last) {
494 sprintf(mib, hw_mca_recid, first, cpuid);
503 first++;
525 first++;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp528 // If this isn't the first time we've seen this dir, remove it.
532 // If this isn't the first time we've seen this framework dir, remove it.
537 // If this isn't the first time we've seen this headermap, remove it.
575 // If the first dir in the search path is a non-system dir, zap it
605 // Quoted arguments go first.
608 if (it->first == Quoted)
617 if (it->first == Angled || it->first == IndexHeaderMap)
626 if (it->first == System || it->first
[all...]
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dtelnetd.c572 char first[256], last[256]; local
582 (void) strncpy(first, terminaltype, sizeof(first)-1);
583 first[sizeof(first)-1] = '\0';
597 * the first name, just go with it.
599 if (strncmp(first, terminaltype, sizeof(first)) == 0)
607 if (strncmp(first, terminaltype, sizeof(first)) !
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dhash.c181 The first field in the structure for an entry in the hash
185 <<bfd.h>>. The first field in the structure for the hash
191 bfd_link_hash_entry>> (in <<bfdlink.h>>). The first field,
193 the first field in <<struct bfd_link_hash_table>>, <<table>>,
209 The first argument to the creation routine is a pointer to a
640 struct strtab_hash_entry *first;
704 table->first = NULL;
782 if (tab->first == NULL)
783 tab->first = entry;
811 for (entry = tab->first; entr
638 struct strtab_hash_entry *first; member in struct:bfd_strtab_hash
[all...]

Completed in 313 milliseconds

<<11121314151617181920>>