Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c1504 uint32_t sumlen; in jffs2_1pass_build_lists() local
1525 sumlen = part->sector_size - sm->offset; in jffs2_1pass_build_lists()
1526 sumptr = buf + buf_size - sumlen; in jffs2_1pass_build_lists()
1529 if (sumlen > buf_size) { in jffs2_1pass_build_lists()
1531 sumptr = malloc(sumlen); in jffs2_1pass_build_lists()
1539 memcpy(sumptr + sumlen - buf_len, buf + in jffs2_1pass_build_lists()
1542 if (buf_len < sumlen) { in jffs2_1pass_build_lists()
1547 part->sector_size - sumlen, in jffs2_1pass_build_lists()
1548 sumlen - buf_len, sumptr); in jffs2_1pass_build_lists()
1554 sumlen, pL); in jffs2_1pass_build_lists()
[all …]
/openbmc/u-boot/net/
H A Dnet.c1283 ushort sumlen; in net_process_received_packet() local
1292 sumlen = ntohs(ip->udp_len); in net_process_received_packet()
1295 while (sumlen > 1) { in net_process_received_packet()
1300 sumlen -= 2; in net_process_received_packet()
1302 if (sumlen > 0) { in net_process_received_packet()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch3660 size_t sumlen;