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:cmd_pixel_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/
H
A
D
udl_transfer.c
90
const u8 *cmd_pixel_start, *
cmd_pixel_end
= NULL;
in udl_compress_hline16()
local
105
cmd_pixel_end
= pixel + (min3(MAX_CMD_PIXELS + 1UL,
in udl_compress_hline16()
111
while (pixel <
cmd_pixel_end
) {
in udl_compress_hline16()
120
while (pixel <
cmd_pixel_end
) {
in udl_compress_hline16()
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H
A
D
udl_transfer.c
129
const u8 *cmd_pixel_start, *
cmd_pixel_end
= NULL;
in udl_compress_hline16()
local
144
cmd_pixel_end
= pixel + (min3(MAX_CMD_PIXELS + 1UL,
in udl_compress_hline16()
150
while (pixel <
cmd_pixel_end
) {
in udl_compress_hline16()
159
while (pixel <
cmd_pixel_end
) {
in udl_compress_hline16()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
udlfb.c
442
const uint16_t *cmd_pixel_start, *
cmd_pixel_end
= NULL;
in dlfb_compress_hline()
local
464
cmd_pixel_end
= pixel + min3(MAX_CMD_PIXELS + 1UL,
in dlfb_compress_hline()
470
while (
cmd_pixel_end
- 1 > pixel &&
in dlfb_compress_hline()
471
*(
cmd_pixel_end
- 1) == *(u16 *)((u8 *)(
cmd_pixel_end
- 1) + back_buffer_offset))
in dlfb_compress_hline()
472
cmd_pixel_end
--;
in dlfb_compress_hline()
475
while (pixel <
cmd_pixel_end
) {
in dlfb_compress_hline()
485
if (unlikely((pixel <
cmd_pixel_end
) &&
in dlfb_compress_hline()
495
} while ((pixel <
cmd_pixel_end
) &&
in dlfb_compress_hline()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
udlfb.c
445
const uint16_t *cmd_pixel_start, *
cmd_pixel_end
= NULL;
in dlfb_compress_hline()
local
467
cmd_pixel_end
= pixel + min3(MAX_CMD_PIXELS + 1UL,
in dlfb_compress_hline()
473
while (
cmd_pixel_end
- 1 > pixel &&
in dlfb_compress_hline()
474
*(
cmd_pixel_end
- 1) == *(u16 *)((u8 *)(
cmd_pixel_end
- 1) + back_buffer_offset))
in dlfb_compress_hline()
475
cmd_pixel_end
--;
in dlfb_compress_hline()
478
while (pixel <
cmd_pixel_end
) {
in dlfb_compress_hline()
488
if (unlikely((pixel <
cmd_pixel_end
) &&
in dlfb_compress_hline()
498
} while ((pixel <
cmd_pixel_end
) &&
in dlfb_compress_hline()
Completed in 8 milliseconds