Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/test/unittest/common/inc/
H A Dasset_test_common.h29 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_result_test.cpp27 constexpr int ARRAY_SIZE = 1030; variable
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.h30 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_types.h72 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddrawbitmaprect.cpp110 const size_t ARRAY_SIZE = sizeof(arrayRect) / sizeof(arrayRect[0]); in OnTestFunction() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_defines.h20 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h43 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a[0]))) macro
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h34 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp24 const uint16_t ARRAY_SIZE = 5; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.cpp31 constexpr uint32_t ARRAY_SIZE = 2; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h28 const static int ARRAY_SIZE = 3; variable
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h82 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp41 const size_t ARRAY_SIZE = 1; variable
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c41 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp66 static const int ARRAY_SIZE = 100; variable
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h33 inline constexpr size_t ARRAY_SIZE = 1024; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp44 constexpr int32_t ARRAY_SIZE = 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp97 constexpr int32_t ARRAY_SIZE = 3; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp107 constexpr uint32_t ARRAY_SIZE = 3; variable