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

  /external/syslinux/com32/lua/src/
luaconf.h 418 @@ LUA_NUMBER_SCAN is the format for reading numbers.
424 #define LUA_NUMBER_SCAN "%ld"
427 #define LUA_NUMBER_SCAN "%lf"
liolib.c 355 if (fscanf(f, LUA_NUMBER_SCAN, &d) == 1) {
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 396 @@ LUA_NUMBER_SCAN is the format for reading numbers.
401 #define LUA_NUMBER_SCAN "%lf"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 352 if (fscanf(f, LUA_NUMBER_SCAN, &d) == 1) {

Completed in 57 milliseconds