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:skipSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H
A
D
LzmaAlone.cs
12
public long
skipSize
;
field in SevenZip.CDoubleStream
17
public override long Length { get { return s1.Length + s2.Length -
skipSize
; } }
313
doubleStream.
skipSize
= 0;
in Main2()
315
doubleStream.
skipSize
= trainFileSize - dictionary;
in Main2()
316
trainStream.Seek(doubleStream.
skipSize
, SeekOrigin.Begin);
in Main2()
317
encoder.SetTrainSize((uint)(trainFileSize - doubleStream.
skipSize
));
in Main2()
/third_party/backends/backend/
H
A
D
plustek-pp_detect.c
286
ULong
skipSize
;
in detectSetupBuffers()
local
288
skipSize
= (ULong)((ps->Shade.skipHilight + ps->Shade.skipShadow)
in detectSetupBuffers()
291
ps->Shade.pHilight = _VMALLOC(
skipSize
);
in detectSetupBuffers()
H
A
D
u12-if.c
587
u_long
skipSize
;
in u12if_SetupBuffer()
local
589
skipSize
= (u_long)((dev->shade.skipHilight + dev->shade.skipShadow)
in u12if_SetupBuffer()
591
dev->shade.pHilight = (RGBUShortDef*)malloc(
skipSize
);
in u12if_SetupBuffer()
/third_party/lz4/lib/
H
A
D
lz4frame.c
2010
{ size_t const
skipSize
= MIN(dctx->tmpInTarget, (size_t)(srcEnd-srcPtr));
in LZ4F_decompress()
local
2011
srcPtr +=
skipSize
;
in LZ4F_decompress()
2012
dctx->tmpInTarget -=
skipSize
;
in LZ4F_decompress()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
OpenArchive.cpp
2521
UInt64
skipSize
= posInBuf - bytesInBuf;
2522
if (
skipSize
<= kBeforeSize)
2524
size_t keepSize = (size_t)(kBeforeSize -
skipSize
);
2531
// printf("\nSkip %d", (int)(
skipSize
- kBeforeSize));
2532
// RINOK(op.stream->Seek(
skipSize
- kBeforeSize, STREAM_SEEK_CUR, NULL));
Completed in 9 milliseconds