HomeSort by: relevance | last modified time | path
    Searched refs:lz (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/usr.bin/gzip/
unlz.c 290 lz_flush(struct lz_decoder *lz)
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->wrapped = lz->pos >= lz->dict_size
542 struct lz_decoder lz; local in function:lz_decode
    [all...]
Makefile 11 LDADD= -lz -lbz2 -llzma
  /src/sys/dev/microcode/tools/
Makefile 8 cc -Wall -O2 -lz -o bin2blob bin2blob.c
11 cc -Wall -O2 -lz -o array2bin array2bin.c
  /src/sbin/savecore/
Makefile 9 LDADD= -lkvm -lutil -lz
  /src/sys/arch/atari/stand/tostools/loadbsd/
Makefile 12 LDADD = -lz
  /src/lib/libc/citrus/modules/
citrus_mapper_std.c 89 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_convert
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,
145 _DIAGASSERT(lz != NULL);
150 lz->begin = begin
162 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_parse_variable_compat
206 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_parse_variable
264 struct _citrus_mapper_std_linear_zone *lz; local in function:rowcol_init
    [all...]
  /src/lib/libm/src/
e_fmod.c 37 u_int32_t lx,ly,lz; local in function:__strong_alias
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;}
e_fmodl.c 79 manl_t lx,ly,lz; local in function:__ieee754_fmodl
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;}
s_remquol.c 83 manl_t lx,ly,lz; local in function:remquol
139 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
141 else {hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; q++;}
144 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
145 if(hz>=0) {hx=hz;lx=lz;q++;}
s_remquo.c 40 u_int32_t lx,ly,lz,q,sxy; local in function:remquo
112 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
114 else {hx = hz+hz+(lz>>31); lx = lz+lz; q++;}
117 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
118 if(hz>=0) {hx=hz;lx=lz;q++;}
  /src/tests/crypto/opencrypto/
Makefile 31 LDADD.h_comp_zlib+= -lz
32 LDADD.h_comp_zlib_rnd+= -lz
  /src/common/dist/zlib/contrib/minizip/
Makefile.am 25 libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
45 minizip_LDADD = libminizip.la -lz
  /src/common/dist/zlib/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /src/distrib/utils/x_gzip/
Makefile 20 LDADD= -lz
  /src/libexec/makewhatis/
Makefile 16 LDADD+= -lutil -lz
  /src/usr.bin/unzip/
Makefile 10 LDADD+= -larchive -lz -lbz2 -llzma -lcrypto -lpthread
  /src/sys/arch/powerpc/stand/mkbootimage/
Makefile 21 LDADD+= -lz
  /src/sbin/fdisk/
Makefile 32 LDADD+= -lutil -lz
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
Makefile 11 LDADD+= -lz
  /src/usr.sbin/makemandb/
Makefile 28 LDADD.makemandb+= -L${MDOCMLOBJDIR} -lmandoc -larchive -lbz2 -llzma -lz
33 LDADD+= -lsqlite3 -lm -lz -ltermlib -lutil
  /src/usr.bin/grep/
Makefile 21 LDADD+= -lz
  /src/tests/lib/libevent/
Makefile 27 LDADD+= -levent_pthreads -levent -lz -lpthread
  /src/usr.bin/mkcsmapper/
yacc.y 577 store(const linear_zone_t *lz, u_int32_t dst, int inc)
586 n = ((lz->begin >> i) & rowcol_mask) - p->begin;
589 n = lz->width;
616 set_src(linear_zone_t *lz, u_int32_t begin, u_int32_t end)
618 _DIAGASSERT(lz != NULL);
623 lz->begin = begin, lz->end = end;
624 lz->width = end - begin + 1;
  /src/tests/usr.bin/cpio/
Makefile 24 LDADD+= -larchive -lexpat -lbz2 -llzma -lz -lcrypto -lpthread
86 test_extract.cpio.lz.uu \
  /src/tests/usr.bin/tar/
Makefile 22 LDADD+= -larchive -lexpat -lbz2 -llzma -lz -lcrypto -lpthread
99 test_extract.tar.lz.uu \

Completed in 54 milliseconds

1 2