Searched refs:first (Results 101 - 125 of 4256) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlog.c31 /* The first revision to print. This is NULL if the range is
33 char *first; member in struct:option_revlist
35 or if no revision is given. If there is no colon, first and
41 /* Nonzero if first and last are inclusive. */
52 /* The first numeric revision to print. */
53 char *first; member in struct:revlist
59 /* Whether first & last are to be included or excluded. */
366 if (rp->first != NULL)
367 send_to_server (rp->first, 0);
372 if (rp->first !
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_config_test.sh68 test_suites.first["X-one"] = 1
69 test_suites.first["X-two"] = 2
73 test_suites.first.X-two = 2
77 test_suites.first.X-two
86 test_suites.first["X-one"] = 1
87 test_suites.first["X-three"] = 3
91 kyua: W: 'test_suites.first.X-two' is not defined.
95 test_suites.first.X-two
104 test_suites.first["X-one"] = 1
105 test_suites.first["
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp48 //! \param[out] result When true is returned this string is set to the first path at which
59 // Try cwd first if requested. Same process applies to absolute paths.
105 std::string PathSearcher::joinPaths(const std::string & first, const std::string & second) argument
107 // Start with first string.
108 std::string result = first;
111 if ((first[first.size() - 1] != PATH_SEP_CHAR) && (second[0] != PATH_SEP_CHAR))
/netbsd-current/external/bsd/mdocml/dist/
H A Deqn_html.c53 if (NULL == bp->first)
55 if (bp->first->type != EQN_LIST ||
56 bp->first->expectargs == 1) {
57 eqn_box(p, bp->first);
60 if (NULL == (parent = bp->first->first))
62 /* Estimate the number of rows, first. */
63 if (NULL == (child = parent->first))
70 parent = bp->first->first;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcounter.cc40 auto it = r.find(c.first);
47 auto it = l->find(tc.first);
49 (*l)[tc.first] = tc.second;
60 if (r.find(c.first) == r.end()) {
/netbsd-current/external/ibm-public/postfix/dist/
H A DMakefile19 @echo Please review the INSTALL instructions first.
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dtemporary_buffer.h45 __r.first = static_cast<_Tp*>(::operator new(
48 __r.first = static_cast<_Tp*>(::operator new(
59 __r.first = static_cast<_Tp*>(::operator new(__n * sizeof(_Tp), nothrow));
62 if (__r.first)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcounter.cc47 auto it = r.find(c.first);
54 auto it = l->find(tc.first);
56 (*l)[tc.first] = tc.second;
67 if (r.find(c.first) == r.end()) {
H A Dcsv_reporter.cc52 if (cnt.first == "bytes_per_second" || cnt.first == "items_per_second")
54 user_counter_names_.insert(cnt.first);
74 if (cnt.first == "bytes_per_second" || cnt.first == "items_per_second")
76 CHECK(user_counter_names_.find(cnt.first) != user_counter_names_.end())
78 << "Counter named \"" << cnt.first
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h129 if (I != Seqs.end() && isSuffix(Seq, I->first))
135 if (I != Seqs.begin() && isSuffix((--I)->first, Seq))
154 Entries += I->first.size() + 1;
162 assert(I != Seqs.end() && isSuffix(Seq, I->first) &&
163 "get() called with sequence that wasn't added first");
164 return I->second + (I->first.size() - Seq.size());
187 for (auto C : I.first) {
207 for (typename SeqT::const_iterator SI = I->first.begin(),
208 SE = I->first.end(); SI != SE; ++SI) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp54 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(p_e->m_value.first);)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dseg.d9 # On MIPS, the first segment is for .reginfo.
18 # On MIPS, the first segment is for .reginfo.
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h179 * @tparam _T1 Type of first object.
188 typedef _T1 first_type; ///< The type of the `first` member
191 _T1 first; ///< The first member member in struct:pair
202 /// Swap the first members and then the second members.
209 swap(first, __p.first);
231 : first(), second()
272 : first(__x), second(__y)
281 : first(st
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp54 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(p_e->m_value.first);)
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dunicode.c3 typedef struct wchar_range { wchar first, last; } wchar_range; member in struct:wchar_range
19 if (ch < table[0].first)
27 else if (ch < table[mid].first)
47 if (ch1 == comb_table[i].first &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp37 size_t NumSpaces = GlobalWidth - Info.first.size() - 8;
38 outs() << " =" << Info.first;
86 if (CounterPair.first.endswith("-skip")) {
87 auto CounterName = CounterPair.first.drop_back(5);
99 } else if (CounterPair.first.endswith("-count")) {
100 auto CounterName = CounterPair.first.drop_back(6);
113 errs() << "DebugCounter Error: " << CounterPair.first
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h89 SymbolTableListTraits &L2, iterator first, iterator last) {
105 for (; first != last; ++first) {
106 ValueSubClass &V = *first;
117 for (; first != last; ++first)
118 first->setParent(NewIP);
88 transferNodesFromList( SymbolTableListTraits &L2, iterator first, iterator last) argument
/netbsd-current/lib/libc/sys/
H A Dmakelintstub135 first=true; i=1
137 if $first; then
138 first=false
147 if $first; then
156 first=true; i=1
158 if $first; then
159 first=false
/netbsd-current/sys/arch/ia64/stand/common/
H A Dmerge_help.awk12 first = -1;
16 # beginning of first command
37 first = ind;
42 i = first; j = -1;
57 first = ind;
90 node = first;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/driver/
H A Dstrlist.c40 l->first = l->last = NULL;
52 l->first = l->last = NULL;
78 int quote, first = 1; local
82 if (!first)
107 first = 0;
124 l->first = s;
156 s->next = l->first;
158 l->first = s;
184 s4 = l->first;
190 l->first
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DContinuousRangeMap.h31 /// the first range is from I0 to I1, the second from I1 to I2, the third from
52 return L.first < R;
55 return L < R.first;
61 return L.first < R.first;
70 assert((Rep.empty() || Rep.back().first < Val.first) &&
77 if (I != Rep.end() && I->first == Val.first) {
95 // I points to the first entr
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h205 * @tparam _T1 Type of first object.
214 typedef _T1 first_type; ///< The type of the `first` member
217 _T1 first; ///< The first member member in struct:pair
222 /** The default constructor creates @c first and @c second using their
233 : first(), second() { }
246 : first(), second() { }
252 : first(__a), second(__b) { }
267 : first(__a), second(__b) { }
277 : first(__
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dordered-hash-map-tests.cc51 out_kvs->safe_push (std::make_pair ((*iter).first, (*iter).second));
94 ASSERT_EQ (kvs[0].first, ostrich);
96 ASSERT_EQ (kvs[1].first, elephant);
98 ASSERT_EQ (kvs[2].first, ant);
100 ASSERT_EQ (kvs[3].first, spider);
102 ASSERT_EQ (kvs[4].first, millipede);
104 ASSERT_EQ (kvs[5].first, eric);
151 ASSERT_EQ (kvs[0].first, 2);
153 ASSERT_EQ (kvs[1].first, 4);
155 ASSERT_EQ (kvs[2].first,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dordered-hash-map-tests.cc51 out_kvs->safe_push (std::make_pair ((*iter).first, (*iter).second));
94 ASSERT_EQ (kvs[0].first, ostrich);
96 ASSERT_EQ (kvs[1].first, elephant);
98 ASSERT_EQ (kvs[2].first, ant);
100 ASSERT_EQ (kvs[3].first, spider);
102 ASSERT_EQ (kvs[4].first, millipede);
104 ASSERT_EQ (kvs[5].first, eric);
151 ASSERT_EQ (kvs[0].first, 2);
153 ASSERT_EQ (kvs[1].first, 4);
155 ASSERT_EQ (kvs[2].first,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dld-insn.c86 fields->first = ZALLOC(insn_field);
87 fields->first->first = -1;
88 fields->first->last = -1;
89 fields->first->width = 0;
93 fields->last->first = insn_bit_size;
98 fields->first->next = fields->last;
99 fields->last->prev = fields->first;
169 new_field->first = target_a2i(hi_bit_nr, new_field->pos_string);
170 new_field->last = new_field->next->first
[all...]

Completed in 267 milliseconds

1234567891011>>