Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/platform/
Dstring_hash.h36 static constexpr size_t SIZE_2 = 2; variable
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp250 constexpr size_t SIZE_2 = SIZE << 1; variable
324 constexpr size_t SIZE_2 = SIZE << 1; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp270 constexpr size_t SIZE_2 = SIZE << 1U; in TEST_F() local
344 constexpr size_t SIZE_2 = SIZE << 1U; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h522 static constexpr size_t SIZE_2 = SIZE_1 * 3; variable