Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LZ4
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lz4/tests/
H
A
D
Makefile
2
#
LZ4
programs - Makefile
22
# -
LZ4
homepage : http://www.lz4.org
23
# -
LZ4
source repository : https://github.com/lz4/lz4
27
# fullbench : Precisely measure speed for each
LZ4
function variant
48
LZ4
:= $(PRGDIR)/lz4$(EXT)
macro
71
$(LN_SF) $(
LZ4
) $(PRGDIR)/$@
218
$(
LZ4
) -B4D $(FPREFIX)dg5M -c | $(
LZ4
) -dv --sparse > $(FPREFIX)cB4
220
$(
LZ4
) -B5D $(FPREFIX)dg5M -c | $(
LZ4
)
[all...]
H
A
D
test-lz4-list.py
12
LZ4
= os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../lz4")
variable
13
if not os.path.exists(
LZ4
):
14
LZ4
= os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../programs/lz4")
variable
43
for i, line in enumerate(execute(f"{
LZ4
} --list -m {filename}", print_output=True)):
121
output = execute(f"{
LZ4
} --list -m -v {TEMP}/test_list_concat-all.lz4 {filename}", print_output=True)
257
execute(f"{
LZ4
} {j} {filename} {lz4file}")
267
execute(f"{
LZ4
} -l {filename} {lz4file}")
/third_party/lz4/examples/
H
A
D
Makefile
2
#
LZ4
examples - Makefile
22
# -
LZ4
source repository : https://github.com/lz4/lz4
23
# -
LZ4
forum froup : https://groups.google.com/forum/#!forum/lz4c
26
# example programs, using (mostly)
LZ4
streaming library,
37
LZ4
= ../programs/lz4
macro
79
$(
LZ4
) :
82
test : all $(
LZ4
)
91
@echo "\n=== Ring Buffer +
LZ4
HC ==="
99
$(
LZ4
) -vt $(TESTFILE).lz4
102
$(
LZ4
)
[all...]
Completed in 2 milliseconds