Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
503 nBytes = s->numZ; in sendMTFValues()
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
518 nBytes = s->numZ; in sendMTFValues()
526 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
529 nBytes = s->numZ; in sendMTFValues()
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
545 nBytes = s->numZ; in sendMTFValues()
597 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/dragonfly/sys/dev/raid/hptmv/
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
H A Dentry.c2999 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) in DoXor1() argument
3002 for (i = 0; i < nBytes / 4; i++) *p0++ = *p1++ ^ *p2++; in DoXor1()
3006 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) in DoXor2() argument
3009 for (i = 0; i < nBytes / 4; i++) *p0++ ^= *p2++; in DoXor2()
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h121 u_int nBytes; member