Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dutils.h23 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-diag.c18 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
A Dxen-hptool.c9 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
A Dxen-cpuid.c9 #define ARRAY_SIZE(a) (sizeof a / sizeof *a) macro
A Dxen-mfndump.c11 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
A Dxen-livepatch.c48 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
A Dxenpm.c34 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-disktype.c36 #define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a)) macro
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dx86-emulate.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h57 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]) + __must_be_array(x)) macro
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A Dxen-access.c64 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/xen-4.10.0-shim-comet/tools/xentrace/
A Danalyze.h6 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A Dxs-test.c34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.h78 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h65 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_internal.h130 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro

Completed in 34 milliseconds