Home
last modified time | relevance | path

Searched defs:word (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h127 uint32_t word = words[i]; in IterateMarkedBits() local
147 uint32_t word = words[i]; in IterateMarkedBitsConst() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h73 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp262 MarkWord word(value.GetTaggedObject()); in IterateHandleWithCheck() local
Ddate_parse.h68 int ReadAlphabet(char *word, int size) in ReadAlphabet()