Searched refs:boff (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dcache.c399 uint32_t boff; /* Offset into the buffer */ local
413 boff = cache->BlockSize - coff;
414 blen = len - boff;
416 printf("INFO: memcpy(%p, %p + %u, %u)\n", buf->Buffer, tag->Buffer, coff, boff);
418 memcpy (buf->Buffer, tag->Buffer + coff, boff);
440 while (!boff) {
457 printf ("INFO: memcpy(%p + %u, %p, %u)\n", buf->Buffer, boff, tag->Buffer, temp);
459 memcpy (buf->Buffer + boff,
464 boff += temp;
542 uint32_t boff; /* Offse local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmove.c1880 lineoff_T boff; local
1949 if (!hasFolding(curwin->w_cursor.lnum, &loff.lnum, &boff.lnum))
1953 boff.lnum = cln;
1957 boff.fill = 0;
1972 || boff.lnum + 1 > curbuf->b_ml.ml_line_count)
2000 && boff.fill == 0
2006 if (boff.lnum < curbuf->b_ml.ml_line_count)
2009 botline_forw(&boff);
2010 used += boff.height;
2019 extra += boff
2103 lineoff_T boff; local
[all...]
H A Dmemline.c5305 long boff = cnt; local
5310 if (boff)
5311 --boff;
5312 lnum = ml_find_line_or_offset(curbuf, (linenr_T)0, &boff);
5322 curwin->w_cursor.col = (colnr_T)boff;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1513 off_t boff = NBOFF(bp); local
1514 if ((off_t)np->n_size >= (boff + bp->nb_bufsize))
1516 else if ((off_t)np->n_size >= boff)
1517 bp->nb_validend = np->n_size - boff;
1544 off_t boff; local
1558 boff = NBOFF(bp);
1563 if (boff > 0xffffffffLL) {
1569 if ((boff + length - 1) > 0xffffffffLL)
1570 length = 0x100000000LL - boff;
1597 error = nmp->nm_funcs->nf_read_rpc_async(np, boff
[all...]
H A Dnfs_vnops.c2795 off_t boff, start, end; local
3157 boff = NBOFF(bp);
3164 uio_reset(auio, boff + start, UIO_SYSSPACE, UIO_READ);
3182 if ((off_t)np->n_size > boff + bp->nb_validend)
3183 bp->nb_validend = min(np->n_size - (boff + start), biosize);
3201 if (((boff+start) >= (off_t)np->n_size) ||
3202 ((start >= on) && ((boff + on + n) >= (off_t)np->n_size))) {
3215 uio_reset(auio, boff + start, UIO_SYSSPACE, UIO_READ);
3234 if ((off_t)np->n_size > boff + bp->nb_validend)
3235 bp->nb_validend = min(np->n_size - (boff
7362 off_t boff, start, end; local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxdisp.c20285 calc_line_height_property (it, val, font, boff, override)
20289 int boff, override;
20313 boff = FRAME_BASELINE_OFFSET (it->f);
20335 boff = font_info->baseline_offset;
20337 boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff;
20340 ascent = FONT_BASE (font) + boff;
20341 descent = FONT_DESCENT (font) - boff;
20347 it->override_boff = boff;
20383 int boff; /* baselin
20343 int boff; /* baseline offset */ local
20705 int boff; /* baseline offset */ local
[all...]
H A Dw32term.c1586 int boff = s->font_info->baseline_offset;
1589 boff = VCENTER_BASELINE_OFFSET (s->font, s->f) - boff;
1597 w32_text_out (s, x, s->ybase - boff, s->char2b, s->nchars);
1604 w32_text_out (s, x + 1, s->ybase - boff, s->char2b, s->nchars);
1578 int boff = s->font_info->baseline_offset; local
H A Dxterm.c1294 int boff = s->font_info->baseline_offset;
1297 boff = VCENTER_BASELINE_OFFSET (s->font, s->f) - boff;
1315 s->ybase - boff, s->char2b, s->nchars);
1318 s->ybase - boff, char1b, s->nchars);
1324 s->ybase - boff, s->char2b, s->nchars);
1327 s->ybase - boff, char1b, s->nchars);
1336 s->ybase - boff, s->char2b, s->nchars);
1339 s->ybase - boff, char1b, s->nchars);
1287 int boff = s->font_info->baseline_offset; local
H A Dmacterm.c2901 int boff = s->font_info->baseline_offset;
2904 boff = VCENTER_BASELINE_OFFSET (s->font, s->f) - boff;
2933 && mac_draw_image_string_cg (s->f, s->gc, x, s->ybase - boff,
2939 mac_draw_image_string_16 (s->f, s->gc, x, s->ybase - boff,
2943 mac_draw_image_string (s->f, s->gc, x, s->ybase - boff,
2896 int boff = s->font_info->baseline_offset; local
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c3948 int boff = 0; local
3982 boff = 1;
3988 ADD_INSN1(ret, line, dupn, FIXNUM_INC(argc, 1 + boff));
4017 ADD_INSN1(ret, line, setn, FIXNUM_INC(argc, 2+boff));
4021 if (boff > 0) {
4027 if (boff > 0) {
4036 if (boff > 0)
4045 ADD_INSN1(ret, line, setn, FIXNUM_INC(argc, 2+boff));
4047 ADD_INSN1(ret, line, adjuststack, FIXNUM_INC(argc, 2+boff));
4054 ADD_INSN1(ret, line, setn, FIXNUM_INC(argc, 2+boff));
[all...]
/macosx-10.10.1/awk-20/src/
H A Drun.c111 int boff = pbptr ? *pbptr - *pbuf : 0; local
125 *pbptr = tbuf + boff;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c1654 int boff = (type & 0xff ) >> 3; local
1655 if (wlen <= boff)
1659 return (bmap[boff] & (0x80 >> (type & 7)));

Completed in 564 milliseconds