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:has_reg
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
register.h
97
bool
has_reg
(std::uint16_t address) const
in has_reg()
function in genesys::RegisterContainer
234
bool
has_reg
(std::uint16_t address) const { return registers_.
has_reg
(address); }
in has_reg()
function in genesys::Genesys_Register_Set
395
bool
has_reg
(AddressType address) const
in has_reg()
function in genesys::RegisterSettingSet
H
A
D
register_cache.h
34
if (regs_.
has_reg
(address)) {
in update()
H
A
D
tables_sensor.cpp
3820
if (!sensor.custom_regs.
has_reg
(address)) {
in verify_sensor_tables()
3834
if (!sensor.custom_regs.
has_reg
(address)) {
in verify_sensor_tables()
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H
A
D
checks.c
1277
bool
has_reg
= false;
in check_avoid_unnecessary_addr_size()
local
1291
has_reg
= true;
in check_avoid_unnecessary_addr_size()
1295
if (!
has_reg
) {
in check_avoid_unnecessary_addr_size()
Completed in 10 milliseconds