Home
last modified time | relevance | path

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

12345678910>>...203

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc155 if (first < last && *first == '.') in find_end_of_float()
158 while (first < last && strchr(digits, *first)) in find_end_of_float()
161 if (first < last && exp != nullptr && (*first == exp[0] || *first == exp[1])) in find_end_of_float()
164 if (first < last && (*first == '-' || *first == '+')) in find_end_of_float()
198 if (first[neg] == 'i' || first[neg] == 'I') in pattern()
519 if (*first == 'i' || *first == 'I' || *first == 'n' || *first == 'N') [[unlikely]] in __floating_from_chars_hex()
540 if (first != last && *first == '(') in __floating_from_chars_hex()
587 while (first != last && *first == '0') in __floating_from_chars_hex()
613 for (; first != last; ++first) in __floating_from_chars_hex()
670 if (first != last && (*first == 'p' || *first == 'P')) in __floating_from_chars_hex()
[all …]
H A Dfloating_to_chars.cc561 *first++ = '0'; in to_chars()
644 *first++ = '-'; in __handle_special_value()
645 *first++ = '0'; in __handle_special_value()
655 first += 4; in __handle_special_value()
660 first += 3; in __handle_special_value()
671 *first++ = '-'; in __handle_special_value()
672 *first++ = '0'; in __handle_special_value()
1278 = (output_length >= 6 && first[-6] == 'e' ? &first[-6] in __floating_to_chars_precision()
1279 : first[-5] == 'e' ? &first[-5] in __floating_to_chars_precision()
1358 ? &first[-5] : &first[-4]); in __floating_to_chars_precision()
[all …]
/netbsd/sys/external/bsd/drm2/include/linux/
H A Dllist.h50 head->first = NULL; in init_llist_head()
71 first = head->first; in llist_add()
74 } while (atomic_cas_ptr(&head->first, first, node) != first); in llist_add()
88 } while (atomic_cas_ptr(&head->first, next, first) != next); in llist_add_batch()
98 first = atomic_swap_ptr(&head->first, NULL); in llist_del_all()
101 return first; in llist_del_all()
110 first = atomic_load_consume(&head->first); in llist_del_first()
111 if (first == NULL) in llist_del_first()
113 } while (atomic_cas_ptr(&head->first, first, first->next) in llist_del_first()
114 != first); in llist_del_first()
[all …]
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dconcat.c95 va_start (args, first); in concat_length()
110 va_start (args, first); in concat_copy()
111 vconcat_copy (dst, first, args); in concat_copy()
129 concat_copy2 (const char *first, ...) in concat_copy2() argument
132 va_start (args, first); in concat_copy2()
140 concat (const char *first, ...) in concat() argument
146 va_start (args, first); in concat()
151 va_start (args, first); in concat()
152 vconcat_copy (newstr, first, args); in concat()
183 va_start (args, first); in reconcat()
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Ddepsrc-use.mk17 first: .USE first-first first-second
18 @echo first 1 # Using ${.TARGET} here would expand to "action"
19 @echo first 2
20 first-first: .USE
21 @echo first-first 1
22 @echo first-first 2
23 first-second: .USE
24 @echo first-second 1
25 @echo first-second 2
39 action: first second empty
/netbsd/games/hack/
H A Dhack.o_init.c100 first = 0; in init_objects()
101 while (first < end) { in init_objects()
103 last = first + 1; in init_objects()
110 bases[i] = first; in init_objects()
120 objects[j].oc_prob = (100 + j - first) / (last - first); in init_objects()
131 while (--j > first) { in init_objects()
132 i = first + rn2(j + 1 - first); in init_objects()
138 first = last; in init_objects()
163 first += j; in setgemprobs()
164 if (first >= LAST_GEM || first >= SIZE(objects) || in setgemprobs()
[all …]
/netbsd/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c75 const l_fp op1 = first; in l_fp_scmp()
91 const l_fp op1 = first; in l_fp_ucmp()
133 l_fp temp = first; in l_fp_add()
142 l_fp temp = first; in l_fp_subtract()
151 l_fp temp = first; in l_fp_negate()
158 l_fp_abs(const l_fp first) in l_fp_abs() argument
160 l_fp temp = first; in l_fp_abs()
171 return (first.l_ui || first.l_uf); in l_fp_signum()
178 LFPTOD(&first, res); in l_fp_convert_to_double()
195 *second = *first; in l_fp_swap()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DFilter.cc49 first = (uint64_t) - 1; in FilterNumeric()
72 first = findex; in set_range()
303 if ((rp->first > last) || (rp->last < first)) in set_pattern()
309 if (rp->first < first) in set_pattern()
310 rp->first = first; in set_pattern()
317 if ((rp->first == first) && (rp->last == last)) in set_pattern()
410 if (findex < rp->first) in include_range()
417 rp2->first = findex; in include_range()
424 rp->first = findex; in include_range()
450 next->first = rp->first; in include_range()
[all …]
/netbsd/usr.bin/seq/
H A Dseq.c82 double first = 1.0; in main() local
141 first = e_atof(argv[0]); in main()
174 printf(fmt, first); in main()
175 for (first += incr; first <= last; first += incr) { in main()
177 printf(fmt, first); in main()
180 printf(fmt, first); in main()
181 for (first += incr; first >= last; first += incr) { in main()
183 printf(fmt, first); in main()
441 if (first > last) in generate_format()
442 last = first - incr * floor((first - last) / incr); in generate_format()
[all …]
/netbsd/external/gpl2/xcvs/dist/src/
H A Dlog.c33 char *first; member
53 char *first; member
601 r->first = copy; in log_parse_revlist()
615 if (r->first[0] != '\0' && r->first[strlen (r->first) - 1] == '.') in log_parse_revlist()
618 r->first[strlen (r->first) - 1] = '\0'; in log_parse_revlist()
628 r->first = xstrdup (r->first); in log_parse_revlist()
1096 nr->first = RCS_getbranch (rcs, r->first, 1); in log_expand_revlist()
1125 nr->first = xstrdup (r->first); in log_expand_revlist()
1131 nr->first = RCS_whatbranch (rcs, r->first); in log_expand_revlist()
1133 nr->first = RCS_gettag (rcs, r->first, 1, NULL); in log_expand_revlist()
[all …]
/netbsd/usr.bin/make/
H A Dlst.c106 if (ln == list->first) in Lst_InsertBefore()
107 list->first = newNode; in Lst_InsertBefore()
121 list->first = ln; in Lst_Prepend()
124 list->first->prev = ln; in Lst_Prepend()
125 list->first = ln; in Lst_Prepend()
140 list->first = ln; in Lst_Append()
162 if (list->first == ln) in Lst_Remove()
163 list->first = ln->next; in Lst_Remove()
215 if (src->first != NULL) { in Lst_MoveAll()
220 dst->first = src->first; in Lst_MoveAll()
[all …]
/netbsd/external/bsd/flex/dist/src/
H A Dnfa.c315 if (first == NIL) in link_machines()
319 return first; in link_machines()
324 lastst[first] = MAX (lastst[first], lastst[last]); in link_machines()
325 firstst[first] = MIN (firstst[first], firstst[last]); in link_machines()
327 return first; in link_machines()
388 return first; in mkbranch()
467 if (first == NIL) in mkor()
471 return first; in mkor()
479 first = link_machines (eps, first); in mkor()
498 first = link_machines (first, eps); in mkor()
[all …]
/netbsd/external/bsd/libbind/dist/isc/
H A Dev_waits.c68 wl->first = new; in evWaitFor()
84 evWait *first; in evDo() local
91 first = wl->first; in evDo()
92 INSIST(first != NULL); in evDo()
97 ctx->waitDone.first = first; in evDo()
126 wl->first = this->next; in evUnwait()
129 if (wl->first == NULL) in evUnwait()
178 ctx->waitDone.first = new; in evDefer()
194 INSIST(wl->first != NULL); in print_waits()
213 new->first = new->last = NULL; in evNewWaitList()
[all …]
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dhandle.c91 omapi_handle_table -> first = 0; in omapi_object_handle()
109 new -> first = 0; in omapi_object_handle()
151 if (table -> first > h || table -> limit <= h) in omapi_object_handle_in_table()
174 index = (h - table -> first) / scale; in omapi_object_handle_in_table()
184 inner -> first = index * scale + table -> first; in omapi_object_handle_in_table()
185 inner -> limit = inner -> first + scale; in omapi_object_handle_in_table()
222 base = inner -> first - inner -> first % scale; in omapi_handle_table_enclose()
234 new -> first = base; in omapi_handle_table_enclose()
261 if (!table->children[h - table->first].object) in omapi_handle_lookup_in()
264 table->children[h - table->first].object = NULL; in omapi_handle_lookup_in()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dld-insn.c87 fields->first->first = -1; in parse_insn_format()
88 fields->first->last = -1; in parse_insn_format()
173 new_field->prev->width = new_field->first - new_field->prev->first; /*fix*/ in parse_insn_format()
179 fields->first = fields->first->next; in parse_insn_format()
583 new_opcode.first = rule->first; in insn_table_find_opcode_field()
591 new_opcode.first = fields->bits[new_opcode.first]->last + 1; in insn_table_find_opcode_field()
620 && curr_opcode->first > new_opcode.first) in insn_table_find_opcode_field()
621 curr_opcode->first = new_opcode.first; in insn_table_find_opcode_field()
721 ASSERT(field->first >= table->opcode->first in insn_table_expand_opcode()
731 int first_pos = ((field->first > table->opcode->first) in insn_table_expand_opcode()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dld-insn.c87 fields->first->first = -1; in parse_insn_format()
88 fields->first->last = -1; in parse_insn_format()
173 new_field->prev->width = new_field->first - new_field->prev->first; /*fix*/ in parse_insn_format()
179 fields->first = fields->first->next; in parse_insn_format()
583 new_opcode.first = rule->first; in insn_table_find_opcode_field()
591 new_opcode.first = fields->bits[new_opcode.first]->last + 1; in insn_table_find_opcode_field()
620 && curr_opcode->first > new_opcode.first) in insn_table_find_opcode_field()
621 curr_opcode->first = new_opcode.first; in insn_table_find_opcode_field()
721 ASSERT(field->first >= table->opcode->first in insn_table_expand_opcode()
731 int first_pos = ((field->first > table->opcode->first) in insn_table_expand_opcode()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DNodeIntrospection.cpp64 if (LHS.first.getBegin() < RHS.first.getBegin()) in operator ()()
66 else if (LHS.first.getBegin() != RHS.first.getBegin()) in operator ()()
69 if (LHS.first.getEnd() < RHS.first.getEnd()) in operator ()()
71 else if (LHS.first.getEnd() != RHS.first.getEnd()) in operator ()()
79 if (LHS.first == RHS.first) in operator ()()
81 return LHS.first < RHS.first; in operator ()()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
372 : first(std::forward<_U1>(__p.first)), in _GLIBCXX_VISIBILITY()
382 : first(std::forward<_U1>(__p.first)), in _GLIBCXX_VISIBILITY()
395 first = __p.first; in _GLIBCXX_VISIBILITY()
408 first = std::forward<first_type>(__p.first); in _GLIBCXX_VISIBILITY()
420 first = __p.first; in _GLIBCXX_VISIBILITY()
432 first = std::forward<_U1>(__p.first); in _GLIBCXX_VISIBILITY()
444 swap(first, __p.first); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
372 : first(std::forward<_U1>(__p.first)), in _GLIBCXX_VISIBILITY()
382 : first(std::forward<_U1>(__p.first)), in _GLIBCXX_VISIBILITY()
395 first = __p.first; in _GLIBCXX_VISIBILITY()
408 first = std::forward<first_type>(__p.first); in _GLIBCXX_VISIBILITY()
420 first = __p.first; in _GLIBCXX_VISIBILITY()
432 first = std::forward<_U1>(__p.first); in _GLIBCXX_VISIBILITY()
444 swap(first, __p.first); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.cpp31 for (unsigned i = 0, e = Matches[0]->first.size(); i != e; ++i) { in FindFirstNonCommonLetter()
33 char Letter = Matches[0]->first[i]; in FindFirstNonCommonLetter()
36 if (Matches[str]->first[i] != Letter) in FindFirstNonCommonLetter()
40 return Matches[0]->first.size(); in FindFirstNonCommonLetter()
56 if (CharNo == Matches[0]->first.size()) { in EmitStringMatcherForChar()
64 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; in EmitStringMatcherForChar()
69 OS << Indent << Split.first << "\n"; in EmitStringMatcherForChar()
79 MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]); in EmitStringMatcherForChar()
93 << Matches[0]->first[CharNo] << "')\n"; in EmitStringMatcherForChar()
99 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\", " in EmitStringMatcherForChar()
[all …]

12345678910>>...203