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:s_bit
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_ca.h
2418
\param [in]
s_bit
Section shareability: NON_SHARED, SHARED
2422
__STATIC_INLINE int MMU_SharedSection(uint32_t *descriptor_l1, mmu_shared_Type
s_bit
)
in MMU_SharedSection()
argument
2425
*descriptor_l1 |= ((
s_bit
& 0x1) << SECTION_S_SHIFT);
in MMU_SharedSection()
2446
\param [in]
s_bit
Section Security attribute: SECURE, NON_SECURE
2450
__STATIC_INLINE int MMU_SecureSection(uint32_t *descriptor_l1, mmu_secure_Type
s_bit
)
in MMU_SecureSection()
argument
2453
*descriptor_l1 |= ((
s_bit
& 0x1) << SECTION_NS_SHIFT);
in MMU_SecureSection()
2548
\param [in]
s_bit
4k/64k page shareability: NON_SHARED, SHARED
2552
__STATIC_INLINE int MMU_SharedPage(uint32_t *descriptor_l2, mmu_shared_Type
s_bit
)
in MMU_SharedPage()
argument
2555
*descriptor_l2 |= ((
s_bit
& 0x1) << PAGE_S_SHIFT);
in MMU_SharedPage()
2576
\param [in]
s_bit
2580
MMU_SecurePage(uint32_t *descriptor_l1, mmu_secure_Type
s_bit
)
MMU_SecurePage()
argument
[all...]
/third_party/vixl/src/aarch64/
H
A
D
assembler-aarch64.h
7434
uint32_t
s_bit
= (scaled_imm10 >> 9) & 1;
7435
return (
s_bit
<< ImmLSPACHi_offset) |
Completed in 13 milliseconds