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:readPos
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/CPP/7zip/Common/
H
A
D
FilterCoder.cpp
116
UInt32
readPos
= 0;
in Code()
local
124
size_t processedSize = _bufSize -
readPos
;
in Code()
128
hres = ReadStream(inStream, _buf +
readPos
, &processedSize);
in Code()
129
readPos
+= (UInt32)processedSize;
in Code()
130
inputFinished = (
readPos
!= _bufSize);
in Code()
139
if (
readPos
== 0)
in Code()
154
while (
readPos
!= filterPos)
in Code()
164
We have aligned (
readPos
) for any filter, if (!inputFinished).
in Code()
172
const UInt32 cur = Filter->Filter(_buf + filterPos,
readPos
- filterPos);
in Code()
176
if (cur >
readPos
in Code()
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deRingBuffer.cpp
50
int
readPos
= 0;
in RingBuffer_selfTest()
local
52
while (writePos < dataSize ||
readPos
< dataSize)
in RingBuffer_selfTest()
59
DE_TEST_ASSERT(buffer.getNumFree() == bufSize - (writePos-
readPos
));
in RingBuffer_selfTest()
69
DE_TEST_ASSERT(tmp[i] == data[
readPos
+i]);
in RingBuffer_selfTest()
71
readPos
+= numBytes;
in RingBuffer_selfTest()
/third_party/skia/third_party/externals/brotli/research/
H
A
D
durchschlag.cc
672
TextIdx
readPos
= 0;
in durchschlag_distill()
local
678
readPos
+ static_cast<TextIdx>(sample_sizes->at(i));
in durchschlag_distill()
679
while (
readPos
< oldSampleEnd) {
in durchschlag_distill()
680
if (
readPos
< end) {
in durchschlag_distill()
681
MetaSlot& item = map[shortcut[
readPos
]];
in durchschlag_distill()
683
lastNonUniquePos =
readPos
+ sliceLen;
in durchschlag_distill()
686
if (
readPos
< lastNonUniquePos) {
in durchschlag_distill()
687
data[writePos++] = data[
readPos
];
in durchschlag_distill()
689
readPos
++;
in durchschlag_distill()
715
for (TextIdx
readPos
in durchschlag_purify()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
SchemaUtil.java
916
for (int
readPos
= 0;
readPos
< size; ++
readPos
) {
in filterUnknownEnumList()
917
int enumValue = enumList.get(
readPos
);
in filterUnknownEnumList()
919
if (
readPos
!= writePos) {
in filterUnknownEnumList()
956
for (int
readPos
= 0;
readPos
< size; ++
readPos
) {
in filterUnknownEnumList()
957
int enumValue = enumList.get(
readPos
);
in filterUnknownEnumList()
959
if (
readPos
!
in filterUnknownEnumList()
[all...]
/third_party/vk-gl-cts/framework/delibs/dethread/
H
A
D
deThreadTest.c
404
int
readPos
= 0;
in consumerThread()
local
412
val = buffer->buffer[
readPos
];
in consumerThread()
413
readPos
= (
readPos
+ 1) % DE_LENGTH_OF_ARRAY(buffer->buffer);
in consumerThread()
/third_party/lzma/C/
H
A
D
XzEnc.c
457
RINOK(p->inStream->Read(p->inStream, p->enc.buf + p->enc.
readPos
, &processed))
in SbEncInStream_Read()
458
p->enc.
readPos
+= processed;
in SbEncInStream_Read()
Completed in 7 milliseconds