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:Clz
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
math_helpers.h
74
return 1UL << (BIT -
Clz
(static_cast<uint32_t>(value)));
in GetPowerOfTwoValue32()
94
constexpr uint32_t
Clz
(uint32_t value)
H
A
D
bit_utils.h
46
constexpr int
Clz
(T x)
in Clz()
function
103
return std::numeric_limits<UnderlyingType>::digits -
Clz
(static_cast<UnderlyingType>(uvalue));
in MinimumBitsToStore()
112
return std::numeric_limits<T>::digits -
Clz
(value);
in MinimumBitsToStore()
H
A
D
regmask.h
171
return (sizeof(decltype(GetValue())) * BITS_PER_BYTE) - 1 - panda::
Clz
(GetValue());
H
A
D
bit_vector.h
459
return (BITS_PER_UINT32 - 1) -
Clz
(storage_[i]) + (i * WORD_BITS);
in GetHighestBitSet()
/arkcompiler/runtime_core/static_core/verification/util/
H
A
D
int_tag.h
31
static constexpr size_t BITS = sizeof(size_t) * 8ULL - ark::
Clz
(SIZE);
H
A
D
enum_tag.h
76
static constexpr size_t BITS = sizeof(size_t) * 8ULL - ark::
Clz
(SIZE);
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
math_helpers.h
85
return 1UL << (BIT -
Clz
(static_cast<uint32_t>(value)));
in GetPowerOfTwoValue32()
101
constexpr uint32_t
Clz
(uint32_t value)
H
A
D
bit_utils.h
47
constexpr int
Clz
(T x)
in Clz()
function
104
return std::numeric_limits<UnderlyingType>::digits -
Clz
(static_cast<UnderlyingType>(uvalue));
in MinimumBitsToStore()
113
return std::numeric_limits<T>::digits -
Clz
(value);
in MinimumBitsToStore()
H
A
D
regmask.h
171
return (sizeof(decltype(GetValue())) * BITS_PER_BYTE) - 1 - ark::
Clz
(GetValue());
H
A
D
bit_vector.h
478
return (BITS_PER_UINT32 - 1) -
Clz
(storage_[i]) + (i * WORD_BITS);
in GetHighestBitSet()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
string_index_of.h
130
return
Clz
(__builtin_bswap64(val));
in ClzInSwappedBytes()
160
return BITS_PER_UINT64 +
Clz
(hi);
in ClzInSwappedBytes()
162
return
Clz
(lo);
in ClzInSwappedBytes()
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
regmask_test.cpp
29
ASSERT_EQ(mask.GetMaxRegister(), base.size() -
Clz
(static_cast<RegMask::ValueType>(base.to_ulong())) - 1);
in CompareWithBitset()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
regmask_test.cpp
29
ASSERT_EQ(mask.GetMaxRegister(), base.size() -
Clz
(static_cast<RegMask::ValueType>(base.to_ulong())) - 1L);
in CompareWithBitset()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
bitmap.h
286
offsetWithinWord = BITSPERWORD - static_cast<size_t>(
Clz
(bitmapWord)) - 1;
in FindHighestPrecedingOrSameBit()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H
A
D
encode.cpp
1251
GetMasm()->
Clz
(VixlReg(dst), VixlReg(src));
in EncodeCountLeadingZeroBits()
1259
GetMasm()->
Clz
(VixlReg(dst), VixlReg(highBits));
in EncodeCountLeadingZeroBits()
1263
GetMasm()->
Clz
(VixlReg(dst), VixlReg(src));
in EncodeCountLeadingZeroBits()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H
A
D
encode.cpp
888
GetMasm()->
Clz
(VixlReg(dst), VixlReg(src));
in EncodeCountLeadingZeroBits()
899
GetMasm()->
Clz
(VixlReg(dst), VixlReg(dst));
in EncodeCountTrailingZeroBits()
Completed in 21 milliseconds