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:aligned
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
wgcm.h
28
* The struct is
aligned
at 64 bytes to ensure that it fits into
58
} __attribute__((packed,
aligned
(WGCM_TASK_ALIGN)));
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H
A
D
data_receiver.h
60
char buffer_[NetlinkDefine::BUFFER_SIZE] __attribute__((
aligned
(4))) = {0};
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/
H
A
D
wpa_types.h
146
} __attribute__ ((
aligned
(8)));
180
} __attribute__ ((
aligned
(8)));
299
} __attribute__ ((
aligned
(8)));
379
} __attribute__ ((
aligned
(8)));
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/
H
A
D
wpa_types.h
146
} __attribute__ ((
aligned
(8)));
180
} __attribute__ ((
aligned
(8)));
299
} __attribute__ ((
aligned
(8)));
379
} __attribute__ ((
aligned
(8)));
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H
A
D
shared_block.h
294
uint32_t Alloc(size_t size, bool
aligned
= false);
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
shared_block.cpp
242
uint32_t SharedBlock::Alloc(size_t size, bool
aligned
)
in Alloc()
argument
246
uint32_t padding =
aligned
? (~mHeader->unusedOffset + 1) & offsetDigit : 0;
in Alloc()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
main.cpp
391
(size_of_section + 7) & ~7, // vmsize
aligned
to 8 bytes
404
size_of_section, // vmsize
aligned
to 8 bytes
466
size_t
aligned
= (fpos + 7) & ~7;
local
467
uint32_t align =
aligned
- fpos;
468
archs[1].offset = htonl(
aligned
+ sizeof(fathdr) + sizeof(archs));
Completed in 6 milliseconds