Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/kernel/
H A Dvecemu.c96 int exp, mant, lz, frac; in elog2() local
110 asm("cntlzw %0,%1" : "=r" (lz) : "r" (mant)); in elog2()
111 mant <<= lz - 8; in elog2()
112 exp = (-118 - lz) << 23; in elog2()
144 asm("cntlzw %0,%1" : "=r" (lz) : "r" (exp)); in elog2()
145 lz = 8 - lz; in elog2()
146 if (lz > 0) in elog2()
147 exp >>= lz; in elog2()
148 else if (lz < 0) in elog2()
149 exp <<= -lz; in elog2()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dext4_utils.mk72 libext4_utils.a libsparse.a libselinux.a -lz -lpcre
76 libext4_utils.a libselinux.a libsparse.a -lz -lpcre
79 $(CC) -o $@ $(LDFLAGS) $(ext4fixup_OBJS) libext4_utils.a libsparse.a -lz
82 $(CC) -o $@ $(LDFLAGS) $(simg2img_OBJS) libsparse.a -lz
85 $(CC) -o $@ $(LDFLAGS) $(img2simg_OBJS) libsparse.a -lz
88 $(CC) -o $@ $(LDFLAGS) $(simg2simg_OBJS) libsparse.a -lz
/openbmc/linux/arch/powerpc/include/asm/
H A Dbitops.h292 int lz; in fls() local
296 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in fls()
297 return 32 - lz; in fls()
310 int lz; in fls64() local
314 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x)); in fls64()
315 return 64 - lz; in fls64()
/openbmc/qemu/tests/tcg/s390x/
H A Dtrap.c77 uint64_t lz = 0xffffffffffffffffull; in main() local
90 : [z] "m" (z), [lz] "m" (lz) in main()
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c32 int lz; in __fls() local
34 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); in __fls()
35 return sizeof(unsigned long) - 1 - lz; in __fls()
/openbmc/linux/arch/xtensa/include/asm/
H A Dbitops.h30 int lz; in __cntlz() local
31 asm ("nsau %0, %1" : "=r" (lz) : "r" (x)); in __cntlz()
32 return lz; in __cntlz()
H A Dpage.h121 int lz; in get_order() local
122 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); in get_order()
123 return 32 - lz; in get_order()
/openbmc/linux/tools/build/feature/
H A DMakefile90 …ang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -lcap
148 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2
248 $(BUILD_BFD) || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz
252 $(BUILD_BFD) -lopcodes -liberty -lz
256 $(BUILD_BFD) -lopcodes -liberty -lz
265 …) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
292 $(BUILD) -lz
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-Add-LDFLAGS-to-linker-cmdline.patch33 -CFLAGS += -lz
34 +LDFLAGS += -lz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch21 -hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lImageProcessor -lcups -lcupsimage -lz $(DBUS_LIBS)
22 +hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lcups -lcupsimage -lz $(DBUS_LIBS)
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libasm-may-link-with-libbz2-if-found.patch28 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread
29 libelf = ../libelf/libelf.a -lz $(zstd_LIBS)
H A D0001-dso-link-change.patch41 @@ -733,7 +733,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread
42 libelf = ../libelf/libelf.a -lz $(zstd_LIBS) $(libeu)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h151 int lz; in __ilog2() local
153 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in __ilog2()
154 return 31 - lz; in __ilog2()
/openbmc/u-boot/lib/
H A Dtiny-printf.c210 bool lz = false; in _vprintf() local
220 lz = 1; in _vprintf()
306 info->putc(info, lz ? '0' : ' '); in _vprintf()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-configure-Check-for-function-from-respective-library.patch46 -AC_CHECK_LIB(z,main,[SFCB_LIBZ=-lz],[AC_MSG_ERROR([Could not find required libz])])
49 +AC_CHECK_LIB(z,inflate,[SFCB_LIBZ=-lz],[AC_MSG_ERROR([Could not find required libz])])
/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/
H A D0002-improve-reproducibility.patch30 -ldl -lz -lz -lidn -luuid -lpcre ftp-opie.o openssl.o http-ntlm.o
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch24 …g_compiled/usr/local/lib/ -lc -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lopenmaxil -lfreetype -lz -lasound
25 …Lffmpeg_compiled/usr/lib/ -lc -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lopenmaxil -lfreetype -lz -lasound
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c120 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument
124 #define fpop(lz,hz) { sp--; \ argument
125 lz = stackLo[sp]; \
636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
641 #define mpop(lz,hz,dz) { sp--; \ argument
642 lz = stackLo[sp]; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/
H A Dpkgconfig.patch14 +Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dno-x.patch17 @@ -67 +66,0 @@ ZLIB_LIB = @Z_LIB@ -lz
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A Daddpkgconfig.patch42 +Libs: -L${libdir} -lid3tag -lz
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile129 LIBS = $(LIBBPF) -lelf -lz
130 LIBS_BOOTSTRAP = $(LIBBPF_BOOTSTRAP) -lelf -lz
160 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/
H A Dselftest-ed_1.14.1.bb14 SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.29.bb13 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
/openbmc/openbmc/poky/meta/recipes-extended/ed/
H A Ded_1.20.2.bb19 SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz"

12