Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dluaconf.h343 #define LUA_INT32 int macro
348 #define LUA_INT32 long macro
524 #define LUA_UNSIGNED unsigned LUA_INT32
Dllimits.h18 typedef unsigned LUA_INT32 lu_int32;
216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; };