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:RUN_MASK
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/
H
A
D
lz4_compress.c
313
if (litLength >=
RUN_MASK
) {
in LZ4_compress_generic()
314
int len = (int)litLength -
RUN_MASK
;
in LZ4_compress_generic()
316
*token = (
RUN_MASK
<< ML_BITS);
in LZ4_compress_generic()
436
((lastRun + 255 -
RUN_MASK
) / 255) > (U32)maxOutputSize))
in LZ4_compress_generic()
439
if (lastRun >=
RUN_MASK
) {
in LZ4_compress_generic()
440
size_t accumulator = lastRun -
RUN_MASK
;
in LZ4_compress_generic()
441
*op++ =
RUN_MASK
<< ML_BITS;
in LZ4_compress_generic()
621
if (litLength >=
RUN_MASK
) {
in LZ4_compress_destSize_generic()
622
unsigned int len = litLength -
RUN_MASK
;
in LZ4_compress_destSize_generic()
623
*token = (
RUN_MASK
<<ML_BIT
in LZ4_compress_destSize_generic()
[all...]
H
A
D
lz4hc_compress.c
284
if (length >= (int)
RUN_MASK
) {
in LZ4HC_encodeSequence()
287
*token = (
RUN_MASK
<<ML_BITS);
in LZ4HC_encodeSequence()
288
len = length -
RUN_MASK
;
in LZ4HC_encodeSequence()
560
+ ((lastRun + 255 -
RUN_MASK
)/255)
in LZ4HC_compress_generic()
565
if (lastRun >= (int)
RUN_MASK
) {
in LZ4HC_compress_generic()
566
*op++ = (
RUN_MASK
<<ML_BITS);
in LZ4HC_compress_generic()
567
lastRun -=
RUN_MASK
;
in LZ4HC_compress_generic()
H
A
D
lz4_decompress.c
148
if ((endOnInput ? length !=
RUN_MASK
: length <= 8)
in LZ4_decompress_generic()
192
if (length ==
RUN_MASK
) {
in LZ4_decompress_generic()
195
if (unlikely(endOnInput ? ip >= iend -
RUN_MASK
: 0)) {
in LZ4_decompress_generic()
203
? ip < iend -
RUN_MASK
in LZ4_decompress_generic()
H
A
D
lz4defs.h
100
#define
RUN_MASK
((1U << RUN_BITS) - 1)
macro
/kernel/linux/linux-6.6/lib/lz4/
H
A
D
lz4_compress.c
313
if (litLength >=
RUN_MASK
) {
in LZ4_compress_generic()
314
int len = (int)litLength -
RUN_MASK
;
in LZ4_compress_generic()
316
*token = (
RUN_MASK
<< ML_BITS);
in LZ4_compress_generic()
436
((lastRun + 255 -
RUN_MASK
) / 255) > (U32)maxOutputSize))
in LZ4_compress_generic()
439
if (lastRun >=
RUN_MASK
) {
in LZ4_compress_generic()
440
size_t accumulator = lastRun -
RUN_MASK
;
in LZ4_compress_generic()
441
*op++ =
RUN_MASK
<< ML_BITS;
in LZ4_compress_generic()
621
if (litLength >=
RUN_MASK
) {
in LZ4_compress_destSize_generic()
622
unsigned int len = litLength -
RUN_MASK
;
in LZ4_compress_destSize_generic()
623
*token = (
RUN_MASK
<<ML_BIT
in LZ4_compress_destSize_generic()
[all...]
H
A
D
lz4hc_compress.c
284
if (length >= (int)
RUN_MASK
) {
in LZ4HC_encodeSequence()
287
*token = (
RUN_MASK
<<ML_BITS);
in LZ4HC_encodeSequence()
288
len = length -
RUN_MASK
;
in LZ4HC_encodeSequence()
560
+ ((lastRun + 255 -
RUN_MASK
)/255)
in LZ4HC_compress_generic()
565
if (lastRun >= (int)
RUN_MASK
) {
in LZ4HC_compress_generic()
566
*op++ = (
RUN_MASK
<<ML_BITS);
in LZ4HC_compress_generic()
567
lastRun -=
RUN_MASK
;
in LZ4HC_compress_generic()
H
A
D
lz4_decompress.c
148
if ((endOnInput ? length !=
RUN_MASK
: length <= 8)
in LZ4_decompress_generic()
192
if (length ==
RUN_MASK
) {
in LZ4_decompress_generic()
195
if (unlikely(endOnInput ? ip >= iend -
RUN_MASK
: 0)) {
in LZ4_decompress_generic()
203
? ip < iend -
RUN_MASK
in LZ4_decompress_generic()
H
A
D
lz4defs.h
102
#define
RUN_MASK
((1U << RUN_BITS) - 1)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
nid.h
205
#define
RUN_MASK
(1 << 0)
macro
H
A
D
cikd.h
665
#define
RUN_MASK
(1 << 0)
macro
H
A
D
sid.h
534
#define
RUN_MASK
(1 << 0)
macro
H
A
D
ni.c
672
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in ni_mc_load_microcode()
H
A
D
si.c
1628
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in si_mc_load_microcode()
H
A
D
cik.c
1911
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in ci_mc_load_microcode()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
nid.h
205
#define
RUN_MASK
(1 << 0)
macro
H
A
D
cikd.h
665
#define
RUN_MASK
(1 << 0)
macro
H
A
D
sid.h
534
#define
RUN_MASK
(1 << 0)
macro
H
A
D
ni.c
659
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in ni_mc_load_microcode()
H
A
D
si.c
1623
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in si_mc_load_microcode()
H
A
D
cik.c
1902
running = RREG32(MC_SEQ_SUP_CNTL) &
RUN_MASK
;
in ci_mc_load_microcode()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
sid.h
535
#define
RUN_MASK
(1 << 0)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
sid.h
535
#define
RUN_MASK
(1 << 0)
macro
Completed in 95 milliseconds