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:BYTE_WIDTH
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H
A
D
instruction.h
85
constexpr size_t
BYTE_WIDTH
= 8;
in ReadHelper()
local
87
size_t right_shift = offset %
BYTE_WIDTH
;
in ReadHelper()
91
S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i *
BYTE_WIDTH
);
in ReadHelper()
96
size_t left_shift = sizeof(R) *
BYTE_WIDTH
- width;
in ReadHelper()
110
constexpr size_t
BYTE_WIDTH
= 8;
in Read()
local
111
constexpr size_t BYTE_OFFSET = offset /
BYTE_WIDTH
;
in Read()
112
constexpr size_t BYTE_OFFSET_END = (offset + width +
BYTE_WIDTH
- 1) /
BYTE_WIDTH
;
in Read()
115
using storage_type = helpers::TypeHelperT<BYTE_COUNT *
BYTE_WIDTH
, false>;
in Read()
125
constexpr size_t
BYTE_WIDTH
in Read64()
local
[all...]
/arkcompiler/runtime_core/libpandafile/
H
A
D
bytecode_instruction-inl.h
28
constexpr size_t
BYTE_WIDTH
= 8;
in ReadHelper()
local
30
size_t right_shift = offset %
BYTE_WIDTH
;
in ReadHelper()
34
S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i *
BYTE_WIDTH
);
in ReadHelper()
39
size_t left_shift = sizeof(R) *
BYTE_WIDTH
- width;
in ReadHelper()
54
constexpr size_t
BYTE_WIDTH
= 8;
in Read()
local
55
constexpr size_t BYTE_OFFSET = offset /
BYTE_WIDTH
;
in Read()
56
constexpr size_t BYTE_OFFSET_END = (offset + width +
BYTE_WIDTH
- 1) /
BYTE_WIDTH
;
in Read()
59
using storage_type = helpers::TypeHelperT<BYTE_COUNT *
BYTE_WIDTH
, false>;
in Read()
70
constexpr size_t
BYTE_WIDTH
in Read64()
local
[all...]
H
A
D
helpers.h
65
constexpr size_t
BYTE_WIDTH
= std::numeric_limits<uint8_t>::digits;
in Read()
local
66
constexpr size_t BITWIDTH =
BYTE_WIDTH
* width;
in Read()
73
unsigned_type tmp = static_cast<unsigned_type>((*sp)[i]) << (i *
BYTE_WIDTH
);
in Read()
H
A
D
file_writer.h
64
static constexpr size_t
BYTE_WIDTH
= std::numeric_limits<uint8_t>::digits;
in Write()
local
72
data >>=
BYTE_WIDTH
;
in Write()
local
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
bytecode_instruction-inl.h
28
constexpr size_t
BYTE_WIDTH
= 8;
in ReadHelper()
local
32
S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i *
BYTE_WIDTH
);
in ReadHelper()
36
v >>= offset %
BYTE_WIDTH
;
in ReadHelper()
local
37
size_t leftShift = sizeof(R) *
BYTE_WIDTH
- width;
in ReadHelper()
52
constexpr size_t
BYTE_WIDTH
= 8;
in Read()
local
53
constexpr size_t BYTE_OFFSET = OFFSET /
BYTE_WIDTH
;
in Read()
54
constexpr size_t BYTE_OFFSET_END = (OFFSET + WIDTH +
BYTE_WIDTH
- 1) /
BYTE_WIDTH
;
in Read()
57
using StorageType = helpers::TypeHelperT<BYTE_COUNT *
BYTE_WIDTH
, false>;
in Read()
68
constexpr size_t
BYTE_WIDTH
in Read64()
local
[all...]
H
A
D
helpers.h
38
constexpr size_t
BYTE_WIDTH
= std::numeric_limits<uint8_t>::digits;
in Read()
local
39
constexpr size_t BITWIDTH =
BYTE_WIDTH
* WIDTH;
in Read()
44
UnsignedType tmp = static_cast<UnsignedType>((*sp)[i]) << (i *
BYTE_WIDTH
);
in Read()
H
A
D
file_writer.h
63
[[maybe_unused]] static constexpr size_t
BYTE_WIDTH
= std::numeric_limits<uint8_t>::digits;
in Write()
local
71
data >>=
BYTE_WIDTH
;
in Write()
local
Completed in 3 milliseconds