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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.c 158 int luaO_str2d (const char *s, size_t len, lua_Number *result) {
llex.c 206 #define buff2d(b,e) luaO_str2d(luaZ_buffer(b), luaZ_bufflen(b) - 1, e)
226 ** this function is quite liberal in what it accepts, as 'luaO_str2d'
lobject.h 598 LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result);
lvm.c 38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {

Completed in 1176 milliseconds