Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.h125 #define LUAI_USER_ALIGNMENT_T union { char b[sizeof(void*) * 8]; } macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h47 #define LUAI_USER_ALIGNMENT_T union { double u; void *s; long l; } macro