Home
last modified time | relevance | path

Searched defs:Rotl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() function
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1375 GateRef CircuitBuilder::Rotl(GateRef word, uint32_t shift) in Rotl() function in panda::ecmascript::kungfu::CircuitBuilder