| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | moneypunct_byname.cc | 72 pattern pos2 = monp_byname.pos_format(); in test01() local 82 VERIFY(static_cast<part>(pos1.field[0]) == static_cast<part>(pos2.field[0])); in test01() 83 VERIFY(static_cast<part>(pos1.field[1]) == static_cast<part>(pos2.field[1])); in test01() 84 VERIFY(static_cast<part>(pos1.field[2]) == static_cast<part>(pos2.field[2])); in test01() 85 VERIFY(static_cast<part>(pos1.field[3]) == static_cast<part>(pos2.field[3])); in test01()
|
| D | moneypunct_members_char.cc | 87 pattern pos2 = monp_de_t.pos_format(); in test01() local 97 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0])); in test01() 98 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1])); in test01() 99 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2])); in test01() 100 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3])); in test01()
|
| D | moneypunct_members_wchar_t.cc | 88 pattern pos2 = monp_de_t.pos_format(); in test01() local 98 VERIFY(static_cast<part>(pos1.field[0]) != static_cast<part>(pos2.field[0])); in test01() 99 VERIFY(static_cast<part>(pos1.field[1]) != static_cast<part>(pos2.field[1])); in test01() 100 VERIFY(static_cast<part>(pos1.field[2]) != static_cast<part>(pos2.field[2])); in test01() 101 VERIFY(static_cast<part>(pos1.field[3]) != static_cast<part>(pos2.field[3])); in test01()
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | mbutil.c | 229 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2) in _rl_compare_chars() argument 234 int pos2; 240 (w2 = _rl_get_char_len (&buf2[pos2], ps2)) <= 0 || 242 (buf1[pos1] != buf2[pos2])) 246 if (buf1[pos1+i] != buf2[pos2+i])
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 155 auto pos2 = vec2.begin(); in GetOverlaps() local 157 while (pos1 != end1 && pos2 != end2) { in GetOverlaps() 158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps() 161 if (pos1->GetRangeEnd() < pos2->GetRangeEnd()) in GetOverlaps() 164 ++pos2; in GetOverlaps()
|
| /openbsd/src/usr.bin/sort/ |
| D | sort.c | 599 char *pos1, *pos2; in parse_k() local 616 pos2 = sort_strdup(sptr + 1); in parse_k() 617 ret = parse_pos(pos2, ks, mef_flags, true); in parse_k() 618 sort_free(pos2); in parse_k()
|
| /openbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 138 long int length2, long int pos2); 532 compare_general (char *str1, char *str2, long int pos1, long int pos2, int use_keyfields) in compare_general() argument 546 start2, length2, pos2); in compare_general() 746 long int pos1, char *start2, long int length2, long int pos2) in compare_field() argument 750 if (pos1 > pos2) in compare_field()
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | rs600.c | 72 u32 pos1, pos2; in avivo_is_counter_moving() local 75 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 77 if (pos1 != pos2) in avivo_is_counter_moving()
|
| D | evergreen.c | 1358 u32 pos1, pos2; in dce4_is_counter_moving() local 1361 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1363 if (pos1 != pos2) in dce4_is_counter_moving()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | string | 230 … size_type pos2, size_type n); // constexpr since C++20 232 …basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17, … 250 …size_type pos2, size_type n2=npos); // C++14, constexpr since C+… 253 … size_type pos2, size_type n); // C++17, constexpr since C++20 330 …size_type pos2, size_type n2=npos) const; // C++14, constexp… 333 …size_type pos2, size_type n2=npos) const; // C++17, constexpr si…
|
| D | string_view | 134 basic_string_view s, size_type pos2, size_type n2) const;
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CommandLine.rst | 1276 "eating" positional arguments, "``pos1``" and "``pos2``", the string "``-pos1 1277 -foo -bar baz -pos2 -bork``" would cause the "``-foo -bar -baz``" strings to 1279 to the "``-pos2``" option.
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 1252 size_type pos2, size_type n); 1267 size_type pos2, size_type n2); 1328 size_type pos2, size_type n2) const;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1252 size_type pos2, size_type n); 1267 size_type pos2, size_type n2); 1328 size_type pos2, size_type n2) const;
|