Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h403 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c53 int l = lua_number2str(s, n); in luaV_tostring()