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
defs:magic
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/libziparchive/
H
A
D
zip_archive.cpp
27
bool IsZipMagic(uint32_t
magic
)
in IsZipMagic()
argument
/arkcompiler/runtime_core/static_core/compiler/aot/
H
A
D
aot_headers.h
29
alignas(alignof(uint32_t)) std::array<char, AOT_HEADER_MAGIC_SIZE>
magic
;
member
/arkcompiler/runtime_core/static_core/libziparchive/
H
A
D
zip_archive.cpp
27
bool IsZipMagic(uint32_t
magic
)
in IsZipMagic()
argument
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
file_test.cpp
244
const std::vector<uint8_t>
magic
= {'P', 'K'};
in HWTEST()
local
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file.cpp
247
uint32_t
magic
;
in OpenPandaFile()
local
H
A
D
file.h
59
std::array<uint8_t, MAGIC_SIZE>
magic
;
member
H
A
D
file_item_container.cpp
621
std::vector<uint8_t>
magic
;
in WriteHeader()
local
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_item_container.cpp
647
std::vector<uint8_t>
magic
;
in WriteHeader()
local
H
A
D
file.cpp
240
uint32_t
magic
;
in OpenPandaFile()
local
H
A
D
file.h
64
std::array<uint8_t, MAGIC_SIZE>
magic
;
member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H
A
D
encode.cpp
1500
int64_t
magic
in EncodeSignedDiv()
local
1544
uint64_t
magic
= fastDivisor.GetMagic();
EncodeUnsignedDiv()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H
A
D
encode.cpp
1737
int64_t
magic
= fastDivisor.GetMagic();
in EncodeSignedDiv()
local
1776
uint64_t
magic
= fastDivisor.GetMagic();
in EncodeUnsignedDiv()
local
Completed in 19 milliseconds