Searched refs:maxwords (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrinput.c1193 int bits, maxbits, words, maxwords, i, ret; local
1199 maxwords = QRspec_getDataLength(input->version, input->level);
1200 maxbits = maxwords * 8;
1222 padlen = maxwords - words;
1258 int bits, maxbits, words, maxwords, i, ret, termbits; local
1265 maxwords = maxbits / 8;
1287 if(words == maxwords) termbits += maxbits - words * 8;
1296 padlen = maxwords - words;
1311 termbits = maxbits - maxwords * 8;
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-smb.c486 const u_char *maxwords; local
502 maxwords = SMBMIN(words + 1 + wct * 2, maxbuf);
504 smb_fdata(words + 1, f1, maxwords, unicodestr);
801 const u_char *words, *maxwords, *data; local
850 maxwords = SMBMIN(data, maxbuf);
870 for (i = 0; &words[1 + 2 * i] < maxwords; i++) {

Completed in 88 milliseconds