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:__ALIGNED__
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_console.c
52
#define
__ALIGNED__
__attribute__((__aligned__(sizeof(long))))
macro
154
char c[N_OUTBUF]
__ALIGNED__
;
in hvc_console_print()
local
636
char buf[N_INBUF]
__ALIGNED__
;
in __hvc_poll()
local
H
A
D
hvcs.c
160
#define
__ALIGNED__
__attribute__((__aligned__(8)))
macro
576
char buf[HVCS_BUFF_LEN]
__ALIGNED__
;
in hvcs_io()
local
H
A
D
hvsi.c
56
#define
__ALIGNED__
__attribute__((__aligned__(sizeof(long))))
macro
282
struct hvsi_query_response packet
__ALIGNED__
;
in hvsi_version_respond()
local
542
struct hvsi_query packet
__ALIGNED__
;
in hvsi_query()
local
585
struct hvsi_control packet
__ALIGNED__
;
in hvsi_set_mctrl()
local
611
uint8_t buf[HVSI_MAX_READ]
__ALIGNED__
;
in hvsi_drain_input()
local
666
struct hvsi_data packet
__ALIGNED__
;
in hvsi_put_chars()
local
686
struct hvsi_control packet
__ALIGNED__
;
in hvsi_close_protocol()
local
1100
char c[HVSI_MAX_OUTGOING_DATA]
__ALIGNED__
;
in hvsi_console_print()
local
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_console.c
52
#define
__ALIGNED__
__attribute__((__aligned__(L1_CACHE_BYTES)))
macro
154
char c[N_OUTBUF]
__ALIGNED__
;
in hvc_console_print()
local
636
char buf[N_INBUF]
__ALIGNED__
;
in __hvc_poll()
local
H
A
D
hvcs.c
162
#define
__ALIGNED__
__attribute__((__aligned__(8)))
macro
559
char buf[HVCS_BUFF_LEN]
__ALIGNED__
;
in hvcs_io()
local
H
A
D
hvsi.c
56
#define
__ALIGNED__
__attribute__((__aligned__(sizeof(long))))
macro
282
struct hvsi_query_response packet
__ALIGNED__
;
in hvsi_version_respond()
local
542
struct hvsi_query packet
__ALIGNED__
;
in hvsi_query()
local
585
struct hvsi_control packet
__ALIGNED__
;
in hvsi_set_mctrl()
local
611
uint8_t buf[HVSI_MAX_READ]
__ALIGNED__
;
in hvsi_drain_input()
local
666
struct hvsi_data packet
__ALIGNED__
;
in hvsi_put_chars()
local
686
struct hvsi_control packet
__ALIGNED__
;
in hvsi_close_protocol()
local
1101
char c[HVSI_MAX_OUTGOING_DATA]
__ALIGNED__
;
in hvsi_console_print()
local
Completed in 10 milliseconds