| /NextBSD/usr.bin/xlint/lint2/ |
| HD | chk.c | 198 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 …]
|
| HD | read.c | 354 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/ |
| D | text.cpp | 108 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/ |
| HD | mbutil.c | 235 _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/ |
| HD | positions.h | 54 Positions (int pos1); 55 Positions (int pos1, int pos2);
|
| HD | positions.icc | 39 Positions::Positions (int pos1) 43 _positions[0] = pos1; 47 Positions::Positions (int pos1, int pos2) 51 _positions[0] = pos1;
|
| /NextBSD/usr.bin/sort/ |
| HD | sort.c | 753 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/ |
| HD | cvmx-pip.h | 610 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()
|
| HD | cvmx-pip-defs.h | 1295 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/ |
| HD | bitmap.h | 149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | rs600.c | 71 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()
|
| HD | evergreen.c | 127 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/ |
| HD | linux_syscall_hooks.h | 988 #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/ |
| HD | SystemZInstrInfo.td | 82 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/ |
| D | string_view | 125 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/ |
| HD | freebsd32_proto.h | 450 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
|
| HD | freebsd32_misc.c | 491 ap.pos1 = uap->pos1; in freebsd6_freebsd32_mmap()
|
| HD | freebsd32_systrace_args.c | 2566 uarg[6] = p->pos1; /* uint32_t */ in systrace_args() 2633 uarg[5] = p->pos1; /* uint32_t */ in systrace_args()
|
| /NextBSD/contrib/libc++/include/ |
| D | string | 189 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/ |
| HD | sanitizer_common_syscalls.inc | 1634 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1637 long pos1) { 1644 long pos1) { 1649 long pos0, long pos1) {}
|