HomeSort by: relevance | last modified time | path
    Searched refs:LUAI_MAXALIGN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
luaconf.h 785 @@ LUAI_MAXALIGN defines fields that, when used in a union, ensure
789 #define LUAI_MAXALIGN lua_Number n; double u; void *s; lua_Integer i; long l
791 #define LUAI_MAXALIGN lua_Number n; void *s; lua_Integer i; long l
lobject.h 465 LUAI_MAXALIGN; /* ensures maximum alignment for udata bytes */
497 union {LUAI_MAXALIGN;} bindata;
lauxlib.h 212 LUAI_MAXALIGN; /* ensure maximum alignment for buffer */
lstrlib.c 1508 struct cD { char c; union { LUAI_MAXALIGN; } u; };

Completed in 29 milliseconds