OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUAC_TAIL
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.h
23
#define
LUAC_TAIL
"\x19\x93\r\n\x1a\n"
26
#define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(
LUAC_TAIL
)-sizeof(char))
lundump.c
257
memcpy(h,
LUAC_TAIL
,sizeof(
LUAC_TAIL
)-sizeof(char));
Completed in 289 milliseconds