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:charmask
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
bitblit.c
82
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_putcs_aligned()
local
88
charmask
)*cellsize;
in bit_putcs_aligned()
115
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_putcs_unaligned()
local
123
charmask
)*cellsize;
in bit_putcs_unaligned()
241
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_cursor()
local
255
src = vc->vc_font.data + ((c &
charmask
) * (w * vc->vc_font.height));
in bit_cursor()
H
A
D
fbcon_ud.c
91
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_putcs_aligned()
local
96
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ud_putcs_aligned()
124
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_putcs_unaligned()
local
131
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ud_putcs_unaligned()
256
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_cursor()
local
272
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.height));
in ud_cursor()
H
A
D
tileblit.c
60
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in tile_putcs()
local
72
blit.indices[i] = (u32)(scr_readw(s++) &
charmask
);
in tile_putcs()
H
A
D
fbcon_ccw.c
104
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ccw_putcs_aligned()
local
109
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ccw_putcs_aligned()
226
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ccw_cursor()
local
241
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.width));
in ccw_cursor()
H
A
D
fbcon_cw.c
89
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in cw_putcs_aligned()
local
94
src = ops->fontbuffer + (scr_readw(s++) &
charmask
)*cellsize;
in cw_putcs_aligned()
209
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in cw_cursor()
local
224
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.width));
in cw_cursor()
H
A
D
fbcon.c
306
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in get_color()
local
308
c = vc->vc_video_erase_char &
charmask
;
in get_color()
2225
unsigned short
charmask
= vc->vc_hi_font_mask ?
in fbcon_generic_blank()
local
2230
vc->vc_video_erase_char &=
charmask
;
in fbcon_generic_blank()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
bitblit.c
82
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_putcs_aligned()
local
88
charmask
)*cellsize;
in bit_putcs_aligned()
115
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_putcs_unaligned()
local
123
charmask
)*cellsize;
in bit_putcs_unaligned()
241
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in bit_cursor()
local
255
src = vc->vc_font.data + ((c &
charmask
) * (w * vc->vc_font.height));
in bit_cursor()
H
A
D
fbcon_ud.c
91
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_putcs_aligned()
local
96
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ud_putcs_aligned()
124
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_putcs_unaligned()
local
131
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ud_putcs_unaligned()
256
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ud_cursor()
local
272
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.height));
in ud_cursor()
H
A
D
tileblit.c
59
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in tile_putcs()
local
71
blit.indices[i] = (u32)(scr_readw(s++) &
charmask
);
in tile_putcs()
H
A
D
fbcon_ccw.c
104
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ccw_putcs_aligned()
local
109
src = ops->fontbuffer + (scr_readw(s--) &
charmask
)*cellsize;
in ccw_putcs_aligned()
226
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in ccw_cursor()
local
241
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.width));
in ccw_cursor()
H
A
D
fbcon_cw.c
89
u16
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in cw_putcs_aligned()
local
94
src = ops->fontbuffer + (scr_readw(s++) &
charmask
)*cellsize;
in cw_putcs_aligned()
209
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in cw_cursor()
local
224
src = ops->fontbuffer + ((c &
charmask
) * (w * vc->vc_font.width));
in cw_cursor()
H
A
D
fbcon.c
288
unsigned short
charmask
= vc->vc_hi_font_mask ? 0x1ff : 0xff;
in get_color()
local
290
c = vc->vc_video_erase_char &
charmask
;
in get_color()
2191
unsigned short
charmask
= vc->vc_hi_font_mask ?
in fbcon_generic_blank()
local
2196
vc->vc_video_erase_char &=
charmask
;
in fbcon_generic_blank()
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
vt.c
2801
u16 himask = vc->vc_hi_font_mask,
charmask
= himask ? 0x1ff : 0xff;
in vc_con_write_normal()
local
2812
if (tc & ~
charmask
) {
in vc_con_write_normal()
2818
!(c & ~
charmask
)) {
in vc_con_write_normal()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
vt.c
2754
u16 himask = vc->vc_hi_font_mask,
charmask
= himask ? 0x1ff : 0xff;
in vc_con_write_normal()
local
2765
if (tc & ~
charmask
) {
in vc_con_write_normal()
2771
!(c & ~
charmask
)) {
in vc_con_write_normal()
Completed in 30 milliseconds