Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h37 size_t leftShift = sizeof(R) * BYTE_WIDTH - width; in ReadHelper() local
45 return static_cast<R>(v << leftShift) >> leftShift; in ReadHelper()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_number.h342 size_t leftShift = 6; in hash_combine() local
344 seed ^= hasher(v) + hasecode + (seed << leftShift) + (seed >> rightShift); in hash_combine()

Completed in 2 milliseconds