Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp35 uint16_t u16; in TEST() local
177 uint16_t u16 = random_gen(), u16_z = 0, u16_min = std::numeric_limits<uint16_t>::min(), in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp250 static uint16_t ChangeEndian16(uint16_t u16) in ChangeEndian16()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp198 uint16_t u16 = g_randomGen(), u16Z = 0U, u16Min = std::numeric_limits<uint16_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h489 IrConstructor &u16() // NOLINT(readability-identifier-naming) in u16() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h605 IrConstructor &u16() // NOLINT(readability-identifier-naming) in u16() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1855 uint16_t u16 = 400; variable