Home
last modified time | relevance | path

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

12

/dports/devel/love/love-11.3/src/libraries/lua53/
H A Dlstrlib.c344 *ntoalign = 0; in getdetails()
405 int size, ntoalign; in lua53_str_pack() local
406 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in lua53_str_pack()
407 totalsize += ntoalign + size; in lua53_str_pack()
408 while (ntoalign-- > 0) in lua53_str_pack()
486 int size, ntoalign; in lua53_str_packsize() local
488 size += ntoalign; /* total space used by option */ in lua53_str_packsize()
546 int size, ntoalign; in lua53_str_unpack() local
547 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in lua53_str_unpack()
548 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in lua53_str_unpack()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlstrlib.c1126 *ntoalign = 0; in getdetails()
1189 int size, ntoalign; in str_pack() local
1190 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1191 totalsize += ntoalign + size; in str_pack()
1192 while (ntoalign-- > 0) in str_pack()
1269 int size, ntoalign; in str_packsize() local
1271 size += ntoalign; /* total space used by option */ in str_packsize()
1332 int size, ntoalign; in str_unpack() local
1333 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1334 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlstrlib.c1126 *ntoalign = 0; in getdetails()
1189 int size, ntoalign; in str_pack() local
1190 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1191 totalsize += ntoalign + size; in str_pack()
1192 while (ntoalign-- > 0) in str_pack()
1269 int size, ntoalign; in str_packsize() local
1271 size += ntoalign; /* total space used by option */ in str_packsize()
1332 int size, ntoalign; in str_unpack() local
1333 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1334 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/devel/genie/GENie-a503d6e/src/host/lua-5.3.0/src/
H A Dlstrlib.c1126 *ntoalign = 0; in getdetails()
1189 int size, ntoalign; in str_pack() local
1190 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1191 totalsize += ntoalign + size; in str_pack()
1192 while (ntoalign-- > 0) in str_pack()
1269 int size, ntoalign; in str_packsize() local
1271 size += ntoalign; /* total space used by option */ in str_packsize()
1332 int size, ntoalign; in str_unpack() local
1333 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1334 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlstrlib.c1126 *ntoalign = 0; in getdetails()
1189 int size, ntoalign; in str_pack() local
1190 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1191 totalsize += ntoalign + size; in str_pack()
1192 while (ntoalign-- > 0) in str_pack()
1269 int size, ntoalign; in str_packsize() local
1271 size += ntoalign; /* total space used by option */ in str_packsize()
1332 int size, ntoalign; in str_unpack() local
1333 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1334 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/lua/src/
H A Dlstrlib.c1275 *ntoalign = 0; in getdetails()
1338 int size, ntoalign; in str_pack() local
1339 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1340 totalsize += ntoalign + size; in str_pack()
1341 while (ntoalign-- > 0) in str_pack()
1421 int size, ntoalign; in str_packsize() local
1423 size += ntoalign; /* total space used by option */ in str_packsize()
1484 int size, ntoalign; in str_unpack() local
1485 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1486 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/lua/
H A Dlstrlib.c1275 *ntoalign = 0; in getdetails()
1338 int size, ntoalign; in str_pack() local
1339 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1340 totalsize += ntoalign + size; in str_pack()
1341 while (ntoalign-- > 0) in str_pack()
1421 int size, ntoalign; in str_packsize() local
1423 size += ntoalign; /* total space used by option */ in str_packsize()
1484 int size, ntoalign; in str_unpack() local
1485 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1486 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/golly/golly-3.3-src/lua/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/security/nmap/nmap-7.91/liblua/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/devel/luv/luv-1.41.0-0/deps/lua-compat-5.3/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/devel/lua-cqueues/cqueues-rel-20200726/vendor/compat53/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/lua/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/x11-toolkits/scintilla/scite/lua/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/freeciv/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/lang/lua53/lua-5.3.6/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dlstrlib.c1210 *ntoalign = 0; in getdetails()
1273 int size, ntoalign; in str_pack() local
1274 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1275 totalsize += ntoalign + size; in str_pack()
1276 while (ntoalign-- > 0) in str_pack()
1353 int size, ntoalign; in str_packsize() local
1355 size += ntoalign; /* total space used by option */ in str_packsize()
1416 int size, ntoalign; in str_unpack() local
1417 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1418 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dlstrlib.c1210 *ntoalign = 0; in getdetails()
1273 int size, ntoalign; in str_pack() local
1274 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1275 totalsize += ntoalign + size; in str_pack()
1276 while (ntoalign-- > 0) in str_pack()
1353 int size, ntoalign; in str_packsize() local
1355 size += ntoalign; /* total space used by option */ in str_packsize()
1416 int size, ntoalign; in str_unpack() local
1417 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1418 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lua/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Lua/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]
/dports/editors/textadept/lua-5.3.5/src/
H A Dlstrlib.c1277 *ntoalign = 0; in getdetails()
1340 int size, ntoalign; in str_pack() local
1341 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign); in str_pack()
1342 totalsize += ntoalign + size; in str_pack()
1343 while (ntoalign-- > 0) in str_pack()
1423 int size, ntoalign; in str_packsize() local
1425 size += ntoalign; /* total space used by option */ in str_packsize()
1486 int size, ntoalign; in str_unpack() local
1487 KOption opt = getdetails(&h, pos, &fmt, &size, &ntoalign); in str_unpack()
1488 if ((size_t)ntoalign + size > ~pos || pos + ntoalign + size > ld) in str_unpack()
[all …]

12