Searched refs:first (Results 26 - 50 of 1330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/byacc/
H A Ddefs.h21 #define CONCAT(first,second) first #second
23 #define CONCAT2(first,second) #first "." #second
/freebsd-10.0-release/contrib/gperf/src/
H A Dpositions.cc131 bool first = true; local
143 if (!first)
157 first = false;
162 if (!first)
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_key_dtor_entry_dealtor.hpp75 m_p_nd->m_value.first.~Key();
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp58 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp29 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
39 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
49 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
59 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/freebsd-10.0-release/sys/sys/
H A D_unrhdr.h44 u_int first; /* items in allocated from start */ member in struct:unrhdr
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h88 ilist_iterator<ValueSubClass> first,
99 for (; first != last; ++first) {
100 ValueSubClass &V = *first;
111 for (; first != last; ++first)
112 first->setParent(NewIP);
87 transferNodesFromList(ilist_traits<ValueSubClass> &L2, ilist_iterator<ValueSubClass> first, ilist_iterator<ValueSubClass> last) argument
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h74 if (I != Seqs.end() && isSuffix(Seq, I->first))
80 if (I != Seqs.begin() && isSuffix((--I)->first, Seq))
94 Entries += I->first.size() + 1;
102 assert(I != Seqs.end() && isSuffix(Seq, I->first) &&
103 "get() called with sequence that wasn't added first");
104 return I->second + (I->first.size() - Seq.size());
116 for (typename SeqT::const_iterator SI = I->first.begin(),
117 SE = I->first.end(); SI != SE; ++SI) {
/freebsd-10.0-release/sys/boot/common/
H A Dmerge_help.awk11 first = -1;
15 # beginning of first command
39 first = ind;
44 i = first; j = -1;
59 first = ind;
92 node = first;
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h72 return C1.first < C2.first;
80 return LItem->first.getHigh() >= RItem->first.getLow();
89 APInt RLow = RItem->first.getLow();
92 return LItem->first.getHigh() >= RLow;
292 const RangeTy &LRange = L->first;
293 const RangeTy &RRange = R->first;
318 const IntTy *Low = &OldItems.begin()->first.getLow();
319 const IntTy *High = &OldItems.begin()->first
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dipa.c41 /* We have to deal with cycles nicely, so use a depth first traversal
99 struct cgraph_node *first = (void *) 1; local
119 node->aux = first;
120 first = node;
128 while (first != (void *) 1)
131 node = first;
132 first = first->aux;
141 e->callee->aux = first;
142 first
[all...]
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dquarantine.c37 quarantine->first = 0;
58 if (quarantine->first + quarantine->curobjs <= (ZU(1) <<
61 memcpy(ret->objs, &quarantine->objs[quarantine->first],
66 quarantine->first;
69 memcpy(ret->objs, &quarantine->objs[quarantine->first], ncopy_a
82 quarantine_obj_t *obj = &quarantine->objs[quarantine->first];
87 quarantine->first = (quarantine->first + 1) & ((ZU(1) <<
137 size_t offset = (quarantine->first + quarantine->curobjs) &
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d24 * IDEA: Ryan Matteson (who first wrote a solution to this).
59 first = 1;
72 /first || (secs == 0 && lines > SCREEN)/
77 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhttpdstat.d24 * IDEA: Ryan Matteson (who first wrote a solution to this).
59 first = 1;
72 /first || (secs == 0 && lines > SCREEN)/
77 first = 0;
H A Dj_stat.d65 first = 1;
78 /first || (secs == 0 && lines > SCREEN)/
83 first = 0;
H A Djs_stat.d55 first = 1;
68 /first || (secs == 0 && lines > SCREEN)/
73 first = 0;
H A Drb_stat.d63 first = 1;
76 /first || (secs == 0 && lines > SCREEN)/
81 first = 0;
H A Dsh_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
H A Dtcl_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d65 first = 1;
78 /first || (secs == 0 && lines > SCREEN)/
83 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_stat.d55 first = 1;
68 /first || (secs == 0 && lines > SCREEN)/
73 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_stat.d63 first = 1;
76 /first || (secs == 0 && lines > SCREEN)/
81 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_stat.d60 first = 1;
73 /first || (secs == 0 && lines > SCREEN)/
78 first = 0;
/freebsd-10.0-release/contrib/gdb/
H A Dylwrap92 first=yes
103 # A missing file is only an error for the first file. This
107 if test $first = yes; then
113 first=no

Completed in 166 milliseconds

1234567891011>>