HomeSort by relevance Sort by last modified time
    Searched defs:f_call (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 915 struct CallS { /* data to `f_call' */
921 static void f_call (lua_State *L, void *ud) { function
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
  /external/syslinux/com32/lua/src/
lapi.c 915 struct CallS { /* data to `f_call' */
921 static void f_call (lua_State *L, void *ud) { function
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
  /toolchain/binutils/binutils-2.27/opcodes/
lm32-opc.h 88 long f_call; member in struct:cgen_fields

Completed in 102 milliseconds