Home
last modified time | relevance | path

Searched refs:COMPRESS (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/
H A Ddecomp.sh31 COMPRESS="lzma"
34 … -A arm -O u-boot -T standalone -C ${COMPRESS} -a ${ADDR} -e ${ADDR} -d u-boot.bin.${COMPRESS} u-b…
39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c45 COMPRESS = 2, enumerator
228 if (flags & COMPRESS) { in write_data()
556 flags & COMPRESS ? 'C' : 'c', in test_incfs_file()
597 flags & COMPRESS ? "(compress)" : "", in test_incfs_file()
699 skip(&options, flags & COMPRESS, 'c') || in main()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Divm_core.c641 g_usDataType |= COMPRESS; in ispVMCode()
643 g_usDataType &= ~COMPRESS; in ispVMCode()
1383 if (g_usDataType & COMPRESS) { in ispVMData()
1472 !getData && !(g_usDataType&COMPRESS)) { in ispVMData()
1737 if (g_usDataType & COMPRESS) { in ispVMAmble()
1738 g_usDataType &= ~(COMPRESS); in ispVMAmble()
1861 g_usDataType |= COMPRESS; in ispVMAmble()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsuper.c574 if (!btrfs_test_opt(info, COMPRESS) || in btrfs_parse_options()
582 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
598 COMPRESS) ? in btrfs_parse_options()
621 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
629 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
641 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
650 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options()
1430 if (btrfs_test_opt(info, COMPRESS)) { in btrfs_show_options()
H A Dinode.c441 if (btrfs_test_opt(fs_info, COMPRESS) || in inode_need_compress()
/OK3568_Linux_fs/u-boot/include/
H A Dlattice.h59 #define COMPRESS 0x0008 /* Data is compressed. */ macro
/OK3568_Linux_fs/buildroot/package/httping/
H A D0002-Makefile-allow-build-without-gettext.patch25 COMPRESS=/bin/gzip -9
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.2.rst442 - :ref:`ref-classes-image`: Renamed COMPRESS(ION) to CONVERSION. This change
445 ``CONVERSION_DEPENDS`` and ``CONVERSION_CMD``. The ``COMPRESS*``
448 new names as the ``COMPRESS*`` ones will be removed in a future
/OK3568_Linux_fs/buildroot/package/libgsm/
H A D0001-misc-fixes-from-archlinux.patch41 COMPRESS = compress
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst264 .. _MEDIA-INTF-T-ALSA-COMPRESS:
/OK3568_Linux_fs/external/xserver/
H A Daclocal.m4288 no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
292 XORG_FONT_REQUIRED_PROG(COMPRESS, ${compression})