Home
last modified time | relevance | path

Searched defs:wordIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts87 const wordIndex = Math.floor(bitIdx / BITWORD_SIZE); constant
98 const wordIndex = Math.floor(bitIdx / BITWORD_SIZE); constant
105 const wordIndex = Math.floor(bitIdx / BITWORD_SIZE); constant
/arkcompiler/ets_runtime/common_components/mutator/tests/
Dsatb_buffer_test.cpp142 size_t wordIndex = offset / (sizeof(uintptr_t) * 8); in ClearMarkBit() local