Searched refs:gettoalign (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 135 static int gettoalign (size_t len, Header *h, int opt, size_t size) { in gettoalign() function 218 int toalign = gettoalign(totalsize, &h, opt, size); in b_pack() 305 pos += gettoalign(pos, &h, opt, size); in b_unpack() 372 pos += gettoalign(pos, &h, opt, size); in b_size()
|