Home
last modified time | relevance | path

Searched refs:llByteMuskOff5 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp46 static constexpr unsigned long long llByteMuskOff5 = llByteMuskOff4 << 8; in ByteSwap() local
47 static constexpr unsigned long long llByteMuskOff6 = llByteMuskOff5 << 8; in ByteSwap()
66 (((x) & llByteMuskOff5) >> move2) | (((x) & llByteMuskOff4) >> move1) | in ByteSwap()

Completed in 2 milliseconds