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:BYTES_PER_LONG
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fb_info.c
24
#define
BYTES_PER_LONG
(BITS_PER_LONG/8)
in framebuffer_alloc()
macro
25
#define PADDING (
BYTES_PER_LONG
- (sizeof(struct fb_info) %
BYTES_PER_LONG
))
in framebuffer_alloc()
52
#undef
BYTES_PER_LONG
in framebuffer_alloc()
macro
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbsysfs.c
38
#define
BYTES_PER_LONG
(BITS_PER_LONG/8)
in framebuffer_alloc()
macro
39
#define PADDING (
BYTES_PER_LONG
- (sizeof(struct fb_info) %
BYTES_PER_LONG
))
in framebuffer_alloc()
66
#undef
BYTES_PER_LONG
in framebuffer_alloc()
macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
amifb.c
2569
#define
BYTES_PER_LONG
4
macro
2572
#define
BYTES_PER_LONG
8
macro
3191
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_fillrect()
3192
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
- 1)) * 8;
in amifb_fillrect()
3284
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_copyarea()
3286
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
- 1)) * 8;
in amifb_copyarea()
3322
((unsigned long)data & ~(
BYTES_PER_LONG
- 1));
in expand_one_line()
3323
src_idx = ((unsigned long)data & (
BYTES_PER_LONG
- 1)) * 8;
in expand_one_line()
3365
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_imageblit()
3366
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
in amifb_imageblit()
[all...]
H
A
D
atafb.c
2466
#define
BYTES_PER_LONG
4
macro
2469
#define
BYTES_PER_LONG
8
macro
2606
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in atafb_imageblit()
2607
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
- 1)) * 8;
in atafb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
amifb.c
2558
#define
BYTES_PER_LONG
4
macro
2561
#define
BYTES_PER_LONG
8
macro
3180
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_fillrect()
3181
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
- 1)) * 8;
in amifb_fillrect()
3273
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_copyarea()
3275
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
- 1)) * 8;
in amifb_copyarea()
3311
((unsigned long)data & ~(
BYTES_PER_LONG
- 1));
in expand_one_line()
3312
src_idx = ((unsigned long)data & (
BYTES_PER_LONG
- 1)) * 8;
in expand_one_line()
3354
((unsigned long)info->screen_base & ~(
BYTES_PER_LONG
- 1));
in amifb_imageblit()
3355
dst_idx = ((unsigned long)info->screen_base & (
BYTES_PER_LONG
in amifb_imageblit()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
intel_telemetry_pltdrv.c
56
#define
BYTES_PER_LONG
8
macro
894
BYTES_PER_LONG
*index);
in telem_evtlog_read()
H
A
D
intel_telemetry_debugfs.c
55
#define
BYTES_PER_LONG
8
macro
/kernel/linux/linux-6.6/drivers/platform/x86/intel/telemetry/
H
A
D
pltdrv.c
56
#define
BYTES_PER_LONG
8
macro
894
BYTES_PER_LONG
*index);
in telem_evtlog_read()
H
A
D
debugfs.c
55
#define
BYTES_PER_LONG
8
macro
Completed in 21 milliseconds