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
defs:shift
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/arkcompiler/ets_runtime/test/moduletest/regressdefineproperty/
H
A
D
regressdefineproperty.js
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
math_helpers_test.cpp
35
size_t
shift
= 5;
in TestBitShl()
local
42
size_t
shift
= std::numeric_limits<UnsignedType>::digits - 1;
in TestBitShl()
local
49
size_t
shift
= std::numeric_limits<UnsignedType>::digits;
in TestBitShl()
local
56
size_t
shift
= std::numeric_limits<UnsignedType>::digits + 2;
in TestBitShl()
local
74
T
shift
= 5;
TestBitShr()
local
81
T
shift
= std::numeric_limits<UnsignedType>::digits - 1;
TestBitShr()
local
88
T
shift
= std::numeric_limits<UnsignedType>::digits;
TestBitShr()
local
96
T
shift
= std::numeric_limits<UnsignedType>::digits + 2;
TestBitShr()
local
114
T
shift
= 5;
TestBitAshr()
local
121
T
shift
= std::numeric_limits<UnsignedType>::digits - 1;
TestBitAshr()
local
128
T
shift
= std::numeric_limits<UnsignedType>::digits;
TestBitAshr()
local
136
T
shift
= std::numeric_limits<UnsignedType>::digits + 2;
TestBitAshr()
local
[all...]
/arkcompiler/runtime_core/static_core/assembler/utils/
H
A
D
number-utils.h
33
inline bool ValidateXToken(std::string_view token, size_t
shift
)
in ValidateXToken()
argument
46
inline bool ValidateBToken(std::string_view token, size_t
shift
)
in ValidateBToken()
argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H
A
D
ir_build_intrinsics_ets.cpp
46
auto
shift
=
in BuildIsFiniteIntrinsic()
local
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
leb128.h
45
size_t
shift
= i * PAYLOAD_WIDTH;
in DecodeUnsigned()
local
[all...]
H
A
D
bit_utils.h
176
uint64_t
shift
= index << OFFSET_BYTE;
in GetByteFrom()
local
H
A
D
murmur3_hash.h
75
static uint32_t Rotl(uint32_t word, uint8_t
shift
)
in Rotl()
argument
H
A
D
cframe_layout.h
195
size_t
shift
= Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1
in GetSpillOffset()
local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
leb128.h
45
size_t
shift
= i * PAYLOAD_WIDTH;
in DecodeUnsigned()
local
[all...]
H
A
D
bit_utils.h
178
uint64_t
shift
= index << OFFSET_BYTE;
in GetByteFrom()
local
H
A
D
murmur3_hash.h
72
static uint32_t Rotl(uint32_t word, uint8_t
shift
)
in Rotl()
argument
H
A
D
cframe_layout.h
192
size_t
shift
= Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1
in GetSpillOffset()
local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
math_helpers.h
33
size_t
shift
= static_cast<UnsignedType>(y) & mask;
in operator ()()
local
44
size_t
shift
= static_cast<UnsignedType>(y) & mask;
in operator ()()
local
55
size_t
shift
= static_cast<UnsignedType>(y) & mask;
in operator ()()
local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
arithmetic.h
200
auto
shift
= unsignedRightValue & mask;
in HandleBitWiseArithmetic()
local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H
A
D
litecg_stackmap_type.cpp
21
uint64_t
shift
= 0;
in DecodeSLEB128()
local
/arkcompiler/runtime_core/libpandafile/
H
A
D
proto_data_accessor-inl.h
45
size_t
shift
= (elem_num_ % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH;
in EnumerateTypes()
local
81
size_t
shift
= (shorty_idx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH;
in IsEqual()
local
H
A
D
data_protect.h
176
uint8_t
shift
= (SHIFT8 * (empty_count - 1));
in Append()
local
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
proto_data_accessor-inl.h
46
size_t
shift
= (elemNum_ % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH;
in EnumerateTypes()
local
83
size_t
shift
= (shortyIdx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH;
in IsEqual()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_itable_builder.cpp
72
size_t
shift
= superItableSize;
in LinearizeITable()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_obj_emitter.cpp
454
uint32
shift
= exendOpnd.GetShiftAmount();
in GetOpndMachineValue()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/stackmap/
H
A
D
ark_stackmap_parser.cpp
107
size_t
shift
= Deoptimizier::ComputeShift(MAX_METHOD_OFFSET_NUM);
in GetMethodOffsetInfo()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
encode.h
222
uint8_t
shift
;
member
232
uint8_t
shift
;
member
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
instruction_combine.cpp
1069
uint32_t
shift
= m.Right().ResolvedValue() & 31;
in ReduceWord32Lsr()
local
[all...]
H
A
D
range_analysis.cpp
236
auto
shift
= GetRange(acc_.GetValueIn(gate, 1));
in GetRangeOfShift()
local
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
ic_binary_op.h
302
uint32_t
shift
=
in ShlWithTSType()
local
318
uint32_t
shift
=
in ShrWithTSType()
local
332
uint32_t
shift
=
in AshrWithTSType()
local
Completed in 14 milliseconds
1
2
3