Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c337 UInt32 nbytes_in_lo32, nbytes_in_hi32; in compressStream() local
364 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream()
385 if (nbytes_in_lo32 == 0 && nbytes_in_hi32 == 0) { in compressStream()
392 nbytes_in_lo32, nbytes_in_hi32 ); in compressStream()
414 &nbytes_in_lo32, &nbytes_in_hi32, in compressStream()
H A Dbzlib.h196 unsigned int* nbytes_in_lo32,
H A Dbzlib.c1027 unsigned int* nbytes_in_lo32, in BZ_API()
1042 if (nbytes_in_lo32 != NULL) *nbytes_in_lo32 = 0; in BZ_API()
1073 if (nbytes_in_lo32 != NULL) in BZ_API()
1074 *nbytes_in_lo32 = bzf->strm.total_in_lo32; in BZ_API()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dnetpgpv-bzlib.h196 unsigned int* nbytes_in_lo32,