Searched refs:toalign (Results 1 – 1 of 1) sorted by relevance
218 int toalign = gettoalign(totalsize, &h, opt, size); in b_pack() local219 totalsize += toalign; in b_pack()220 while (toalign-- > 0) luaL_addchar(&b, '\0'); in b_pack()