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:ppw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
sysimgblt.c
182
* image->width is divisible by pixel/dword (
ppw
);
190
u32
ppw
= 32/bpp, spitch = (image->width + 7)/8;
in fast_imageblit()
local
216
for (i =
ppw
-1; i--; ) {
in fast_imageblit()
223
bit_mask = (1 <<
ppw
) - 1;
in fast_imageblit()
225
k = image->width/
ppw
;
in fast_imageblit()
240
switch (
ppw
) {
in fast_imageblit()
275
shift -=
ppw
;
in fast_imageblit()
H
A
D
cfbimgblt.c
211
* image->width is divisible by pixel/dword (
ppw
);
220
u32
ppw
= 32/bpp, spitch = (image->width + 7)/8;
in fast_imageblit()
local
240
for (i =
ppw
-1; i--; ) {
in fast_imageblit()
247
bit_mask = (1 <<
ppw
) - 1;
in fast_imageblit()
249
k = image->width/
ppw
;
in fast_imageblit()
255
shift -=
ppw
;
in fast_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
sysimgblt.c
182
* image->width is divisible by pixel/dword (
ppw
);
190
u32
ppw
= 32/bpp, spitch = (image->width + 7)/8;
in fast_imageblit()
local
216
for (i =
ppw
-1; i--; ) {
in fast_imageblit()
223
bit_mask = (1 <<
ppw
) - 1;
in fast_imageblit()
225
k = image->width/
ppw
;
in fast_imageblit()
240
switch (
ppw
) {
in fast_imageblit()
275
shift -=
ppw
;
in fast_imageblit()
H
A
D
cfbimgblt.c
211
* image->width is divisible by pixel/dword (
ppw
);
220
u32
ppw
= 32/bpp, spitch = (image->width + 7)/8;
in fast_imageblit()
local
246
for (i =
ppw
-1; i--; ) {
in fast_imageblit()
253
bit_mask = (1 <<
ppw
) - 1;
in fast_imageblit()
255
k = image->width/
ppw
;
in fast_imageblit()
270
switch (
ppw
) {
in fast_imageblit()
305
shift -=
ppw
;
in fast_imageblit()
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
gitsource.sh
126
ppw
=`echo "scale=9;1/$en_sum" | bc | awk '{printf "%.9f", $0}'`
127
printf "Gitsource-$1-#$2 performance per watt(1/J): $
ppw
\n" | tee -a $OUTFILE_GIT.result
131
store_csv_gitsource "$driver_name-$1" $2 $avg_des_perf $avg_freq $avg_load $time_sum $en_sum $
ppw
184
ppw
=`echo "scale=9;1/$avg_en" | bc | awk '{printf "%.9f", $0}'`
185
printf "Gitsource-$1 performance per watt(1/J): $
ppw
\n" | tee -a $OUTFILE_GIT.result
189
store_csv_gitsource "$driver_name-$1" "Average" $avg_des_perf $avg_freq $avg_load $avg_time $avg_en $
ppw
H
A
D
tbench.sh
113
ppw
=`echo "scale=4;($TIME_LIMIT-1)*$tp_sum/$en_sum" | bc | awk '{printf "%.4f", $0}'`
114
printf "Tbench-$1-#$2 performance per watt(MB/J): $
ppw
\n" | tee -a $OUTFILE_TBENCH.result
118
store_csv_tbench "$driver_name-$1" $2 $avg_des_perf $avg_freq $avg_load $tp_sum $en_sum $
ppw
171
ppw
=`echo "scale=4;($TIME_LIMIT-1)*$avg_tp/$avg_en" | bc | awk '{printf "%.4f", $0}'`
172
printf "Tbench-$1 performance per watt(MB/J): $
ppw
\n" | tee -a $OUTFILE_TBENCH.result
176
store_csv_tbench "$driver_name-$1" "Average" $avg_des_perf $avg_freq $avg_load $avg_tp $avg_en $
ppw
Completed in 5 milliseconds