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:bitwidth
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/
H
A
D
irnode.h
55
constexpr FormatItem(OperandKind kind, uint32_t
bitwidth
) : kind_(kind), bitwidth_(
bitwidth
) {}
in FormatItem()
argument
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
leb128_test.cpp
120
constexpr size_t
bitwidth
= std::numeric_limits<T>::digits;
in TestDecodeUnsigned()
local
123
EXPECT_EQ(is_full, MinimumBitsToStore(t.value) <=
bitwidth
&& !is_partial) << ss.str();
in TestDecodeUnsigned()
124
EXPECT_EQ(size, is_full ? t.size : (
bitwidth
+ 6) / 7) << ss.str();
in TestDecodeUnsigned()
148
constexpr size_t
bitwidth
= std::numeric_limits<std::make_unsigned_t<T>>::digits;
in TestDecodeSigned()
local
152
EXPECT_EQ(size, is_full ? t.size : (
bitwidth
+ 6) / 7) << ss.str();
in TestDecodeSigned()
Completed in 2 milliseconds