Home
last modified time | relevance | path

Searched defs:NUMELEMS (Results 1 – 10 of 10) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_rounding.c24 #define NUMELEMS(x) (sizeof((x)) / sizeof((x)[0])) macro
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dspice.h157 #define NUMELEMS(ARRAY) (sizeof(ARRAY)/sizeof(*ARRAY)) macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/
H A DMessageListParser.cpp32 #define NUMELEMS(x) (sizeof(x)/sizeof(x[0])) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxOsalTypes.h96 #define NUMELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/dports/graphics/pfstools/pfstools-2.1.0/src/filter/
H A Dpfscolortransform.cpp41 #define NUMELEMS(x) (sizeof(x)/sizeof(*(x))) macro