Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 – 20 of 20) sorted by relevance

/NextBSD/usr.bin/xlint/lint2/
HDchk.c198 char *pos1; in chkmd() local
215 pos1 = xstrdup(mkpos(&def1->s_pos)); in chkmd()
217 msg(3, hte->h_name, pos1, mkpos(&sym->s_pos)); in chkmd()
218 free(pos1); in chkmd()
235 char *pos1; in chkvtui() local
270 pos1 = xstrdup(mkpos(&def->s_pos)); in chkvtui()
273 pos1, mkpos(&call->f_pos)); in chkvtui()
274 free(pos1); in chkvtui()
279 pos1 = xstrdup(mkpos(&def->s_pos)); in chkvtui()
281 msg(4, hte->h_name, pos1, mkpos(&call->f_pos)); in chkvtui()
[all …]
HDread.c354 char c, *ep, *pos1; in decldef() local
448 pos1 = xstrdup(mkpos(&renamehte->h_syms->s_pos)); in decldef()
450 msg(18, name, pos1, mkpos(&sym.s_pos)); in decldef()
451 free(pos1); in decldef()
/NextBSD/contrib/atf/atf-c++/detail/
Dtext.cpp108 std::string::size_type pos1 = str.find_first_not_of(" \t"); in trim() local
111 if (pos1 == std::string::npos && pos2 == std::string::npos) in trim()
113 else if (pos1 == std::string::npos) in trim()
116 return str.substr(pos1); in trim()
118 return str.substr(pos1, pos2 - pos1 + 1); in trim()
/NextBSD/contrib/libreadline/
HDmbutil.c235 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2) in _rl_compare_chars() argument
237 int pos1;
245 if ((w1 = _rl_get_char_len (&buf1[pos1], ps1)) <= 0 ||
248 (buf1[pos1] != buf2[pos2]))
252 if (buf1[pos1+i] != buf2[pos2+i])
/NextBSD/contrib/gperf/src/
HDpositions.h54 Positions (int pos1);
55 Positions (int pos1, int pos2);
HDpositions.icc39 Positions::Positions (int pos1)
43 _positions[0] = pos1;
47 Positions::Positions (int pos1, int pos2)
51 _positions[0] = pos1;
/NextBSD/usr.bin/sort/
HDsort.c753 char *pos1, *pos2; in parse_k() local
759 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
761 strncpy(pos1, s, size1); in parse_k()
762 pos1[size1] = '\0'; in parse_k()
764 ret = parse_pos(pos1, ks, mef_flags, false); in parse_k()
766 sort_free(pos1); in parse_k()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pip.h610 bsel_pos.s.pos1 = val & 0x7f; in cvmx_pip_set_bsel_pos()
701 ptr += (bsel_pos.s.pos1 >> 3); in cvmx_pip_get_bsel_table_index()
702 bit_loc = 7 - (bsel_pos.s.pos1 & 0x3); in cvmx_pip_get_bsel_table_index()
HDcvmx-pip-defs.h1295 uint64_t pos1 : 7; /**< Bit position for the 2nd bit from 128 bit segment member
1305 uint64_t pos1 : 7;
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDbitmap.h149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/NextBSD/sys/dev/drm2/radeon/
HDrs600.c71 u32 pos1, pos2; in avivo_is_counter_moving() local
73 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
76 if (pos1 != pos2) in avivo_is_counter_moving()
HDevergreen.c127 u32 pos1, pos2; in dce4_is_counter_moving() local
129 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
132 if (pos1 != pos2) in dce4_is_counter_moving()
/NextBSD/contrib/compiler-rt/include/sanitizer/
HDlinux_syscall_hooks.h988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument
990 (long)(pos0), (long)(pos1))
991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument
994 (long)(pos1))
995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument
997 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument
1000 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
2553 long pos0, long pos1);
2555 long count, long pos0, long pos1);
[all …]
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td82 multiclass CompareBranches<Operand ccmask, string pos1, string pos2> {
86 "crj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>;
89 "cgrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>;
92 "cij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>;
95 "cgij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>;
98 "clrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>;
101 "clgrj"##pos1##"\t$R1, $R2, "##pos2##"$RI4", []>;
104 "clij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>;
107 "clgij"##pos1##"\t$R1, $I2, "##pos2##"$RI4", []>;
/NextBSD/contrib/libc++/include/experimental/
Dstring_view125 constexpr int compare(size_type pos1, size_type n1, basic_string_view s) const;
126 constexpr int compare(size_type pos1, size_type n1,
129 constexpr int compare(size_type pos1, size_type n1, const charT* s) const;
130 constexpr int compare(size_type pos1, size_type n1,
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_proto.h450 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member
493 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member
1024 char pos1_l_[PADL_(uint32_t)]; uint32_t pos1; char pos1_r_[PADR_(uint32_t)]; member
HDfreebsd32_misc.c491 ap.pos1 = uap->pos1; in freebsd6_freebsd32_mmap()
HDfreebsd32_systrace_args.c2566 uarg[6] = p->pos1; /* uint32_t */ in systrace_args()
2633 uarg[5] = p->pos1; /* uint32_t */ in systrace_args()
/NextBSD/contrib/libc++/include/
Dstring189 basic_string& insert(size_type pos1, const basic_string& str);
190 basic_string& insert(size_type pos1, const basic_string& str,
205 basic_string& replace(size_type pos1, size_type n1, const basic_string& str);
206 basic_string& replace(size_type pos1, size_type n1, const basic_string& str,
262 int compare(size_type pos1, size_type n1, const basic_string& str) const;
263 int compare(size_type pos1, size_type n1, const basic_string& str,
266 int compare(size_type pos1, size_type n1, const value_type* s) const;
267 int compare(size_type pos1, size_type n1, const value_type* s, size_type n2) const;
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc1634 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {}
1637 long pos1) {
1644 long pos1) {
1649 long pos0, long pos1) {}