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:addSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/CPP/Common/
H
A
D
DynamicBuffer.h
46
T *GetCurPtrAndGrow(size_t
addSize
)
in GetCurPtrAndGrow()
argument
49
if (rem <
addSize
)
in GetCurPtrAndGrow()
50
Grow(
addSize
- rem);
in GetCurPtrAndGrow()
52
_pos +=
addSize
;
in GetCurPtrAndGrow()
H
A
D
MyVector.h
489
const unsigned
addSize
= v.Size();
in operator +=()
local
490
if (
addSize
!= 0)
in operator +=()
493
if (size >= k_VectorSizeMax ||
addSize
> k_VectorSizeMax - size)
in operator +=()
495
_v.Reserve(size +
addSize
);
in operator +=()
496
for (unsigned i = 0; i <
addSize
; i++)
in operator +=()
/third_party/lzma/CPP/7zip/Common/
H
A
D
StreamObjects.h
87
Byte *GetBufPtrForWriting(size_t
addSize
);
88
void UpdateSize(size_t
addSize
) { _size +=
addSize
; }
H
A
D
StreamObjects.cpp
120
Byte *CDynBufSeqOutStream::GetBufPtrForWriting(size_t
addSize
)
in GetBufPtrForWriting()
argument
122
addSize
+= _size;
in GetBufPtrForWriting()
123
if (
addSize
< _size)
in GetBufPtrForWriting()
125
if (!_buffer.EnsureCapacity(
addSize
))
in GetBufPtrForWriting()
/third_party/lzma/CPP/Windows/
H
A
D
SystemInfo.cpp
73
size_t
addSize
= ((size_t)1 << 12);
in ReadFile_to_Buffer()
local
77
buf.ChangeSize_KeepData(size +
addSize
, size);
in ReadFile_to_Buffer()
79
if (!file.ReadFull(buf + size,
addSize
, processed))
in ReadFile_to_Buffer()
87
addSize
*= 2;
in ReadFile_to_Buffer()
Completed in 4 milliseconds