HomeSort by: relevance | last modified time | path
    Searched defs:noff (Results 1 - 18 of 18) sorted by relevancy

  /src/tests/fs/cd9660/
h_hexdump_r.c 43 static off_t off, noff; variable
67 noff = (off_t)strtoimax(line + m[1].rm_so, NULL, 16);
73 noff = (off_t)strtoimax(line + m[1].rm_so, NULL, 16);
74 if (off < noff) {
75 if (fseeko(stdout, noff - 16, SEEK_SET) != 0)
84 while (off < noff) {
89 if (off != noff)
92 if (fseeko(stdout, noff, SEEK_SET) != 0)
94 off = noff;
  /src/libexec/lfs_cleanerd/
coalesce.c 170 int noff; local
267 noff = 0;
271 ++noff;
283 if (nb <= 1 || noff == 0 || noff < log2int(nb) ||
284 lfs_segtod(fs, noff) * 2 < nb) {
290 noff, (intmax_t)toff, (intmax_t)nb);
  /src/external/gpl3/binutils/dist/binutils/
resres.c 397 rc_uint_type noff; local
400 noff = res_to_bin ((windres_bfd *) NULL, off, res);
401 if (noff == (rc_uint_type) -1)
402 return noff;
403 datasize = noff - off;
  /src/external/gpl3/binutils.old/dist/binutils/
resres.c 397 rc_uint_type noff; local
400 noff = res_to_bin ((windres_bfd *) NULL, off, res);
401 if (noff == (rc_uint_type) -1)
402 return noff;
403 datasize = noff - off;
  /src/sys/netipsec/
xform_ah.c 450 int noff; local
456 noff = off + ((ip6e->ip6e_len + 1) << 3);
457 if (noff > ip6optlen) {
466 count < noff;) {
472 if (count + 1 >= noff) {
477 if (count + optlen > noff) {
487 if (count != noff) {
494 off = noff;
  /src/sys/ufs/lfs/
lfs_vfsops.c 2524 daddr_t olast, nlast, ilast, noff, start, end, dirtysums; local
2597 noff = nlast - olast;
2613 for (i = ilast; i < ilast + noff; i++) {
2627 if (noff > 0) {
2628 ip->i_size += noff * lfs_sb_getbsize(fs);
2634 if (noff != 0) {
2635 if (noff < 0) {
2637 end = ilast + noff;
2640 start = ilast + noff - 1;
2648 if (bread(ivp, i - noff, lfs_sb_getbsize(fs)
    [all...]
  /src/sys/net/
if_pppoe.c 645 int noff, err, errortag; local
715 &noff);
723 mtod(n, char*) + noff, len,
732 &noff);
739 hunique = mtod(n, uint8_t *) + noff;
746 &noff);
752 ac_cookie = mtod(n, char *) + noff;
759 &noff);
765 relay_sid = mtod(n, char *) + noff;
789 &noff);
    [all...]
  /src/external/bsd/file/dist/src/
readelf.c 557 size_t noff, size_t doff, int *flags)
559 if (namesz == 4 && strcmp(RCAST(char *, &nbuf[noff]), "GNU") == 0 &&
587 if (namesz == 4 && strcmp(RCAST(char *, &nbuf[noff]), "Go") == 0 &&
602 size_t noff, size_t doff, int *flags)
604 const char *name = RCAST(const char *, &nbuf[noff]);
701 size_t noff, size_t doff, int *flags)
703 const char *name = RCAST(const char *, &nbuf[noff]);
741 size_t noff, size_t doff, int *flags, size_t size, int clazz)
745 const char *name = RCAST(const char *, &nbuf[noff]);
1022 size_t noff __attribute__((__unused__)), size_t doff
1168 size_t noff, doff; local
1364 off_t noff, coff, name_off, offs; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 1249 register int noff; local
1286 noff = samples;
1288 while ((noff - i) > samplereduce) {
1295 tmp = coffs[(noff + i)/2];
1298 L_SUB(&tmp, &coffs[noff-1]);
1299 if (L_ISNEG(&tmp)) noff--; else i++;
1303 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:");
1311 for (j = i; j < noff; j++)
1324 tmp = coffs[noff-1];
1341 noff-1
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 1373 int noff; local
1391 noff = off = *poff;
1395 noff = off + tsz;
1396 if (noff < 0)
1398 SETOFF(noff, al);
1399 off = -noff;
1404 off = upoff(SZINT, ALINT, &noff);
1406 off = noff - tsz;
1409 off = upoff(tsz, al, &noff);
1420 *poff = noff;
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zvol.c 3554 uint64_t noff; local
3558 noff = *off;
3559 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff);
3560 *off = noff;
zfs_vnops.c 267 uint64_t noff = (uint64_t)*off; /* new offset */ local
273 if (noff >= file_sz) {
282 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
294 if (noff > file_sz) {
296 noff = file_sz;
299 if (noff < *off)
301 *off = noff;
  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 330 unsigned int noff = 0; local
365 if (noff + klen > keylen)
367 memcpy (name + noff, kbn + 1, klen);
368 noff += klen;
373 if (noff != keylen)
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 330 unsigned int noff = 0; local
365 if (noff + klen > keylen)
367 memcpy (name + noff, kbn + 1, klen);
368 noff += klen;
373 if (noff != keylen)
  /src/external/gpl3/gdb/dist/bfd/
vms-lib.c 330 unsigned int noff = 0; local
365 if (noff + klen > keylen)
367 memcpy (name + noff, kbn + 1, klen);
368 noff += klen;
373 if (noff != keylen)
  /src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c 330 unsigned int noff = 0; local
365 if (noff + klen > keylen)
367 memcpy (name + noff, kbn + 1, klen);
368 noff += klen;
373 if (noff != keylen)
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1350 int noff; local
1368 noff = off = *poff;
1372 noff = off + tsz;
1373 if (noff < 0)
1375 SETOFF(noff, al);
1376 off = -noff;
1381 off = upoff(SZINT, ALINT, &noff);
1383 off = noff - tsz;
1386 off = upoff(tsz, al, &noff);
1397 *poff = noff;
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 879 int noff; member in struct:idr::idrent
5880 idr_register(struct idr *idr, struct isoent *isoent, int weight, int noff)
5888 idrent->noff = noff;
5910 if (wnp->noff + numsize != wnp_ext_off) {
5913 memmove(p + wnp->noff + numsize, p + wnp_ext_off,
5915 wnp->isoent->ext_off = wnp_ext_off = wnp->noff + numsize;
5928 p = (unsigned char *)n->isoent->identifier + n->noff;
6039 int ext_off, noff, weight; local
6180 noff = 5
6262 int ext_off, noff, weight; local
    [all...]

Completed in 58 milliseconds