Searched refs:lz (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/gzip/
H A Dunlz.c290 lz_flush(struct lz_decoder *lz) argument
292 off_t offs = lz->pos - lz->spos;
297 lz_crc_update(&lz->crc, lz->obuf + lz->spos, size);
298 if (!tflag && fwrite(lz->obuf + lz->spos, 1, size, lz->fout) != size)
301 lz
311 lz_destroy(struct lz_decoder *lz) argument
321 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size) argument
351 lz_peek(const struct lz_decoder *lz, unsigned ahead) argument
365 lz_put(struct lz_decoder *lz, uint8_t b) argument
373 lz_get_data_position(const struct lz_decoder *lz) argument
379 lz_get_crc(const struct lz_decoder *lz) argument
407 lz_decode_member(struct lz_decoder *lz) argument
542 struct lz_decoder lz; local
[all...]
/netbsd-current/sys/dev/microcode/tools/
H A DMakefile8 cc -Wall -O2 -lz -o bin2blob bin2blob.c
11 cc -Wall -O2 -lz -o array2bin array2bin.c
/netbsd-current/crypto/external/bsd/openssh/libexec/
H A DMakefile.inc4 LDADD+= -lssh -lcrypto -lcrypt -lz
/netbsd-current/external/gpl3/binutils/usr.sbin/
H A DMakefile.inc8 LDADD+=-lz
/netbsd-current/external/gpl3/binutils.old/usr.sbin/
H A DMakefile.inc8 LDADD+=-lz
/netbsd-current/usr.sbin/makefs/chfs/
H A DMakefile.inc9 LDADD+= -lz
/netbsd-current/external/bsd/libfido2/bin/
H A DMakefile.inc7 LDADD+=-lfido2 -lcbor -lusbhid -lcrypto -lz -lm
/netbsd-current/sys/arch/atari/stand/tostools/loadbsd/
H A DMakefile12 LDADD = -lz
/netbsd-current/sbin/savecore/
H A DMakefile9 LDADD= -lkvm -lutil -lz
/netbsd-current/usr.bin/unzip/
H A DMakefile7 LDADD+= -larchive -lz -lbz2 -llzma -lcrypto -lpthread
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_std.c89 struct _citrus_mapper_std_linear_zone *lz; local
99 lz = &rc->rc_src_rowcol[0]; i > 0; ++lz) {
102 if (n < lz->begin || n > lz->end) {
113 idx = idx * lz->width + n - lz->begin;
142 set_linear_zone(struct _citrus_mapper_std_linear_zone *lz, argument
145 _DIAGASSERT(lz != NULL);
150 lz
162 struct _citrus_mapper_std_linear_zone *lz; local
193 ++rc->rc_src_rowcol_len, ++lz; local
206 struct _citrus_mapper_std_linear_zone *lz; local
264 struct _citrus_mapper_std_linear_zone *lz; local
[all...]
/netbsd-current/lib/libm/src/
H A De_fmod.c37 u_int32_t lx,ly,lz; local
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
105 if((hz|lz)==0) /* return sign(x)*0 */
107 hx = hz+hz+(lz>>31); lx = lz+lz;
110 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
111 if(hz>=0) {hx=hz;lx=lz;}
H A De_fmodl.c79 manl_t lx,ly,lz; local
128 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
131 if ((hz|lz)==0) /* return sign(x)*0 */
133 hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz;
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
137 if(hz>=0) {hx=hz;lx=lz;}
/netbsd-current/external/bsd/libarchive/bin/
H A DMakefile.inc13 LDADD= -L${LIBARCHIVE_FE_DIR} -larchive_fe -larchive -lexpat -lbz2 -llzma -lz \
/netbsd-current/tests/crypto/opencrypto/
H A DMakefile31 LDADD.h_comp_zlib+= -lz
32 LDADD.h_comp_zlib_rnd+= -lz
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dfmodq.c29 uint64_t lx,ly,lz; local
94 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
97 if((hz|lz)==0) /* return sign(x)*0 */
99 hx = hz+hz+(lz>>63); lx = lz+lz;
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
103 if(hz>=0) {hx=hz;lx=lz;}
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dfmodq.c29 uint64_t lx,ly,lz; local
94 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
97 if((hz|lz)==0) /* return sign(x)*0 */
99 hx = hz+hz+(lz>>63); lx = lz+lz;
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
103 if(hz>=0) {hx=hz;lx=lz;}
/netbsd-current/external/public-domain/sqlite/dist/
H A DMakefile.fallback10 LIBS = -lz
/netbsd-current/common/dist/zlib/contrib/untgz/
H A DMakefile5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.h44 lzma_lz_decoder *lz, const lzma_allocator *allocator,
/netbsd-current/libexec/makewhatis/
H A DMakefile16 LDADD+= -lutil -lz
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A DMakefile.am25 libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
45 minizip_LDADD = libminizip.la -lz
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A DMakefile5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A DMakefile.am25 libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
45 minizip_LDADD = libminizip.la -lz
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A DMakefile5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz

Completed in 224 milliseconds

1234567891011>>