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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 399 @@ lua_number2str converts a number to a string.
404 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
lvm.c 53 int l = lua_number2str(s, n);

Completed in 432 milliseconds