Home
last modified time | relevance | path

Searched defs:BYTE (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsPrimitiveType.h22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h33 BYTE = 0x4U, enumerator
60 BYTE = 'B', enumerator
Dets_type.h38 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.h27 BYTE = helpers::ToUnderlying(ClassRoot::I8), enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h108 constexpr uint32_t BYTE = 8U; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash.h106 constexpr uint32_t BYTE = 8U; variable
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h46 BYTE, enumerator
DtypeFlag.h63 BYTE = 1ULL << 35ULL, // x: byte enumerator