Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_po.y98 struct loc *pos1; variable
108 pos1 = (struct loc *)Xmalloc(2 * sizeof (struct loc));
109 pos1[0].off = 0;
110 pos1[0].len = $2.len;
111 pos1[0].num = $1;
112 pos1[1].off = $2.len;
113 pos1[1].len = $4.len;
114 pos1[1].num = $3;
119 och1.pos = pos1;
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in nsc_copy() argument
260 rc = (*io1->copy)(h1, h2, pos1, pos2, len); in nsc_copy()
266 return (_nsc_copy_h(h1, h2, pos1, pos2, len)); in nsc_copy()
271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in _nsc_copy_h() argument
278 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len || in _nsc_copy_h()
288 pos1 -= h1->sb_pos; in _nsc_copy_h()
290 for (; pos1 >= FBA_NUM(v1->sv_len); v1++) in _nsc_copy_h()
291 pos1 -= FBA_NUM(v1->sv_len); in _nsc_copy_h()
293 a1 = v1->sv_addr + FBA_SIZE(pos1); in _nsc_copy_h()
294 l1 = v1->sv_len - FBA_SIZE(pos1); in _nsc_copy_h()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dbitmap.c118 bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2, size_t end_pos) in bt_range() argument
122 for (pos = *pos1; pos < end_pos; pos++) in bt_range()
129 *pos1 = pos; in bt_range()
/titanic_41/usr/src/uts/common/sys/
H A Dbitmap.h149 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h288 #define II_NSC_COPY_DIRECT(ip, t1, t2, rc, buf1, buf2, pos1, pos2, len) \ argument
290 rc = nsc_copy_direct(buf1, buf2, pos1, pos2, len); \
H A Ddsw_dev.c7645 _ii_nsc_or(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, in _ii_nsc_or() argument
7653 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len || in _ii_nsc_or()
7663 pos1 -= h1->sb_pos; in _ii_nsc_or()
7665 for (; pos1 >= FBA_NUM(v1->sv_len); v1++) in _ii_nsc_or()
7666 pos1 -= FBA_NUM(v1->sv_len); in _ii_nsc_or()
7668 a1 = v1->sv_addr + FBA_SIZE(pos1); in _ii_nsc_or()
7669 l1 = v1->sv_len - FBA_SIZE(pos1); in _ii_nsc_or()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_as.c2268 size_t pos1 = position; in as_segunlock() local
2273 while (bt_range(bitmap, &pos1, &pos2, end_pos)) { in as_segunlock()
2274 size = ptob((pos2 - pos1)); in as_segunlock()
2276 ptob(pos1 - position)); in as_segunlock()
2280 pos1 = pos2; in as_segunlock()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vpow.S2163 bge,pt %icc,.pos1 ! if (x >= 0);
2225 .pos1: label