Home
last modified time | relevance | path

Searched refs:offset (Results 251 – 275 of 1725) sorted by last modified time

1...<<11121314151617181920>>...69

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c196 int c, bufsiz, offset; in pr_next() local
208 offset = 0; in pr_next()
210 if ((p = fgets(bufp + offset, bufsiz - offset, pvt->fp)) == NULL) { in pr_next()
227 offset = strlen(dbuf); in pr_next()
239 p -= offset; in pr_next()
240 offset = 0; in pr_next()
H A Dlcl_ho.c324 int c, af, len, bufsiz, offset; in ho_next() local
337 offset = 0; in ho_next()
339 if (!(p = fgets(bufp + offset, bufsiz - offset, pvt->fp))) { in ho_next()
357 offset = strlen(dbuf); in ho_next()
369 p -= offset; in ho_next()
370 offset = 0; in ho_next()
H A Dlcl_nw.c222 int c, bufsiz, offset = 0; in nw_next() local
237 p = fgets(bufp + offset, bufsiz - offset, pvt->fp); in nw_next()
252 offset = strlen(dbuf); in nw_next()
264 p -= offset; in nw_next()
265 offset = 0; in nw_next()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S896 sra %l0,8,%l3 ! shift k tobe offset 256-8byte
899 sra %l1,8,%l4 ! shift k tobe offset 256-8byte
900 sra %l2,8,%l5 ! shift k tobe offset 256-8byte
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c974 int offset; member
1026 if (bytes_to_read <= (b->length - b->offset) ) { in read_bytes()
1029 bytes_to_copy = (b->length - b->offset); in read_bytes()
1032 *return_buffer = *(b->p+b->offset++); in read_bytes()
1038 memcpy(return_buffer,b->p+b->offset,bytes_to_copy); in read_bytes()
1039 b->offset += bytes_to_copy; in read_bytes()
1206 *Bytes_Scanned = sb.offset; in ber_get_next_buffer_ext()
1214 *Bytes_Scanned = sb.offset; in ber_get_next_buffer_ext()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.S124 cmp %g4, 3 ! dst offset of 3 or 7
H A Dstrlcpy.S93 cmp %g1, 3 ! dst offset of 3 or 7
H A Dstrncpy.S101 cmp %g1, 3 ! dst offset of 3 or 7
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
H A Dalloca.S33 ! o1: %sp-relative offset of tmp area
34 ! o2: %sp-relative offset of end of tmp area
H A Dascii_strcasecmp.S215 add %i2, %i3, %i2 ! start adjusting offset s1-s2
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.S138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
H A Dalloca.S34 ! o1: %sp-relative offset of tmp area
35 ! o2: %sp-relative offset of end of tmp area
H A Dascii_strcasecmp.S215 add %i2, %i3, %i2 ! start adjusting offset s1-s2
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S179 add %o2, 63, %o2 ! restore offset adjustment
999 ! offset of 8*BLK+8 bytes works best over range of (src-dst) mod 1K
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1071 int32_t max_free, offset, splitnum; local
1115 offset = hashp->hdr.spares[splitnum] -
1120 if (offset > SPLITMASK) {
1128 offset = 1;
1149 (int32_t)OADDR_OF(splitnum, offset), 1, free_page))
1155 offset++;
1156 if (offset > SPLITMASK) {
1166 offset = 0;
1178 addr = OADDR_OF(splitnum, offset);
1209 offset = (i ? bit - hashp->hdr.spares[i - 1] : bit);
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c268 long offset; in profile_parse_file() local
270 for (offset = 0; offset > -BUF_SIZE; offset--) { in profile_parse_file()
273 fseek (f, offset, SEEK_CUR); in profile_parse_file()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c343 off_t offset = 0; in krb5_rc_io_move() local
367 offset = lseek(old->fd, 0, SEEK_CUR); in krb5_rc_io_move()
390 if (lseek(new1->fd, offset, SEEK_SET) == -1) { in krb5_rc_io_move()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpr_to_salt.c42 unsigned int size = 0, offset=0; in krb5_principal2salt_internal() local
65 offset = krb5_princ_realm(context, pr)->length; in krb5_principal2salt_internal()
66 memcpy(ret->data, krb5_princ_realm(context, pr)->data, offset); in krb5_principal2salt_internal()
70 memcpy(&ret->data[offset], krb5_princ_component(context, pr, i)->data, in krb5_principal2salt_internal()
72 offset += krb5_princ_component(context, pr, i)->length; in krb5_principal2salt_internal()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c295 static off_t fcc_lseek(krb5_fcc_data *data, off_t offset, int whence) in fcc_lseek() argument
303 offset -= (data->valid_bytes - data->cur_offset); in fcc_lseek()
306 return lseek(data->file, offset, whence); in fcc_lseek()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c3670 mp_err s_mp_add_offset(mp_int *a, mp_int *b, mp_size offset) in s_mp_add_offset() argument
3683 lim = MP_USED(b) + offset; in s_mp_add_offset()
3695 for(ib = 0, ia = offset; ib < lim; ib++, ia++) { in s_mp_add_offset()
H A Dmpi-priv.h222 mp_err s_mp_add_offset(mp_int *a, mp_int *b, mp_size offset);
/illumos-gate/usr/src/common/lzma/
H A DLzFind.c458 #define MOVE_POS_RET MOVE_POS return offset;
472 #define GET_MATCHES_FOOTER(offset, maxLen) \ argument
473 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
474 distances + offset, maxLen) - distances); MOVE_POS_RET;
481 UInt32 offset; in Bt2_MatchFinder_GetMatches() local
486 offset = 0; in Bt2_MatchFinder_GetMatches()
487 GET_MATCHES_FOOTER(offset, 1) in Bt2_MatchFinder_GetMatches()
492 UInt32 offset; in Bt3Zip_MatchFinder_GetMatches() local
497 offset = 0; in Bt3Zip_MatchFinder_GetMatches()
498 GET_MATCHES_FOOTER(offset, 2) in Bt3Zip_MatchFinder_GetMatches()
[all …]
H A DLzmaDec.c280 unsigned limit, offset; in LzmaDec_DecodeReal() local
286 offset = 0; in LzmaDec_DecodeReal()
297 offset = kLenNumLowSymbols; in LzmaDec_DecodeReal()
304 offset = kLenNumLowSymbols + kLenNumMidSymbols; in LzmaDec_DecodeReal()
309 len += offset; in LzmaDec_DecodeReal()
617 unsigned limit, offset; in LzmaDec_TryDummy() local
623 offset = 0; in LzmaDec_TryDummy()
634 offset = kLenNumLowSymbols; in LzmaDec_TryDummy()
641 offset = kLenNumLowSymbols + kLenNumMidSymbols; in LzmaDec_TryDummy()
646 len += offset; in LzmaDec_TryDummy()
H A DLzmaEnc.c1310 UInt32 offset = cur + 1 + lenTest2; in GetOptimum() local
1311 while (lenEnd < offset) in GetOptimum()
1314 opt = &p->opt[offset]; in GetOptimum()
1389 UInt32 offset = cur + lenTest + 1 + lenTest2; in GetOptimum() local
1390 while (lenEnd < offset) in GetOptimum()
1393 opt = &p->opt[offset]; in GetOptimum()
1476 UInt32 offset = cur + lenTest + 1 + lenTest2; in GetOptimum() local
1479 while (lenEnd < offset) in GetOptimum()
1482 opt = &p->opt[offset]; in GetOptimum()

1...<<11121314151617181920>>...69