Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance

/base/security/asset/test/unittest/kits_ndk/inc/
Dasset_test_common.h28 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
/base/security/asset/services/crypto_manager/src/
Dhuks_wrapper.h30 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
/base/telephony/core_service/frameworks/js/sim/include/
Dnapi_sim.h29 constexpr size_t ARRAY_SIZE = 255; variable
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_state_registry.cpp36 constexpr int32_t ARRAY_SIZE = 255; variable
/base/update/sys_installer_lite/frameworks/source/updater/
Dhota_updater.c41 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp66 static const int ARRAY_SIZE = 100; variable