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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 398 @@ lua_number2str converts a number to a string.
403 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
  /external/syslinux/com32/lua/src/
luaconf.h 420 @@ lua_number2str converts a number to a string.
430 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
lvm.c 76 int l = lua_number2str(s, n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 53 int l = lua_number2str(s, n);

Completed in 67 milliseconds