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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 96 typedef struct FuncState {
99 struct FuncState *prev; /* enclosing function */
112 } FuncState;
  /external/syslinux/com32/lua/src/
lparser.h 96 typedef struct FuncState {
99 struct FuncState *prev; /* enclosing function */
112 } FuncState;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 155 UINT32 FuncState;
163 FuncState = OhciGetHcControl (Ohc, HC_FUNCTIONAL_STATE);
165 switch (FuncState) {
    [all...]

Completed in 140 milliseconds