/openbsd/sys/dev/ic/ |
H A D | lance.c | 340 boff += len; in lance_put() 394 boff += len; in lance_get() 649 memset(buf + boff, 0, len); in lance_zerobuf_contig() 672 if (boff & 0x1) { 698 if (boff & 0x1) { 752 boff &= 0xf; 758 boff = 0; 773 boff &= 0xf; 779 boff = 0; 793 boff &= 0xf; [all …]
|
/openbsd/sys/dev/tc/ |
H A D | if_le_ioasic.c | 218 int boff, int len) in le_ioasic_copytobuf_gap2() argument 224 if (boff & 0x1) { in le_ioasic_copytobuf_gap2() 244 int boff, int len) in le_ioasic_copyfrombuf_gap2() argument 251 if (boff & 0x1) { in le_ioasic_copyfrombuf_gap2() 278 int boff, int len) in le_ioasic_copytobuf_gap16() argument 285 boff &= 0xf; in le_ioasic_copytobuf_gap16() 291 if (boff) { in le_ioasic_copytobuf_gap16() 367 boff &= 0xf; in le_ioasic_copyfrombuf_gap16() 370 if (boff) { in le_ioasic_copyfrombuf_gap16() 440 boff &= 0xf; in le_ioasic_zerobuf_gap16() [all …]
|
/openbsd/sys/ntfs/ |
H A D | ntfs_compr.c | 46 int blen, boff; in ntfs_uncompblock() local 74 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift); in ntfs_uncompblock() 78 buf[pos] = buf[pos + boff]; in ntfs_uncompblock()
|
/openbsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_denode.c | 198 int boff; in detrunc() local 253 if ((boff = length & pmp->pm_crbomask) != 0) { in detrunc() 264 memset((char *)bp->b_data + boff, 0, in detrunc() 265 pmp->pm_bpcluster - boff); in detrunc()
|
/openbsd/usr.bin/file/ |
H A D | magic-test.c | 137 size_t aoff, boff, aspaces, bspaces; in magic_test_eq() local 139 aoff = boff = 0; in magic_test_eq() 140 while (aoff != asize && boff != bsize) { in magic_test_eq() 148 while (boff != bsize && isspace((u_char)bp[boff])) { in magic_test_eq() 150 boff++; in magic_test_eq() 156 if (magic_one_eq(ap[aoff], bp[boff], cflag)) { in magic_test_eq() 158 boff++; in magic_test_eq() 161 if (bflag && isspace((u_char)bp[boff])) { in magic_test_eq() 162 boff++; in magic_test_eq() 165 if (ap[aoff] < bp[boff]) in magic_test_eq()
|
/openbsd/sys/net/ |
H A D | art.c | 154 uint8_t boff, bend; in art_bindex() local 173 boff = (at->at_offset % 8); in art_bindex() 174 bend = (at->at_bits + boff); in art_bindex() 179 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex() 184 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex() 188 k = (addr[0] & ((1 << (8 - boff)) - 1)) << (bend - 8); in art_bindex()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_denode.c | 384 int boff; in detrunc() local 444 if ((boff = length & pmp->pm_crbomask) != 0) { in detrunc() 463 bzero(bp->b_data + boff, pmp->pm_bpcluster - boff); in detrunc()
|
/openbsd/sys/dev/sbus/ |
H A D | qe.c | 312 int len, pad, boff = 0; in qe_get() local 342 bcopy(bp + boff, mtod(m, caddr_t), len); in qe_get() 343 boff += len; in qe_get() 360 int len, tlen = 0, boff = 0; in qe_put() local 371 bcopy(mtod(m, caddr_t), bp+boff, len); in qe_put() 372 boff += len; in qe_put()
|
H A D | be.c | 448 int len, tlen = 0, boff = 0; in be_put() local 459 bcopy(mtod(m, caddr_t), bp+boff, len); in be_put() 460 boff += len; in be_put() 478 int len, pad, boff = 0; in be_get() local 509 bcopy(bp + boff, mtod(m, caddr_t), len); in be_get() 510 boff += len; in be_get()
|
/openbsd/sys/arch/hppa/stand/boot/ |
H A D | srt0.S | 73 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'. 74 boff label
|
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
H A D | 08_nothreads.t | 20 'boff' => { 'bork' => 'true' },
|
H A D | 02_refs.t | 38 'boff' => { 'bork' => 'true' },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | rtti.c | 574 tree static_type, target_type, boff; local 612 boff = get_dynamic_cast_base_type (static_type, target_type); 625 (NULL_TREE, boff, NULL_TREE))));
|
H A D | search.c | 431 int boff = dynamic_cast_base_recurse (subtype, TYPE_BINFO (target), local 434 if (!boff) 436 offset = build_int_2 (boff, -1);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | rtti.c | 590 tree static_type, target_type, boff; in build_dynamic_cast_1() local 638 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1() 651 (NULL_TREE, boff, NULL_TREE)))); in build_dynamic_cast_1()
|
/openbsd/usr.bin/awk/ |
H A D | run.c | 119 int boff = pbptr ? *pbptr - *pbuf : 0; in adjbuf() local 133 *pbptr = tbuf + boff; in adjbuf()
|