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:NUM_SHIFT_BITS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lzma/C/
H
A
D
Bcj2Enc.c
211
#define
NUM_SHIFT_BITS
24
in Bcj2Enc_Encode_2()
macro
216
v = (v <<
NUM_SHIFT_BITS
) | b; \
in Bcj2Enc_Encode_2()
218
if (((v - (((UInt32)0x0f << (
NUM_SHIFT_BITS
)) + 0x80)) & \
in Bcj2Enc_Encode_2()
219
((((UInt32)1 << (4 +
NUM_SHIFT_BITS
)) - 0x1) << 4)) == 0) break; \
in Bcj2Enc_Encode_2()
259
bits [
NUM_SHIFT_BITS
:
NUM_SHIFT_BITS
+ 7]
in Bcj2Enc_Encode_2()
265
#if
NUM_SHIFT_BITS
!= 24
in Bcj2Enc_Encode_2()
301
v >>=
NUM_SHIFT_BITS
;
in Bcj2Enc_Encode_2()
local
312
(((0 - c) & (Byte)(v >>
NUM_SHIFT_BITS
)) + c + ((v >> 5) & 1));
in Bcj2Enc_Encode_2()
502
#undef
NUM_SHIFT_BITS
macro
[all...]
H
A
D
Bcj2.c
127
#define
NUM_SHIFT_BITS
24
in Bcj2Dec_Decode()
macro
131
v = (v <<
NUM_SHIFT_BITS
) | b; \
in Bcj2Dec_Decode()
133
if (((v - (((UInt32)0x0f << (
NUM_SHIFT_BITS
)) + 0x80)) & \
in Bcj2Dec_Decode()
134
((((UInt32)1 << (4 +
NUM_SHIFT_BITS
)) - 0x1) << 4)) == 0) break; \
in Bcj2Dec_Decode()
214
(((0 - c) & (Byte)(v >>
NUM_SHIFT_BITS
)) + c + ((v >> 5) & 1));
in Bcj2Dec_Decode()
286
#undef
NUM_SHIFT_BITS
macro
Completed in 2 milliseconds