Searched refs:LUAC_HEADERSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.h26 #define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char)) macro
H A Dlundump.c185 #define N0 LUAC_HEADERSIZE
192 lu_byte h[LUAC_HEADERSIZE];
193 lu_byte s[LUAC_HEADERSIZE];
196 LoadBlock(S,s+sizeof(char),LUAC_HEADERSIZE-sizeof(char));
242 * and LUAC_HEADERSIZE in lundump.h
H A Dldump.c154 lu_byte h[LUAC_HEADERSIZE];
156 DumpBlock(h,LUAC_HEADERSIZE,D);

Completed in 60 milliseconds