Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h46 #if !defined(LUAI_USER_ALIGNMENT_T)
47 #define LUAI_USER_ALIGNMENT_T union { double u; void *s; long l; } macro
50 typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h47 typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;
H A Dluaconf.h595 #define LUAI_USER_ALIGNMENT_T union { double u; void *s; long l; } macro