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:magic
(Results
1 - 5
of
5
) sorted by relevance
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_unpacker.h
92
uint32_t
magic
;
in BeginSection()
local
95
DISPLAY_CHK_RETURN(ReadUint32(
magic
) == false, false,
in BeginSection()
96
HDF_LOGE("%{public}s, read
magic
error", __func__));
in BeginSection()
97
DISPLAY_CHK_RETURN(
magic
!= SECTION_END_MAGIC, false,
in BeginSection()
98
HDF_LOGE("%{public}s, err:
magic
number is corrupted", __func__));
in BeginSection()
/drivers/interface/camera/sequenceable/map_data/
H
A
D
map_data_sequenceable.cpp
42
int32_t
magic
;
in Unmarshalling()
local
43
if (parcel.ReadInt32(
magic
) == false ||
magic
!= BUFFER_DATA_MAGIC) {
in Unmarshalling()
44
HDI_CAMERA_LOGW("read failed,
magic
is error");
in Unmarshalling()
/drivers/peripheral/usb/interfaces/ddk/common/
H
A
D
usb_ddk.h
270
uint32_t
magic
;
member
277
uint32_t
magic
;
member
/drivers/peripheral/usb/ddk/device/src/
H
A
D
adapter_if.c
440
headerStr->
magic
= htole32(FUNCTIONFS_STRINGS_MAGIC);
in GetHeaderStr()
573
header->
magic
= htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
in GetCountAndHead()
H
A
D
adapter_if_liteos.c
273
headerStr->
magic
= htole32(FUNCTIONFS_STRINGS_MAGIC);
in GetHeaderStr()
366
header->
magic
= htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
in GetCountAndHead()
Completed in 7 milliseconds