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:Ctz
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
math_helpers.h
80
constexpr unsigned int
Ctz
(uint32_t value)
H
A
D
regmask.h
165
return panda::
Ctz
(GetValue());
H
A
D
bit_utils.h
62
constexpr int
Ctz
(T x)
in Ctz()
function
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
regmask_test.cpp
28
ASSERT_EQ(mask.GetMinRegister(), static_cast<uint32_t>(
Ctz
(base.to_ulong())));
in CompareWithBitset()
/arkcompiler/runtime_core/libpandafile/
H
A
D
modifiers.h
48
static constexpr uint32_t ACC_TYPE_SHIFT =
Ctz
(ACC_TYPE);
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
regmask_test.cpp
28
ASSERT_EQ(mask.GetMinRegister(),
Ctz
(base.to_ulong()));
in CompareWithBitset()
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
modifiers.h
50
constexpr uint32_t ACC_TYPE_SHIFT =
Ctz
(ACC_TYPE);
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
math_helpers.h
89
constexpr unsigned int
Ctz
(uint32_t value)
H
A
D
regmask.h
165
return ark::
Ctz
(GetValue());
H
A
D
bit_utils.h
63
constexpr int
Ctz
(T x)
in Ctz()
function
/arkcompiler/runtime_core/static_core/verification/util/
H
A
D
bit_vector.h
104
static constexpr size_t POS_SHIFT = ark::
Ctz
(BITS_IN_WORD);
484
auto i = static_cast<size_t>(ark::
Ctz
(val));
732
auto i = static_cast<size_t>(ark::
Ctz
(val));
744
auto i = static_cast<size_t>(ark::
Ctz
(val));
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
escape.h
267
auto offset = static_cast<size_t>(
Ctz
(mask));
in VisitAlive()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
bitmap.h
169
offsetWithinWord = static_cast<size_t>(
Ctz
(bitmapWord));
in IterateOverSetBitsInRange()
/arkcompiler/runtime_core/static_core/compiler/code_info/
H
A
D
code_info.h
489
auto regIdx = static_cast<size_t>(
Ctz
(mask));
in FillVRegList()
Completed in 8 milliseconds