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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 85 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg) macro
  /external/syslinux/com32/lua/src/
llimits.h 85 #define api_check(l,e,msg) luai_apicheck(l,(e) && msg) macro
  /external/syslinux/core/fs/pxe/
bios.c 264 static __lowmem struct s_PXENV_FILE_API_CHECK api_check; local
267 api_check.Size = sizeof api_check;
268 api_check.Magic = 0x91d447b2;
269 err = pxe_call(PXENV_FILE_API_CHECK, &api_check);
270 if (!err && api_check.Magic == 0xe9c17b20)
271 gpxe_funcs = api_check.APIMask;
  /external/mesa3d/src/mesa/main/
get.c 1162 GLboolean api_check = GL_FALSE; local
    [all...]

Completed in 163 milliseconds