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:blockLen
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/brotli/research/
H
A
D
durchschlag.cc
454
TextIdx
blockLen
= static_cast<TextIdx>(block_len);
in durchschlagGenerateExclusive()
local
455
if (
blockLen
!= block_len) {
in durchschlagGenerateExclusive()
465
if (
blockLen
< sliceLen) {
in durchschlagGenerateExclusive()
469
if (targetSize <
blockLen
|| total <
blockLen
) {
in durchschlagGenerateExclusive()
475
TextIdx span =
blockLen
- sliceLen + 1;
in durchschlagGenerateExclusive()
491
if (dictSize > targetSize -
blockLen
) {
in durchschlagGenerateExclusive()
541
addRange(&ranges, candidate, candidate +
blockLen
);
in durchschlagGenerateExclusive()
560
TextIdx
blockLen
= static_cast<TextIdx>(block_len);
in durchschlagGenerateCollaborative()
local
561
if (
blockLen
!
in durchschlagGenerateCollaborative()
[all...]
H
A
D
brotlidump.py
1833
blockLen
= 0
1835
while
blockLen
<self.MLEN:
1850
blockLen
+= litLen
1852
if
blockLen
>=self.MLEN: return
1884
blockLen
+= copyLen
/third_party/icu/icu4c/source/i18n/
H
A
D
regexcmp.cpp
3687
int64_t
blockLen
= maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3688
int64_t updatedLen = (int64_t)currentLen +
blockLen
* maxLoopCount;
/third_party/node/deps/icu-small/source/i18n/
H
A
D
regexcmp.cpp
3687
int64_t
blockLen
= maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3688
int64_t updatedLen = (int64_t)currentLen +
blockLen
* maxLoopCount;
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
regexcmp.cpp
3684
int64_t
blockLen
= maxMatchLength(loc+4, loopEndLoc-1); // Recursive call.
3685
int64_t updatedLen = (int64_t)currentLen +
blockLen
* maxLoopCount;
Completed in 19 milliseconds