| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vecemu.c | 96 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 …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | bitops.h | 219 int lz; in fls() local 223 asm("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in fls() 224 return 32 - lz; in fls() 237 int lz; in fls64() local 241 asm("cntlzd %0,%1" : "=r" (lz) : "r" (x)); in fls64() 242 return 64 - lz; in fls64()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
| H A D | ext4_utils.mk | 72 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
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0005-Use-pkgconf-to-get-libs-deps.patch | 20 -LIBS+= -lc -lpthread -lz -lcrypto -lcrypt 21 +LIBS+= -lc -lpthread -lz `pkg-config --libs libcrypto` -lcrypt 32 -LIBS+= -lc -lpthread -lz -lcrypto 33 +LIBS+= -lc -lpthread -lz `pkg-config --libs libcrypto`
|
| H A D | 0001-Fix-makefiles-for-out-of-tree-build.patch | 49 LIBS+= -lc -lpthread -lz -lcrypto 107 LIBS+= -lc -lpthread -lz -lcrypto -lcrypt `pkg-config --libs glib-2.0 gio-2.0` 158 LIBS+= -lz -lselinux
|
| /OK3568_Linux_fs/buildroot/package/netsnmp/ |
| H A D | 0001-configure-static-linking-Fix-SSL-checks.patch | 12 and -lz: 16 Append -lcrypto and -lz to LIBS variable when checking DTLS_method. 49 +LIBS="-lcrypto -lz $LIBS" 80 + CRYPTO="crypto"; LIBCRYPTO="-lcrypto -lz" 121 + [CRYPTO="crypto"; LIBCRYPTO="-lcrypto -lz"], [], 122 + [-lz])
|
| H A D | 0002-configure-Fix-lcrypto-lz-test.patch | 4 Subject: [PATCH] configure: Fix -lcrypto -lz test 40 [CRYPTO="crypto"; LIBCRYPTO="-lcrypto -lz"], [], 41 [-lz])
|
| H A D | 0004-configure-fix-AC_CHECK_FUNCS-TLS_method-TLSv1_method.patch | 8 fails due to missing -lz in $LIBS. 16 This way $LIBS will contain -lz at the end of linking command that in
|
| H A D | 0003-configure-fix-AC_CHECK_FUNCS-EVP_sha224-EVP_sha384-..patch | 8 fails due to missing -lz in $LIBS. 16 This way $LIBS will contain -lz at the end of linking command that in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0001-dso-link-change.patch | 29 @@ -45,7 +45,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread 30 libelf = ../libelf/libelf.a -lz 42 @@ -554,7 +554,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread 43 libelf = ../libelf/libelf.a -lz
|
| H A D | 0001-libasm-may-link-with-libbz2-if-found.patch | 29 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread 30 libelf = ../libelf/libelf.a -lz
|
| /OK3568_Linux_fs/buildroot/package/libtorrent/ |
| H A D | 0001-libtorrent.pc.in-add-Libs.Private.patch | 6 Add Libs.Private: -lz so applications that want to link statically with 7 libtorrent (such as rtorrent) will know that they must link with -lz 26 +Libs.Private: -lz
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/ |
| H A D | load_unaligned_zeropad.c | 32 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()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | bitops.h | 30 int lz; in __cntlz() local 31 asm ("nsau %0, %1" : "=r" (lz) : "r" (x)); in __cntlz() 32 return lz; in __cntlz()
|
| H A D | page.h | 119 int lz; in get_order() local 120 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); in get_order() 121 return 32 - lz; in get_order()
|
| /OK3568_Linux_fs/buildroot/package/wget/ |
| H A D | wget.hash | 2 # https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig 4 sha256 1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 wget-1.21.2.tar.lz
|
| /OK3568_Linux_fs/buildroot/package/fbgrab/ |
| H A D | 0001-fix-static-build.patch | 17 - $(CC) -g -Wall $(CFLAGS) $(LDFLAGS) $< -lpng -lz -o $@ 18 + $(CC) -g -Wall $(CFLAGS) $(LDFLAGS) $< -lpng -lz -lm -o $@
|
| /OK3568_Linux_fs/buildroot/package/imx-mkimage/ |
| H A D | 0002-Add-LDFLAGS-to-link-step.patch | 19 - $(CC) $(CFLAGS) mkimage_imx8.c -o $(MKIMG) -lz 20 + $(CC) $(CFLAGS) mkimage_imx8.c -o $(MKIMG) $(LDFLAGS) -lz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
| H A D | 0001-Add-LDFLAGS-to-linker-cmdline.patch | 31 -CFLAGS += -lz 32 +LDFLAGS += -lz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/ |
| H A D | 0001-configure.ac-drop-non-standard-checks.patch | 20 …AC_CHECK_LIB([id3tag -lz], [id3_file_open], [LIBID3TAG_LIBS="-lid3tag -lz"], [unset ac_cv_lib_id3t…
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 151 int lz; in __ilog2() local 153 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x)); in __ilog2() 154 return 31 - lz; in __ilog2()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tiny-printf.c | 216 bool lz = false; in _vprintf() local 226 lz = 1; in _vprintf() 312 info->putc(info, lz ? '0' : ' '); in _vprintf()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 999-remove-lImageProcessor.patch | 13 -hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lImageProcessor -lcups -lcupsimage -lz $(DBUS_LIBS) 14 +hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lcups -lcupsimage -lz $(DBUS_LIBS)
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | Makefile | 92 …ang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -lcap 139 DWARFLIBS += -lelf -lebl -lz -llzma -lbz2 245 …) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz 272 $(BUILD) -lz
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch | 44 - -lz -L. -llog -lbase 45 + -lz -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android -llog -lbase
|