Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h107 constexpr uint32_t BYTE = 8U; variable
111 word32 |= static_cast<uint32_t>(str[1]) << BYTE;
113 word32 |= static_cast<uint32_t>(str[2U]) << (BYTE * 2U);
115 word32 |= static_cast<uint32_t>(str[3U]) << (BYTE * 3U);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js74857 return e.BYTE;
74863 return e.BYTE;
74887 return e.BYTE;
74893 return e.BYTE;
74918 return e.BYTE;
74924 return e.BYTE;
74950 return e.BYTE;
74956 return e.BYTE;
75013 return e.BYTE;
75019 return e.BYTE;
[all …]