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:codeRes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
MtDec.c
247
SRes res,
codeRes
;
in MtDec_ThreadFunc2()
local
531
codeRes
= SZ_OK;
in MtDec_ThreadFunc2()
535
codeRes
= p->mtCallback->PreCode(p->mtCallbackObject, t->index);
in MtDec_ThreadFunc2()
536
if (
codeRes
!= SZ_OK)
in MtDec_ThreadFunc2()
541
// if (
codeRes
== SZ_ERROR_MEM) - we will try single-thread decoding later.
in MtDec_ThreadFunc2()
542
// if (
codeRes
!= SZ_ERROR_MEM) - we can stop decoding or try single-thread decoding.
in MtDec_ThreadFunc2()
603
if (res == SZ_OK && needCode &&
codeRes
== SZ_OK)
in MtDec_ThreadFunc2()
626
codeRes
= p->mtCallback->Code(p->mtCallbackObject, t->index,
in MtDec_ThreadFunc2()
631
if (
codeRes
!= SZ_OK)
in MtDec_ThreadFunc2()
633
PRF(printf("\nCode Interrupt error = %x\n",
codeRes
));
in MtDec_ThreadFunc2()
[all...]
H
A
D
XzDec.c
1461
SRes
codeRes
;
member
1515
SRes
codeRes
;
member
1689
coder->
codeRes
= SZ_OK;
in XzDecMt_Callback_Parse()
1742
coder->
codeRes
= res;
in XzDecMt_Callback_Parse()
1912
coder->
codeRes
= res;
in XzDecMt_Callback_PreCode()
1962
if (coder->
codeRes
== SZ_OK)
in XzDecMt_Callback_Code()
1980
coder->
codeRes
= res;
in XzDecMt_Callback_Code()
1995
if (me->props.ignoreErrors && coder->
codeRes
!= SZ_ERROR_MEM)
in XzDecMt_Callback_Code()
2001
return coder->
codeRes
;
in XzDecMt_Callback_Code()
2117
if (coder->
codeRes
!
in XzDecMt_Callback_Write()
2758
SRes
codeRes
;
XzDecMt_Decode()
local
[all...]
H
A
D
Lzma2DecMt.c
72
SRes
codeRes
;
member
274
t->
codeRes
= SZ_OK;
in Lzma2DecMt_MtCallback_Parse()
424
t->
codeRes
= SZ_ERROR_DATA;
in Lzma2DecMt_MtCallback_PreCode()
425
return t->
codeRes
;
in Lzma2DecMt_MtCallback_PreCode()
491
t->
codeRes
= res;
in Lzma2DecMt_MtCallback_Code()
561
if (t->
codeRes
== SZ_OK)
in Lzma2DecMt_MtCallback_Write()
H
A
D
MtDec.h
157
SRes
codeRes
;
member
Completed in 6 milliseconds