Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uvoice/internal/
A Duvoice_os.h20 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c635 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h226 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dsdif.h51 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_ams_tcs3400.c75 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
A Ddrv_als_ps_ams_tmd2725.c172 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h508 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h285 #define ARRAY_SIZE(array) \ macro
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c269 #define ARRAY_SIZE(a) ((sizeof a)/(sizeof a[0])) macro
A Dpngvalid.c186 #define ARRAY_SIZE(a) ((unsigned int)((sizeof (a))/(sizeof (a)[0]))) macro
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h56 #define ARRAY_SIZE(array) \ macro

Completed in 49 milliseconds