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

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.c396 uint32_t boff; /* Offset into the buffer */ local
410 boff = cache->BlockSize - coff;
411 blen = len - boff;
413 printf("INFO: memcpy(%p, %p + %u, %u)\n", buf->Buffer, tag->Buffer, coff, boff);
415 memcpy (buf->Buffer, tag->Buffer + coff, boff);
437 while (!boff) {
454 printf ("INFO: memcpy(%p + %u, %p, %u)\n", buf->Buffer, boff, tag->Buffer, temp);
456 memcpy (buf->Buffer + boff,
461 boff += temp;
539 uint32_t boff; /* Offse local
[all...]
/macosx-10.9.5/vim-53/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.9.5/xnu-2422.115.4/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.c2591 off_t boff, start, end; local
2941 boff = NBOFF(bp);
2948 uio_reset(auio, boff + start, UIO_SYSSPACE, UIO_READ);
2966 if ((off_t)np->n_size > boff + bp->nb_validend)
2967 bp->nb_validend = min(np->n_size - (boff + start), biosize);
2985 if (((boff+start) >= (off_t)np->n_size) ||
2986 ((start >= on) && ((boff + on + n) >= (off_t)np->n_size))) {
2999 uio_reset(auio, boff + start, UIO_SYSSPACE, UIO_READ);
3018 if ((off_t)np->n_size > boff + bp->nb_validend)
3019 bp->nb_validend = min(np->n_size - (boff
7143 off_t boff, start, end; local
[all...]
/macosx-10.9.5/emacs-92/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.9.5/ruby-104/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.9.5/awk-18/src/
H A Drun.c111 int boff = pbptr ? *pbptr - *pbuf : 0; local
125 *pbptr = tbuf + boff;
/macosx-10.9.5/mDNSResponder-522.92.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 417 milliseconds