Home
last modified time | relevance | path

Searched refs:lz (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquo.c62 unsigned lx, ly, lz; in fmodquo() local
143 lz = lx - ly; in fmodquo()
151 if ((hz | lz) == 0) { /* return sign(x)*0 */ in fmodquo()
160 hx = hz + hz + (lz >> 31); in fmodquo()
161 lx = lz + lz; in fmodquo()
166 lz = lx - ly; in fmodquo()
171 lx = lz; in fmodquo()
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c80 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument
84 #define fpop(lz,hz) { sp--; \ argument
85 lz = stackLo[sp]; \
596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
601 #define mpop(lz,hz,dz) { sp--; \ argument
602 lz = stackLo[sp]; \
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A DMakefile38 LDLIBS += -lz
/illumos-gate/usr/src/cmd/boot/bootadm/
H A DMakefile46 LDLIBS += -lscf -lz -lbe -lzfs -lofmt $(LDLIBS_$(MACH))
/illumos-gate/usr/src/cmd/mandoc/
H A DMakefile.common94 LDLIBS += -lz
/illumos-gate/usr/src/lib/libzfs/
H A DMakefile.com93 LDLIBS += -lz
/illumos-gate/usr/src/lib/libficl/
H A DMakefile.com43 LDLIBS += -lumem -luuid -lz -lc -lm
/illumos-gate/usr/src/lib/libdwarf/
H A DMakefile.com101 LDLIBS += -lelf -lc -lz
/illumos-gate/usr/src/lib/libzpool/
H A DMakefile.com71 LDLIBS += -lcmdutils -lumem -lavl -lnvpair -lz -lc -lmd \
/illumos-gate/usr/src/tools/ctf/dwarf/
H A DMakefile.com107 LDLIBS = -lelf -lc -lz
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile.com110 -lz
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlcgen.c275 Language_list_t* lz; local
467 lz->next = ll;
468 lz = ll;
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1083 - Use libz.a instead of -lz in Makefile (assure use of compiled library)