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:prefixIdx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lz4/lib/
H
A
D
lz4hc.c
125
U32 const
prefixIdx
= hc4->dictLimit;
in LZ4HC_Insert()
local
126
U32 const target = (U32)(ip - prefixPtr) +
prefixIdx
;
in LZ4HC_Insert()
129
assert(target >=
prefixIdx
);
in LZ4HC_Insert()
132
U32 const h = LZ4HC_hashPtr(prefixPtr+idx-
prefixIdx
);
in LZ4HC_Insert()
256
const U32
prefixIdx
= hc4->dictLimit;
in LZ4HC_InsertAndGetWiderMatch()
local
257
const U32 ipIndex = (U32)(ip - prefixPtr) +
prefixIdx
;
in LZ4HC_InsertAndGetWiderMatch()
262
const BYTE* const dictEnd = dictStart +
prefixIdx
- dictIdx;
in LZ4HC_InsertAndGetWiderMatch()
284
} else if (matchIndex >=
prefixIdx
) { /* within current Prefix */
in LZ4HC_InsertAndGetWiderMatch()
285
const BYTE* const matchPtr = prefixPtr + matchIndex -
prefixIdx
;
in LZ4HC_InsertAndGetWiderMatch()
301
if ( likely(matchIndex <=
prefixIdx
in LZ4HC_InsertAndGetWiderMatch()
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H
A
D
Transform.java
108
int
prefixIdx
= triplets[transformOffset];
in transformDictionaryWord()
111
int prefix = prefixSuffixHeads[
prefixIdx
];
in transformDictionaryWord()
112
int prefixEnd = prefixSuffixHeads[
prefixIdx
+ 1];
in transformDictionaryWord()
/third_party/skia/third_party/externals/brotli/js/
H
A
D
decode.js
1301
var /** number */
prefixIdx
= triplets[transformOffset];
1304
var /** number */ prefix = prefixSuffixHeads[
prefixIdx
];
1305
var /** number */ prefixEnd = prefixSuffixHeads[
prefixIdx
+ 1];
/third_party/sqlite/src/
H
A
D
shell.c
6072
int
prefixIdx
= -1; /* Index of the start= constraint, or -1 if none */
in completionBestIndex()
local
6084
prefixIdx
= i;
in completionBestIndex()
6093
if(
prefixIdx
>=0 ){
in completionBestIndex()
6094
pIdxInfo->aConstraintUsage[
prefixIdx
].argvIndex = ++nArg;
in completionBestIndex()
6095
pIdxInfo->aConstraintUsage[
prefixIdx
].omit = 1;
in completionBestIndex()
Completed in 42 milliseconds