Home
last modified time | relevance | path

Searched refs:LUAI_USER_ALIGNMENT_T (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dllimits.h45 #if !defined(LUAI_USER_ALIGNMENT_T)
46 #define LUAI_USER_ALIGNMENT_T union { double u; void *s; long l; } macro
49 typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;
/freebsd-14.2/contrib/lua/src/
H A Dltests.h124 #undef LUAI_USER_ALIGNMENT_T
125 #define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } macro