Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.cpp31 auto fn_rounddown = [](BitmapWordType val) -> BitmapWordType { in ClearBitsInRange() local
/arkcompiler/runtime_core/runtime/tests/
Dbitmap_test_base.h52 size_t fn_rounddown(size_t val, size_t alignment) in fn_rounddown() function