HomeSort by relevance Sort by last modified time
    Searched defs:LUAI_FUNC (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 164 @@ LUAI_FUNC is a mark for all extern functions that are not to be
179 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern
180 #define LUAI_DDEC LUAI_FUNC
184 #define LUAI_FUNC extern
  /external/skia/third_party/lua/src/
luaconf.h 164 @@ LUAI_FUNC is a mark for all extern functions that are not to be
179 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern
180 #define LUAI_DDEC LUAI_FUNC
184 #define LUAI_FUNC extern
  /external/syslinux/com32/lua/src/
luaconf.h 168 @@ LUAI_FUNC is a mark for all extern functions that are not to be
183 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern
184 #define LUAI_DDEC LUAI_FUNC
188 #define LUAI_FUNC extern

Completed in 621 milliseconds