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:numAvail
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
H
A
D
MemInputStream.cpp
24
int32_t
numAvail
= mBufferLen - mPos;
in read()
local
25
numBytes = std::min(numBytes,
numAvail
);
in read()
33
int32_t
numAvail
= mBufferLen - mPos;
in peek()
local
34
numBytes = std::min(numBytes,
numAvail
);
in peek()
41
int32_t
numAvail
= mBufferLen - mPos;
in advance()
local
42
mPos += std::min(
numAvail
, numBytes);
in advance()
/third_party/lzma/C/
H
A
D
LzmaEnc.c
397
UInt32
numAvail
;
member
1084
p->
numAvail
= p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
in ReadMatchDistances()
1109
UInt32
numAvail
= p->
numAvail
;
in ReadMatchDistances()
local
1110
if (
numAvail
> LZMA_MATCH_LEN_MAX)
in ReadMatchDistances()
1111
numAvail
= LZMA_MATCH_LEN_MAX;
in ReadMatchDistances()
1116
const Byte *lim = p1 +
numAvail
;
in ReadMatchDistances()
1227
UInt32
numAvail
;
in GetOptimum()
local
1243
numAvail
= p->
numAvail
;
in GetOptimum()
1444
unsigned
numAvail
;
GetOptimum()
local
1972
UInt32
numAvail
, mainDist;
GetOptimumFast()
local
[all...]
Completed in 4 milliseconds