Searched refs:first (Results 1 - 25 of 1372) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A DMKkeyname.awk36 first = 1;
41 if (first) {
49 if (first) {
55 first = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp73 const char* parse_type(const char* first, const char* last, C& db);
75 const char* parse_encoding(const char* first, const char* last, C& db);
77 const char* parse_name(const char* first, const char* last, C& db);
79 const char* parse_expression(const char* first, const char* last, C& db);
81 const char* parse_template_args(const char* first, const char* last, C& db);
83 const char* parse_operator_name(const char* first, const char* last, C& db);
85 const char* parse_unqualified_name(const char* first, const char* last, C& db);
87 const char* parse_decltype(const char* first, const char* last, C& db);
96 printf("{%s#%s}\n", s.first.c_str(), s.second.c_str());
106 printf("{%s#%s}", s.first
132 print_state(const char* msg, const char* first, const char* last, const C& db) argument
144 parse_number(const char* first, const char* last) argument
203 parse_floating_number(const char* first, const char* last, C& db) argument
247 parse_source_name(const char* first, const char* last, C& db) argument
289 parse_substitution(const char* first, const char* last, C& db) argument
396 parse_builtin_type(const char* first, const char* last, C& db) argument
541 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) argument
570 parse_template_param(const char* first, const char* last, C& db) argument
627 parse_const_cast_expr(const char* first, const char* last, C& db) argument
653 parse_dynamic_cast_expr(const char* first, const char* last, C& db) argument
679 parse_reinterpret_cast_expr(const char* first, const char* last, C& db) argument
705 parse_static_cast_expr(const char* first, const char* last, C& db) argument
731 parse_pack_expansion(const char* first, const char* last, C& db) argument
746 parse_sizeof_type_expr(const char* first, const char* last, C& db) argument
766 parse_sizeof_expr_expr(const char* first, const char* last, C& db) argument
786 parse_sizeof_param_pack_expr(const char* first, const char* last, C& db) argument
820 parse_function_param(const char* first, const char* last, C& db) argument
859 parse_sizeof_function_param_pack_expr(const char* first, const char* last, C& db) argument
880 parse_typeid_expr(const char* first, const char* last, C& db) argument
904 parse_throw_expr(const char* first, const char* last, C& db) argument
924 parse_dot_star_expr(const char* first, const char* last, C& db) argument
950 parse_simple_id(const char* first, const char* last, C& db) argument
980 parse_unresolved_type(const char* first, const char* last, C& db) argument
1044 parse_destructor_name(const char* first, const char* last, C& db) argument
1072 parse_base_unresolved_name(const char* first, const char* last, C& db) argument
1131 parse_unresolved_qualifier_level(const char* first, const char* last, C& db) argument
1148 parse_unresolved_name(const char* first, const char* last, C& db) argument
1297 parse_dot_expr(const char* first, const char* last, C& db) argument
1323 parse_call_expr(const char* first, const char* last, C& db) argument
1378 parse_new_expr(const char* first, const char* last, C& db) argument
1500 parse_conversion_expr(const char* first, const char* last, C& db) argument
1567 parse_arrow_expr(const char* first, const char* last, C& db) argument
1597 parse_function_type(const char* first, const char* last, C& db) argument
1686 parse_pointer_to_member_type(const char* first, const char* last, C& db) argument
1723 parse_array_type(const char* first, const char* last, C& db) argument
1787 parse_decltype(const char* first, const char* last, C& db) argument
1820 parse_vector_type(const char* first, const char* last, C& db) argument
1909 parse_type(const char* first, const char* last, C& db) argument
2348 parse_operator_name(const char* first, const char* last, C& db) argument
2648 parse_integer_literal(const char* first, const char* last, const typename C::String& lit, C& db) argument
2679 parse_expr_primary(const char* first, const char* last, C& db) argument
2934 parse_ctor_dtor_name(const char* first, const char* last, C& db) argument
2984 parse_unnamed_type_name(const char* first, const char* last, C& db) argument
3097 parse_unqualified_name(const char* first, const char* last, C& db) argument
3144 parse_unscoped_name(const char* first, const char* last, C& db) argument
3176 parse_alignof_type(const char* first, const char* last, C& db) argument
3196 parse_alignof_expr(const char* first, const char* last, C& db) argument
3214 parse_noexcept_expression(const char* first, const char* last, C& db) argument
3229 parse_prefix_expression(const char* first, const char* last, const typename C::String& op, C& db) argument
3244 parse_binary_expression(const char* first, const char* last, const typename C::String& op, C& db) argument
3314 parse_expression(const char* first, const char* last, C& db) argument
3810 parse_template_arg(const char* first, const char* last, C& db) argument
3863 parse_template_args(const char* first, const char* last, C& db) argument
3927 parse_nested_name(const char* first, const char* last, C& db) argument
4069 parse_discriminator(const char* first, const char* last) argument
4107 parse_local_name(const char* first, const char* last, C& db) argument
4179 parse_name(const char* first, const char* last, C& db) argument
4263 parse_call_offset(const char* first, const char* last) argument
4309 parse_special_name(const char* first, const char* last, C& db) argument
4489 parse_encoding(const char* first, const char* last, C& db) argument
4610 parse_block_invoke(const char* first, const char* last, C& db) argument
4647 parse_dot_suffix(const char* first, const char* last, C& db) argument
4667 demangle(const char* first, const char* last, C& db, int& status) argument
4863 String first; member in struct:__anon3723::string_pair
[all...]
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d47 first,
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/
/freebsd-10.1-release/contrib/unbound/services/
H A Doutbound_list.c50 list->first = NULL;
57 p = list->first;
70 if(list->first)
71 list->first->prev = e;
72 e->next = list->first;
74 list->first = e;
87 else list->first = e->next;
/freebsd-10.1-release/contrib/gperf/src/
H A Dkeyword-list.icc25 /* Access to first element of list. */
27 Keyword_List::first () const
41 /* Access to first element of list. */
43 KeywordExt_List::first () const
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp57 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first];
58 a_p_entries_resized[pos_hash_pair.first] = p_e;
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dt_x509a.c72 char oidstr[80], first; local
77 first = 1;
80 if (!first)
83 first = 0;
92 first = 1;
95 if (!first)
98 first = 0;
H A Dt_bitst.c69 char first = 1; local
73 if (!first)
76 first = 0;
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c29 int l_fp_scmp(const l_fp first, const l_fp second);
30 int l_fp_ucmp(const l_fp first, l_fp second);
32 l_fp l_fp_add(const l_fp first, const l_fp second);
33 l_fp l_fp_subtract(const l_fp first, const l_fp second);
34 l_fp l_fp_negate(const l_fp first);
35 l_fp l_fp_abs(const l_fp first);
36 int l_fp_signum(const l_fp first);
37 double l_fp_convert_to_double(const l_fp first);
39 void l_fp_swap(l_fp * first, l_fp *second);
40 bool l_isgt(const l_fp first, cons
69 l_fp_scmp(const l_fp first, const l_fp second) argument
86 l_fp_ucmp(const l_fp first, l_fp second) argument
129 l_fp_add(const l_fp first, const l_fp second) argument
138 l_fp_subtract(const l_fp first, const l_fp second) argument
147 l_fp_negate(const l_fp first) argument
156 l_fp_abs(const l_fp first) argument
165 l_fp_signum(const l_fp first) argument
173 l_fp_convert_to_double(const l_fp first) argument
189 l_fp_swap(l_fp * first, l_fp *second) argument
207 l_isgt(const l_fp first, const l_fp second) argument
214 l_isgtu(const l_fp first, const l_fp second) argument
221 l_ishis(const l_fp first, const l_fp second) argument
228 l_isgeq(const l_fp first, const l_fp second) argument
235 l_isequ(const l_fp first, const l_fp second) argument
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_pair.h70 typedef _T1 first_type; ///< @c first_type is the first bound type
73 _T1 first; ///< @c first is a copy of the first object member in struct:pair
78 /** The default constructor creates @c first and @c second using their
81 : first(), second() { }
85 : first(__a), second(__b) { }
90 : first(__p.first), second(__p.second) { }
97 { return __x.first
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h51 size_t XSizeA = getBlockSize(X.first.first);
52 size_t YSizeA = getBlockSize(Y.first.first);
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
80 Edge e = (*EWi).first;
82 Forest.insert(e.first);
86 // Iterate over the sorted edges, biggest first.
89 Edge e = (*EWi).first;
[all...]
/freebsd-10.1-release/contrib/flex/
H A Dnfa.c292 * new = link_machines( first, last );
294 * new - a machine constructed by connecting first to last
295 * first - the machine whose successor is to be last
296 * last - the machine whose predecessor is to be first
298 * note: this routine concatenates the machine first with the machine
299 * last to produce a machine new which will pattern-match first first
304 int link_machines (first, last)
305 int first, last;
307 if (first
[all...]
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp19 /// FindFirstNonCommonLetter - Find the first character in the keys of the
26 for (unsigned i = 0, e = Matches[0]->first.size(); i != e; ++i) {
28 char Letter = Matches[0]->first[i];
31 if (Matches[str]->first[i] != Letter)
35 return Matches[0]->first.size();
51 if (CharNo == Matches[0]->first.size()) {
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
73 MatchesByLetter[Matches[i]->first[CharN
[all...]
/freebsd-10.1-release/usr.bin/netstat/
H A Dpfkey.c117 unsigned first, type; local
130 for (first = 1, type = 0;
135 if (first) {
137 first = 0;
155 for (first = 1, type = 0;
160 if (first) {
162 first = 0;
/freebsd-10.1-release/usr.bin/seq/
H A Dseq.c79 double first = 1.0; local
130 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n",
138 first = e_atof(argv[0]);
144 errx(1, "zero %screment", (first < last)? "in" : "de");
149 incr = (first < last) ? 1.0 : -1.0;
151 if (incr <= 0.0 && first < last)
154 if (incr >= 0.0 && first > last)
166 fmt = generate_format(first, incr, last, equalize, pad);
169 for (; first <= last; first
408 generate_format(double first, double incr, double last, int equalize, char pad) argument
[all...]
/freebsd-10.1-release/usr.sbin/etcupdate/tests/
H A Dtests_test.sh68 states="equal first second difftype difflinks difffiles"
90 # Note that if the old and new files are identical (so first
115 # /equal/first/first: The file is missing from the test
118 mkfifo $i/equal/first/first/fifo
119 echo "foo" > $i/equal/first/first/file
120 mkdir $i/equal/first/first/di
[all...]
/freebsd-10.1-release/contrib/gcclibs/libgomp/
H A Dsingle.c33 /* This routine is called when first encountering a SINGLE construct that
46 /* This routine is called when first encountering a SINGLE construct that
56 bool first; local
59 first = gomp_work_share_start (false);
62 if (first)
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk44 first = 1;
51 if (first) {
62 first = 0;
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dstrcollect.c80 strcollect(char *first, ...) argument
88 ret[0] = first;
89 va_start(ap, first);
/freebsd-10.1-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h28 unsigned int first; member in struct:llvm::GenericValue::IntPair
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DContinuousRangeMap.h30 /// the first range is from I0 to I1, the second from I1 to I2, the third from
50 return L.first < R;
53 return L < R.first;
59 return L.first < R.first;
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
75 if (I != Rep.end() && I->first == Val.first) {
93 // I points to the first entr
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Ddefs.h22 #define CONCAT(first,second) first #second
24 #define CONCAT2(first,second) #first "." #second

Completed in 140 milliseconds

1234567891011>>