Home
last modified time | relevance | path

Searched refs:nextsz (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/security/clamav/clamav-0.104.2/libclamav/nsis/
H A Dnulsft.c474 int32_t nextsz; in nsis_headers() local
476 nextsz = cli_readint32(buf); in nsis_headers()
479 if (nextsz & 0x80000000) { in nsis_headers()
480 nextsz &= ~0x80000000; in nsis_headers()
483 nextsz -= 4; in nsis_headers()
487 if ((pos += 4 + nextsz) > n->asz) { in nsis_headers()
492 buf += nextsz; in nsis_headers()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/nsis/
H A Dnulsft.c474 int32_t nextsz; in nsis_headers() local
476 nextsz = cli_readint32(buf); in nsis_headers()
479 if (nextsz & 0x80000000) { in nsis_headers()
480 nextsz &= ~0x80000000; in nsis_headers()
483 nextsz -= 4; in nsis_headers()
487 if ((pos += 4 + nextsz) > n->asz) { in nsis_headers()
492 buf += nextsz; in nsis_headers()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c1519 INTERNAL_SIZE_T nextsz; /* its size */ local
1549 nextsz = chunksize(next);
1553 sz += nextsz;
1570 set_head(next, nextsz); /* clear inuse bit */
1586 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1588 sz += nextsz;
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Ddlmalloc.c1519 INTERNAL_SIZE_T nextsz; /* its size */ local
1549 nextsz = chunksize(next);
1553 sz += nextsz;
1570 set_head(next, nextsz); /* clear inuse bit */
1586 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1588 sz += nextsz;
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c1519 INTERNAL_SIZE_T nextsz; /* its size */ local
1549 nextsz = chunksize(next);
1553 sz += nextsz;
1570 set_head(next, nextsz); /* clear inuse bit */
1586 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1588 sz += nextsz;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/
H A Ddlmalloc.c1519 INTERNAL_SIZE_T nextsz; /* its size */ local
1549 nextsz = chunksize(next);
1553 sz += nextsz;
1570 set_head(next, nextsz); /* clear inuse bit */
1586 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1588 sz += nextsz;
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/common/
H A Ddlmalloc.c1566 INTERNAL_SIZE_T nextsz; /* its size */ local
1596 nextsz = chunksize(next);
1600 sz += nextsz;
1617 set_head(next, nextsz); /* clear inuse bit */
1633 if (!(inuse_bit_at_offset(next, nextsz))) /* consolidate forward */
1635 sz += nextsz;

1234567