Home
last modified time | relevance | path

Searched refs:ooff (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
Dsparcv9_modes.pl39 my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
82 and $out, 7, $ooff
84 movrnz $ooff, 0, $blk_init ! if ( $out&7 ||
87 srl $omask, $ooff, $omask
118 brnz,pn $ooff, 2f
300 and $out, 7, $ooff
302 movrnz $ooff, 0, $blk_init ! if ( $out&7 ||
305 srl $omask, $ooff, $omask
340 brnz,pn $ooff, 2f
446 brnz,pn $ooff, 2f
[all …]
/netbsd/src/sbin/fsck_lfs/
Dpass6.c80 daddr_t daddr, ooff; in rfw_update_single() local
99 ooff = lfs_dino_getdb(fs, ip->i_din, lbn); in rfw_update_single()
100 if (ooff <= 0) in rfw_update_single()
112 ooff = lfs_dino_getib(fs, ip->i_din, a[0].in_off); in rfw_update_single()
113 if (ooff <= 0) in rfw_update_single()
124 ooff = lfs_iblock_get(fs, bp->b_data, ap->in_off); in rfw_update_single()
125 if (ooff <= 0) in rfw_update_single()
Dsegwrite.c458 daddr_t daddr, ooff; in lfs_update_single() local
476 ooff = lfs_dino_getdb(fs, ip->i_din, lbn); in lfs_update_single()
477 if (ooff == UNWRITTEN) in lfs_update_single()
489 ooff = lfs_dino_getib(fs, ip->i_din, a[0].in_off); in lfs_update_single()
490 if (ooff == UNWRITTEN) in lfs_update_single()
501 ooff = lfs_iblock_get(fs, bp->b_data, ap->in_off); in lfs_update_single()
502 if (ooff == UNWRITTEN) in lfs_update_single()
/netbsd/src/sys/dist/pf/net/
Dpf_norm.c1111 int ooff; local
1176 ooff = off + sizeof(ext);
1178 if (!pf_pull_hdr(m, ooff, &opt.ip6o_type,
1183 ooff++;
1186 if (!pf_pull_hdr(m, ooff, &opt, sizeof(opt),
1189 if (ooff + sizeof(opt) + opt.ip6o_len > optend)
1195 if (!pf_pull_hdr(m, ooff, &jumbo,
1211 ooff += sizeof(opt) + opt.ip6o_len;
1212 } while (ooff < optend);
/netbsd/src/sys/ufs/lfs/
Dlfs_segment.c1448 if (ooff == 0) { \
1475 daddr_t daddr, ooff; local
1494 ooff = lfs_dino_getdb(fs, ip->i_din, lbn);
1496 if (ooff == UNWRITTEN)
1508 ooff = lfs_dino_getib(fs, ip->i_din, a[0].in_off);
1510 if (ooff == UNWRITTEN)
1522 ooff = lfs_iblock_get(fs, bp->b_data, ap->in_off);
1524 if (ooff == UNWRITTEN)
1531 KASSERT(ooff == 0 || ooff == UNWRITTEN || ooff == daddr);
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dreader.c1749 int cw, ooff, ww; local
1799 ooff = freetemp(szty(t));
1800 cvtemps(ip, q->n_rval, ooff);
1806 ooff = p2env.epp->ip_tmpnum++;
1808 mklnode(TEMP, 0, ooff, t), q->n_left, t));
1809 q->n_left = mklnode(TEMP, 0, ooff, t);
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
Daest4-sparcv9.pl428 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
Dcmllt4-sparcv9.pl505 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));