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

1 2 3 4 5 6 7 8 9

  /src/usr.bin/gzip/
unlz.c 293 lz_flush(struct lz_decoder *lz)
295 off_t offs = lz->pos - lz->spos;
300 lz_crc_update(&lz->crc, lz->obuf + lz->spos, size);
301 if (!tflag && fwrite(lz->obuf + lz->spos, 1, size, lz->fout) != size)
304 lz->wrapped = lz->pos >= lz->dict_size
317 struct lz_decoder *lz = cookie; local
338 struct lz_decoder *lz = cookie; local
595 struct lz_decoder lz; local
    [all...]
  /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
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
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...]
  /src/lib/libm/src/
e_fmod.c 37 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;}
e_fmodl.c 79 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;}
s_remquo.c 40 u_int32_t lx,ly,lz,q,sxy; local
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++;}
s_remquol.c 83 manl_t lx,ly,lz; local
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++;}
  /src/external/gpl3/gcc/dist/libquadmath/math/
fmodq.c 29 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;}
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
fmodq.c 29 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;}
  /src/external/public-domain/sqlite/dist/
Makefile.fallback 10 LIBS = -lz
  /src/tests/crypto/opencrypto/
Makefile 32 LDADD.h_comp_zlib+= -lz
34 LDADD.h_comp_zlib_rnd+= -lz
  /src/libexec/makewhatis/
Makefile 16 LDADD+= -lutil -lz
  /src/external/apache2/llvm/bin/llvm-profdata/
Makefile 22 LDADD+= -lz
  /src/external/gpl3/binutils/dist/zlib/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /src/external/gpl3/gdb/dist/zlib/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /src/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /src/external/mit/xorg/bin/fc-match/
Makefile 10 LDADD+= -lfontconfig -lfreetype -lexpat -lbz2 -lz
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.h 49 lzma_lz_decoder *lz, const lzma_allocator *allocator,
  /src/usr.bin/unzip/
Makefile 8 LDADD+= -larchive -lz -lbz2 -llzma -lcrypto -lpthread
  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.c 6 /// \brief LZ in window
26 /// LZ-based encoder e.g. LZMA
27 lzma_lz_encoder lz; member in struct:__anon389
47 // Align the move to a multiple of 16 bytes. Some LZ-based encoders
176 const lzma_ret ret = coder->lz.code(coder->lz.coder,
497 if (coder->lz.end != NULL)
498 coder->lz.end(coder->lz.coder, allocator);
500 lzma_free(coder->lz.coder, allocator)
    [all...]
lz_decoder.c 6 /// \brief LZ out window
13 // liblzma supports multiple LZ77-based filters. The LZ part is shared
14 // between these filters. The LZ code takes care of dictionary handling
26 /// The actual LZ-based decoder e.g. LZMA
27 lzma_lz_decoder lz; member in struct:__anon384
37 /// True if the LZ decoder (e.g. LZMA) has detected end of payload
41 /// Temporary buffer needed when the LZ-based filter is not the last
44 /// LZ-based decoder.
87 // Calculate how much we allow coder->lz.code() to decode.
95 // Call the coder->lz.code() to do the actual decoding
    [all...]
  /src/sbin/fdisk/
Makefile 32 LDADD+= -lutil -lz

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 9