Searched refs:wend (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c249 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
313 wend = 0; /* The bottom bit of the window */
335 wend = 0;
340 wvalue <<= (i - wend);
342 wend = i;
346 /* wend is the size of the current window */
347 j = wend + 1;
360 wstart -= wend + 1;
377 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
454 wend
938 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c51 char *wbuf = NULL, *wptr = NULL, *wend = NULL; local
66 if (wptr + len + 1 >= wend) {
68 wend = wbuf + WORDBUF_SIZE;
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c394 struct whoent *we = mywd.wd_we, *wend; local
406 wend = &mywd.wd_we[1024 / sizeof(struct whoent)];
408 while ((ut = getutxent()) != NULL && we < wend) {
425 wend = we;
426 for (we = mywd.wd_we; we < wend; we++) {
434 cc = (char *)wend - (char *)&mywd;
/freebsd-9.3-release/usr.bin/grep/
H A Dutil.c305 wint_t wbegin, wend; local
307 wbegin = wend = L' ';
315 "%lc", &wend) != 1)
318 iswword(wend))

Completed in 62 milliseconds