HomeSort by relevance Sort by last modified time
    Searched refs:lz4 (Results 1 - 20 of 20) sorted by null

  /external/lz4/contrib/gen_manual/
gen-lz4-manual.sh 3 LIBVER_MAJOR_SCRIPT=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
4 LIBVER_MINOR_SCRIPT=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
5 LIBVER_PATCH_SCRIPT=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h`
9 ./gen_manual $LIBVER_SCRIPT ../../lib/lz4.h ./lz4_manual.html
  /external/lz4/programs/
Makefile 2 # LZ4 programs - Makefile
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/Cyan4973/lz4
25 # lz4 : Command Line Utility, supporting gzip-like arguments
31 LIBVER_SRC := ../lib/lz4.h
56 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
70 default: lz4-release
72 all: lz4 lz4
    [all...]
  /external/lz4/tests/
test-lz4-versions.py 2 """Test LZ4 interoperability between versions"""
18 repo_url = 'https://github.com/lz4/lz4.git'
57 base_dir = os.getcwd() + '/..' # /path/to/lz4
58 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest
59 clone_dir = tmp_dir + '/' + 'lz4' # /path/to/lz4/tests/versionsTest/lz4
60 programs_dir = base_dir + '/programs' # /path/to/lz4/programs
78 dst_lz4c = '{}/lz4c.{}' .format(tmp_dir, tag) # /path/to/lz4/test/lz4test/lz4c.<TAG
    [all...]
Makefile 2 # LZ4 programs - Makefile
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/lz4/lz4
25 # fuzzer : Test tool, to check lz4 integrity on target platform
27 # fullbench : Precisely measure speed for each LZ4 function variant
56 LZ4 := $(PRGDIR)/lz4$(EXT
    [all...]
  /external/lz4/examples/
Makefile 2 # LZ4 examples - Makefile
22 # - LZ4 source repository : https://github.com/Cyan4973/lz4
23 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
26 # example programs, using (mostly) LZ4 streaming library,
36 LZ4 = ../programs/lz4
53 printVersion: $(LZ4DIR)/lz4.c printVersion.c
56 doubleBuffer: $(LZ4DIR)/lz4.c blockStreaming_doubleBuffer.c
59 dictionaryRandomAccess: $(LZ4DIR)/lz4.c dictionaryRandomAccess.
    [all...]
  /external/lz4/contrib/djgpp/
Makefile 10 LIBVER_MAJOR=$(shell sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
11 LIBVER_MINOR=$(shell sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
12 LIBVER_PATCH=$(shell sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
29 EXE = lz4.exe
30 LNK = lz4
32 LSRC = lib/lz4.c lib/lz4hc.c lib/lz4frame.c lib/xxhash.c
  /external/lz4/
Makefile 2 # LZ4 - Makefile
29 # - LZ4 source repository : https://github.com/Cyan4973/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
53 .PHONY: default all lib lz4 clean test versionsTest examples
58 @cp $(PRGDIR)/lz4$(EXT) .
69 lz4:
71 @cp $(PRGDIR)/lz4$(EXT) .
73 lz4-release:
75 @cp $(PRGDIR)/lz4$(EXT)
    [all...]
  /external/lz4/lib/
Makefile 2 # LZ4 library - Makefile
29 # - LZ4 source repository : https://github.com/Cyan4973/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
34 LIBVER_MAJOR_SCRIPT:=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h`
35 LIBVER_MINOR_SCRIPT:=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h`
36 LIBVER_PATCH_SCRIPT:=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h`
154 @$(INSTALL_DATA) lz4.h $(DESTDIR)$(INCLUDEDIR)/lz4.h
157 @echo lz4 static and shared libraries installe
    [all...]
  /external/linux-kselftest/
.gitignore 32 *.lz4
  /external/squashfs-tools/squashfs-tools/
Android.mk 34 -DCOMP_DEFAULT="\"lz4\"" -DGZIP_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT \
lz4_wrapper.c 21 * Support for LZ4 compression http://fastcompression.blogspot.com/p/lz4.html
27 #include <lz4.h>
72 * Currently LZ4 always returns a comp_opts structure, with
122 fprintf(stderr, "lz4: unknown LZ4 version\n");
133 fprintf(stderr, "lz4: unknown LZ4 flags\n");
140 fprintf(stderr, "lz4: error reading stored compressor options from "
150 * understood by this version of LZ4
    [all...]
  /build/make/target/product/
runtime_libart.mk 85 dalvik.vm.appimageformat=lz4
  /build/make/core/
setup_one_odex.mk 51 --image-format=lz4
  /device/google/marlin/marlin/
BoardConfig.mk 92 BOARD_SYSTEMIMAGE_SQUASHFS_COMPRESSOR := lz4
  /device/asus/fugu/
init.fugu.rc 37 write /sys/block/zram0/comp_algorithm lz4
  /device/huawei/angler/
init.angler.rc 36 write /sys/block/zram0/comp_algorithm lz4
  /device/lge/bullhead/
init.bullhead.rc 76 write /sys/block/zram0/comp_algorithm lz4
  /device/google/marlin/
device-common.mk 22 LOCAL_KERNEL := device/google/marlin-kernel/Image.lz4-dtb
  /art/runtime/gc/space/
image_space.cc 19 #include <lz4.h>
    [all...]
  /art/compiler/
image_writer.cc 20 #include <lz4.h>
    [all...]

Completed in 454 milliseconds