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:k_SPARC
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zHeader.h
122
const UInt32
k_SPARC
= 0x3030805;
member
143
case
k_SPARC
:
in IsFilterMethod()
H
A
D
7zUpdate.cpp
60
else if (Id == k_ARM64 || Id == k_ARM || Id == k_PPC || Id ==
k_SPARC
)
in SetDelta()
243
case 43: filterId =
k_SPARC
; break;
in Parse_ELF()
300
case MACH_MACHINE_SPARC: if (!be) return 0; filterId =
k_SPARC
; break;
in Parse_MACH()
410
if (id1 <=
k_SPARC
&&
in Compare()
411
id2 <=
k_SPARC
)
in Compare()
490
case
k_SPARC
:
in IsExeFilter()
/third_party/lzma/C/
H
A
D
7zDec.c
58
#define
k_SPARC
0x3030805
macro
363
case
k_SPARC
:
in CheckSupportedFolder()
Completed in 5 milliseconds