maxwords          825 src/dps8/dps8_mgp.c pkt8_to_word36(u_char *pkt8, int pktlen, word36 *buf, uint maxwords)
maxwords          828 src/dps8/dps8_mgp.c   (void)memset(buf, 0, maxwords * sizeof(word36));
maxwords          830 src/dps8/dps8_mgp.c   for (j = 0; j < (uint)pktlen && j / 4 < maxwords; j++)
maxwords          706 src/dps8/dps8_net.c pkt8_to_word36(u_char *pkt8, int pktlen, word36 *buf, uint maxwords)
maxwords          709 src/dps8/dps8_net.c   (void)memset(buf, 0, maxwords * sizeof(word36));
maxwords          717 src/dps8/dps8_net.c       if (word_idx >= maxwords)
maxwords          729 src/dps8/dps8_net.c           if (word_idx + 1u < maxwords)