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:first_set
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_gpuprops.c
98
u64
first_set
, first_set_prev;
in kbase_gpuprops_construct_coherent_groups()
local
119
* group_mask[n] = (
first_set
[n] - 1) & ~(
first_set
[n-1] - 1)
in kbase_gpuprops_construct_coherent_groups()
120
* where
first_set
is group_present with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
125
* group_mask[1] = (
first_set
[1] - 1) & ~(
first_set
[0] - 1)
in kbase_gpuprops_construct_coherent_groups()
129
* group_mask[2] = (
first_set
[2] - 1) & ~(
first_set
[1] - 1)
in kbase_gpuprops_construct_coherent_groups()
137
first_set
= group_present & ~(group_present - 1);
in kbase_gpuprops_construct_coherent_groups()
140
group_present -=
first_set
; /* Clea
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_gpuprops.c
99
u64
first_set
, first_set_prev;
in kbase_gpuprops_construct_coherent_groups()
local
120
* group_mask[n] = (
first_set
[n] - 1) & ~(
first_set
[n-1] - 1)
in kbase_gpuprops_construct_coherent_groups()
121
* where
first_set
is group_present with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
126
* group_mask[1] = (
first_set
[1] - 1) & ~(
first_set
[0] - 1)
in kbase_gpuprops_construct_coherent_groups()
130
* group_mask[2] = (
first_set
[2] - 1) & ~(
first_set
[1] - 1)
in kbase_gpuprops_construct_coherent_groups()
138
first_set
= group_present & ~(group_present - 1);
in kbase_gpuprops_construct_coherent_groups()
141
group_present -=
first_set
; /* Clea
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gpuprops.c
44
u64
first_set
, first_set_prev;
in kbase_gpuprops_construct_coherent_groups()
local
65
* group_mask[n] = (
first_set
[n] - 1) & ~(
first_set
[n-1] - 1)
in kbase_gpuprops_construct_coherent_groups()
66
* where
first_set
is group_present with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
71
* group_mask[1] = (
first_set
[1] - 1) & ~(
first_set
[0] - 1)
in kbase_gpuprops_construct_coherent_groups()
75
* group_mask[2] = (
first_set
[2] - 1) & ~(
first_set
[1] - 1)
in kbase_gpuprops_construct_coherent_groups()
83
first_set
= group_present & ~(group_present - 1);
in kbase_gpuprops_construct_coherent_groups()
86
group_present -=
first_set
; /* Clea
in kbase_gpuprops_construct_coherent_groups()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_gpuprops.c
44
u64
first_set
, first_set_prev;
in kbase_gpuprops_construct_coherent_groups()
local
65
* group_mask[n] = (
first_set
[n] - 1) & ~(
first_set
[n-1] - 1)
in kbase_gpuprops_construct_coherent_groups()
66
* where
first_set
is group_present with only its nth set-bit kept
in kbase_gpuprops_construct_coherent_groups()
71
* group_mask[1] = (
first_set
[1] - 1) & ~(
first_set
[0] - 1)
in kbase_gpuprops_construct_coherent_groups()
75
* group_mask[2] = (
first_set
[2] - 1) & ~(
first_set
[1] - 1)
in kbase_gpuprops_construct_coherent_groups()
83
first_set
= group_present & ~(group_present - 1);
in kbase_gpuprops_construct_coherent_groups()
86
group_present -=
first_set
; /* Clea
in kbase_gpuprops_construct_coherent_groups()
[all...]
Completed in 3 milliseconds