Home
last modified time | relevance | path

Searched refs:ntoalign (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c1493 *ntoalign = 0; in getdetails()
1554 int size, ntoalign; in str_pack() local
1555 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1556 totalsize += ntoalign + size; in str_pack()
1557 while (ntoalign-- > 0) in str_pack()
1649 int size, ntoalign; in str_packsize() local
1653 size += ntoalign; /* total space used by option */ in str_packsize()
1707 int size, ntoalign; in str_unpack() local
1708 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1709 luaL_argcheck(L, (size_t)ntoalign + size <= ld - pos, 2, in str_unpack()
[all …]

Completed in 8 milliseconds