Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 2957) sorted by relevance

12345678910>>...119

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCxaDemangle.cpp60 const char* parse_type(const char* first, const char* last, C& db);
62 const char* parse_encoding(const char* first, const char* last, C& db);
64 const char* parse_name(const char* first, const char* last, C& db,
67 const char* parse_expression(const char* first, const char* last, C& db);
69 const char* parse_template_args(const char* first, const char* last, C& db);
71 const char* parse_operator_name(const char* first, const char* last, C& db);
73 const char* parse_unqualified_name(const char* first, const char* last, C& db);
75 const char* parse_decltype(const char* first, const char* last, C& db);
84 fprintf(stderr, "{%s#%s}\n", s.first.c_str(), s.second.c_str()); in print_stack()
94 fprintf(stderr, "{%s#%s}", s.first.c_str(), s.second.c_str()); in print_stack()
[all …]
/NextBSD/contrib/binutils/libiberty/
HDconcat.c70 vconcat_length (const char *first, va_list args) in vconcat_length() argument
75 for (arg = first; arg ; arg = va_arg (args, const char *)) in vconcat_length()
82 vconcat_copy (char *dst, const char *first, va_list args) in vconcat_copy() argument
87 for (arg = first; arg ; arg = va_arg (args, const char *)) in vconcat_copy()
101 concat_length (const char *first, ...) in concat_length() argument
105 VA_OPEN (args, first); in concat_length()
106 VA_FIXEDARG (args, const char *, first); in concat_length()
107 length = vconcat_length (first, args); in concat_length()
116 concat_copy (char *dst, const char *first, ...) in concat_copy() argument
120 VA_OPEN (args, first); in concat_copy()
[all …]
/NextBSD/contrib/gcclibs/libiberty/
HDconcat.c70 vconcat_length (const char *first, va_list args) in vconcat_length() argument
75 for (arg = first; arg ; arg = va_arg (args, const char *)) in vconcat_length()
82 vconcat_copy (char *dst, const char *first, va_list args) in vconcat_copy() argument
87 for (arg = first; arg ; arg = va_arg (args, const char *)) in vconcat_copy()
101 concat_length (const char *first, ...) in concat_length() argument
105 VA_OPEN (args, first); in concat_length()
106 VA_FIXEDARG (args, const char *, first); in concat_length()
107 length = vconcat_length (first, args); in concat_length()
116 concat_copy (char *dst, const char *first, ...) in concat_copy() argument
120 VA_OPEN (args, first); in concat_copy()
[all …]
/NextBSD/usr.sbin/etcupdate/tests/
HDtests_test.sh118 mkfifo $i/equal/first/first/fifo
119 echo "foo" > $i/equal/first/first/file
120 mkdir $i/equal/first/first/dir
121 ln -s "bar" $i/equal/first/first/link
150 mkfifo $i/first/equal/second/fifo
151 echo "foo" > $i/first/equal/second/file
152 mkdir $i/first/equal/second/emptydir
153 ln -s "bar" $i/first/equal/second/link
154 mkdir $i/first/equal/second/fulldir
155 echo "foo" > $i/first/equal/second/fulldir/file
[all …]
HDalways_test.sh97 mkfifo $OLD/first/difftype/second/fifo
98 mkdir $TEST/first/difftype/second/fifo
102 ln -s "old link" $OLD/first/difflinks/second/link
103 ln -s "test link" $TEST/first/difflinks/second/link
107 echo "foo" > $OLD/first/difffiles/second/file
108 echo "bar" > $TEST/first/difffiles/second/file
128 mkfifo $OLD/difftype/first/first/fifo
129 mkdir $NEW/difftype/first/first/fifo
159 ln -s "old" $OLD/difflinks/first/first/link
160 ln -s "new" $NEW/difflinks/first/first/link
[all …]
/NextBSD/contrib/ntp/tests/libntp/
HDlfpfunc.c32 int l_fp_scmp(const l_fp first, const l_fp second);
33 int l_fp_ucmp(const l_fp first, l_fp second);
35 l_fp l_fp_add(const l_fp first, const l_fp second);
36 l_fp l_fp_subtract(const l_fp first, const l_fp second);
37 l_fp l_fp_negate(const l_fp first);
38 l_fp l_fp_abs(const l_fp first);
39 int l_fp_signum(const l_fp first);
40 double l_fp_convert_to_double(const l_fp first);
42 void l_fp_swap(l_fp * first, l_fp *second);
43 bool l_isgt(const l_fp first, const l_fp second);
[all …]
/NextBSD/contrib/flex/
HDnfa.c304 int link_machines (first, last) in link_machines() argument
305 int first, last; in link_machines()
307 if (first == NIL)
311 return first;
314 mkxtion (finalst[first], last);
315 finalst[first] = finalst[last];
316 lastst[first] = MAX (lastst[first], lastst[last]);
317 firstst[first] = MIN (firstst[first], firstst[last]);
319 return first;
373 int mkbranch (first, second) in mkbranch() argument
[all …]
/NextBSD/usr.bin/netstat/
HDinet6.c362 int first, i; in ip6_stats() local
422 for (first = 1, i = 0; i < IP6S_HDRCNT; i++) in ip6_stats()
424 if (first) { in ip6_stats()
427 first = 0; in ip6_stats()
434 if (!first) in ip6_stats()
441 for (first = 1, i = 0; i < IP6S_M2MMAX; i++) { in ip6_stats()
444 if (first) { in ip6_stats()
447 first = 0; in ip6_stats()
456 if (!first) in ip6_stats()
501 for (first = 1, i = 0; i < IP6S_SCOPECNT; i++) { in ip6_stats()
[all …]
HDpfkey.c119 unsigned first, type; in pfkey_stats() local
135 for (first = 1, type = 0; in pfkey_stats()
140 if (first) { in pfkey_stats()
143 first = 0; in pfkey_stats()
151 if (!first) in pfkey_stats()
178 for (first = 1, type = 0; in pfkey_stats()
183 if (first) { in pfkey_stats()
186 first = 0; in pfkey_stats()
194 if (!first) in pfkey_stats()
/NextBSD/usr.bin/seq/
HDseq.c79 double first = 1.0; in main() local
138 first = e_atof(argv[0]); in main()
144 errx(1, "zero %screment", (first < last)? "in" : "de"); in main()
149 incr = (first < last) ? 1.0 : -1.0; in main()
151 if (incr <= 0.0 && first < last) in main()
154 if (incr >= 0.0 && first > last) in main()
168 fmt = generate_format(first, incr, last, equalize, pad); in main()
171 for (; first <= last; first += incr) { in main()
172 printf(fmt, first); in main()
176 for (; first >= last; first += incr) { in main()
[all …]
/NextBSD/contrib/libstdc++/include/ext/pb_ds/
Dassoc_container.hpp218 cc_hash_table(It first, It last) in cc_hash_table() argument
219 { base_type::copy_from_range(first, last); } in cc_hash_table()
225 cc_hash_table(It first, It last, const hash_fn& h) in cc_hash_table() argument
227 { copy_from_range(first, last); } in cc_hash_table()
236 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in cc_hash_table() argument
238 { copy_from_range(first, last); } in cc_hash_table()
248 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() argument
251 { copy_from_range(first, last); } in cc_hash_table()
262 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table() argument
265 { copy_from_range(first, last); } in cc_hash_table()
[all …]
/NextBSD/contrib/llvm/lib/TableGen/
HDStringMatcher.cpp26 for (unsigned i = 0, e = Matches[0]->first.size(); i != e; ++i) { in FindFirstNonCommonLetter()
28 char Letter = Matches[0]->first[i]; in FindFirstNonCommonLetter()
31 if (Matches[str]->first[i] != Letter) in FindFirstNonCommonLetter()
35 return Matches[0]->first.size(); in FindFirstNonCommonLetter()
51 if (CharNo == Matches[0]->first.size()) { in EmitStringMatcherForChar()
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; in EmitStringMatcherForChar()
63 OS << Indent << Split.first << "\n"; in EmitStringMatcherForChar()
73 MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]); in EmitStringMatcherForChar()
87 << Matches[0]->first[CharNo] << "')\n"; in EmitStringMatcherForChar()
93 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\", " in EmitStringMatcherForChar()
[all …]
/NextBSD/contrib/libxo/tests/core/saved/
HDtest_07.XP.out14 <first-name>Jim</first-name>
23 <first-name>Terry</first-name>
32 <first-name>Leslie</first-name>
41 <first-name>Ashley</first-name>
49 <first-name>0123456789</first-name>
57 <first-name>ახლა</first-name>
HDtest_07.X.out1first-name>Jim</first-name><nic-name>"რეგტ"</nic-name><last-name>გთხოვთ ახ</last-name><department>…
HDtest_05.XP.out33 <first-name>Jim</first-name>
41 <first-name>Terry</first-name>
49 <first-name>Leslie</first-name>
57 <first-name>Ashley</first-name>
64 <first-name>0123456789</first-name>
71 <first-name>ახლა</first-name>
79 <first-name>෴ණ්ණ෴෴ණ්ණ෴</first-name>
HDtest_05.X.out1first-name>Jim</first-name><nic-name>"რეგტ"</nic-name><last-name>გთხოვთ ახ</last-name><department>…
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMaximumSpanningTree.h51 size_t XSizeA = getBlockSize(X.first.first); in operator()
52 size_t YSizeA = getBlockSize(Y.first.first); in operator()
56 size_t XSizeB = getBlockSize(X.first.second); in operator()
57 size_t YSizeB = getBlockSize(Y.first.second); in operator()
80 Edge e = (*EWi).first; in MaximumSpanningTree()
82 Forest.insert(e.first); in MaximumSpanningTree()
89 Edge e = (*EWi).first; in MaximumSpanningTree()
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) { in MaximumSpanningTree()
92 Forest.unionSets(e.first, e.second); in MaximumSpanningTree()
/NextBSD/contrib/libstdc++/include/bits/
Dstl_pair.h73 _T1 first; ///< @c first is a copy of the first object member
81 : first(), second() { } in pair()
85 : first(__a), second(__b) { } in pair()
90 : first(__p.first), second(__p.second) { } in pair()
97 { return __x.first == __y.first && __x.second == __y.second; }
103 { return __x.first < __y.first
104 || (!(__y.first < __x.first) && __x.second < __y.second); }
/NextBSD/contrib/gcc/
HDbitmap.c82 if (head->first == elt) in bitmap_element_free()
83 head->first = next; in bitmap_element_free()
169 head->first = NULL; in bitmap_elt_clear_from()
192 if (head->first) in bitmap_clear()
193 bitmap_elt_clear_from (head, head->first); in bitmap_clear()
243 bit_obstack->heads = (void *)map->first; in bitmap_obstack_alloc()
272 map->first = (void *)map->obstack->heads; in bitmap_obstack_free()
305 if (head->first == 0) in bitmap_element_link()
308 head->first = element; in bitmap_element_link()
323 head->first = element; in bitmap_element_link()
[all …]
HDgenmultilib148 first=$1
150 case "$first" in
152 all=${initial}`echo $first | sed -e 's_|_/_'g`
153 first=`echo $first | sed -e 's_|_ _'g`
156 ./tmpmultilib $first $@ | grep -v "^${all}"
159 for opt in `echo $first | sed -e 's|/| |'g`; do
163 for opt in `echo $first | sed -e 's|/| |'g`; do
282 first=$1
285 l=`echo ${first} | sed -e 's/=.*$//' -e 's/?/=/g'`
286 r=`echo ${first} | sed -e 's/^.*=//' -e 's/?/=/g'`
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDlist.h202 struct list_head *first; in _list_splice() local
207 first = list->next; in _list_splice()
209 first->prev = prev; in _list_splice()
210 prev->next = first; in _list_splice()
250 struct hlist_node *first; member
259 #define INIT_HLIST_HEAD(head) (head)->first = NULL
277 return !h->first; in hlist_empty()
303 n->next = h->first; in hlist_add_head()
304 if (h->first) in hlist_add_head()
305 h->first->pprev = &n->next; in hlist_add_head()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
HDtst.relenum.d47 first, enumerator
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > one && one != two && zero != first/
/NextBSD/gnu/usr.bin/gdb/kgdb/
HDkthr.c53 static struct kthr *first; variable
71 return (first); in kgdb_thr_first()
95 kt->next = first; in kgdb_thr_add_procs()
109 first = kt; in kgdb_thr_add_procs()
124 while (first != NULL) { in kgdb_thr_init()
125 kt = first; in kgdb_thr_init()
126 first = kt->next; in kgdb_thr_init()
160 curkthr = first; in kgdb_thr_init()
161 return (first); in kgdb_thr_init()
169 kt = first; in kgdb_thr_lookup_tid()
[all …]
/NextBSD/contrib/mdocml/
HDeqn_html.c48 if (NULL == bp->first) in eqn_box()
50 if (EQN_LIST != bp->first->type) { in eqn_box()
51 eqn_box(p, bp->first); in eqn_box()
54 if (NULL == (parent = bp->first->first)) in eqn_box()
57 if (NULL == (child = parent->first)) in eqn_box()
64 parent = bp->first->first; in eqn_box()
67 child = parent->first; in eqn_box()
81 eqn_box(p, child->first); in eqn_box()
131 if (bp->first != NULL && bp->first->type == EQN_LIST) in eqn_box()
158 eqn_box(p, bp->first); in eqn_box()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtIterator.h152 bool empty() const { return first == second; } in empty()
155 Stmt *operator->() const { return first.operator->(); }
156 Stmt *&operator*() const { return first.operator*(); }
160 ++first;
167 ++first;
172 return range.first; in begin()
190 : std::pair<ConstStmtIterator,ConstStmtIterator>(range.first, range.second) in ConstStmtRange()
195 bool empty() const { return first == second; } in empty()
198 const Stmt *operator->() const { return first.operator->(); }
199 const Stmt *operator*() const { return first.operator*(); }
[all …]

12345678910>>...119