HomeSort by relevance Sort by last modified time
    Searched refs:LUAI_USER_ALIGNMENT_T (Results 1 - 2 of 2) sorted by null

  /external/lua/src/
llimits.h 64 #if defined(LUAI_USER_ALIGNMENT_T)
65 typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 49 #if !defined(LUAI_USER_ALIGNMENT_T)
50 #define LUAI_USER_ALIGNMENT_T union { double u; void *s; long l; }
53 typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;

Completed in 69 milliseconds