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:cyclicBufferPos
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
LzFindMt.c
548
/* we use one variable instead of two (
cyclicBufferPos
== pos) before CyclicBuf wrap.
549
here we define fixed offset of (p->pos) from (p->
cyclicBufferPos
) */
633
but we don't update (p->pos) and (p->
cyclicBufferPos
) here in BT_THREAD */
in BtGetMatches()
647
UInt32
cyclicBufferPos
= p->
cyclicBufferPos
;
in BtGetMatches()
local
655
size2 = p->cyclicBufferSize -
cyclicBufferPos
;
in BtGetMatches()
673
pos, p->buffer, p->son,
cyclicBufferPos
, p->cyclicBufferSize, p->cutValue,
in BtGetMatches()
677
cyclicBufferPos
++;
in BtGetMatches()
691
cyclicBufferPos
, p->cyclicBufferSize,
in BtGetMatches()
710
cyclicBufferPos
in BtGetMatches()
[all...]
H
A
D
LzFind.c
501
k = p->cyclicBufferSize - p->
cyclicBufferPos
;
in MatchFinder_SetLimits()
582
/* if we init (
cyclicBufferPos
= pos), then we can use one variable
in MatchFinder_Init()
583
instead of both (
cyclicBufferPos
) and (pos) : only before (
cyclicBufferPos
) wrapping */
in MatchFinder_Init()
584
p->
cyclicBufferPos
= (p->pos - CYC_TO_POS_OFFSET); // init with relation to (pos)
in MatchFinder_Init()
585
// p->
cyclicBufferPos
= 0; // smallest value
in MatchFinder_Init()
862
if (p->
cyclicBufferPos
== p->cyclicBufferSize)
in MatchFinder_CheckLimits()
863
p->
cyclicBufferPos
= 0;
in MatchFinder_CheckLimits()
1085
++p->
cyclicBufferPos
; \
1095
We don't update sons[
cyclicBufferPos
<< btMod
in MatchFinder_MovePos()
[all...]
H
A
D
LzFindMt.h
81
UInt32
cyclicBufferPos
;
member
H
A
D
LzFind.h
21
UInt32
cyclicBufferPos
;
member
Completed in 5 milliseconds