Searched defs:BYTE (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsPrimitiveType.h | 22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi.h | 33 BYTE = 0x4U, enumerator 60 BYTE = 'B', enumerator
|
| D | ets_type.h | 38 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_class_root.h | 27 BYTE = helpers::ToUnderlying(ClassRoot::I8), enumerator
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 108 constexpr uint32_t BYTE = 8U; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | hash.h | 106 constexpr uint32_t BYTE = 8U; variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.h | 46 BYTE, enumerator
|
| D | typeFlag.h | 63 BYTE = 1ULL << 35ULL, // x: byte enumerator
|