Searched refs:nwords (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_afm.c96 int i, cmp, lo, hi, nwords, nglyphs = 0, nline = 0; local
110 nwords = pdc_split_stringlist(p->pdc, line, AFM_SEPARATORS, &wordlist);
111 if (!nwords) continue;
143 if (nwords == 1) goto PDF_PARSECONTD;
155 if (!strcmp(wordlist[nwords-1], "MM"))
235 if (nwords != 5)
237 for (i = 1; i < nwords; i++)
305 for (i = 2; i < nwords; i++)
311 if (i == nwords)
321 if (i == nwords)
[all...]
/haiku-fatelf/src/tests/kits/net/icmp/
H A Dbig_datagram.cpp35 cksum(u_int16_t* buf, int nwords) argument
38 for (sum = 0; nwords > 0; nwords--)
/haiku-fatelf/src/bin/sharutils/lib/
H A Dmd5.c225 size_t nwords = len / sizeof (md5_uint32); local
226 const md5_uint32 *endp = words + nwords;
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c1051 int nwords, i; local
1060 nwords = -1;
1067 nwords = RkwGetLex(cx_num, dst, maxdst);
1069 for (i = 0; i < nwords; i++) {
1079 return nwords;
H A Dnword.c1141 unsigned long nwords, pos, neg; local
1152 nwords = pos + neg;
1153 if (nwords <= 0)
1156 wptr = (struct compRec *)malloc(sizeof(struct compRec)*nwords);
1174 for (i = 1; i < (int)nwords; i++)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmd5.c313 size_t nwords = len / sizeof (uint32_t); local
314 const uint32_t *endp = words + nwords;
H A Dsha1.c305 size_t nwords = len / sizeof (uint32_t); local
306 const uint32_t *endp = words + nwords;
H A Dsha256.c446 size_t nwords = len / sizeof (uint32_t); local
447 const uint32_t *endp = words + nwords;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmd5.c273 size_t nwords = len / sizeof (md5_uint32); local
274 const md5_uint32 *endp = words + nwords;
/haiku-fatelf/src/bin/network/wget/md5/
H A Dmd5.c303 size_t nwords = len / sizeof (uint32_t); local
304 const uint32_t *endp = words + nwords;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3702 int nwords; local
3713 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) {
3714 CSR_WRITE_2(sc, AN_AUX_DATA, bufp[nwords] & 0xffff);
3717 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) {
3719 ((u_int32_t *)bufp)[nwords] & 0xffff);
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html991 my $nwords = shift;
1001 &$T2H_print_navigation($fh) if ($nwords >= $T2H_WORDS_IN_PAGE)
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html990 my $nwords = shift;
1000 &$T2H_print_navigation($fh) if ($nwords >= $T2H_WORDS_IN_PAGE)

Completed in 124 milliseconds