Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js152 used: false, property
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist.h44 bool used = !((size_ & USED_BIT_MASK_IN_PLACE) == 0x0); in IsUsed() local