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

/freebsd-13-stable/contrib/libedit/
H A Dtokenizer.c90 Char *wstart; /* Beginning of next word */ local
108 if ((tok->flags & TOK_KEEP) || tok->wptr != tok->wstart) {
109 tok->argv[tok->argc++] = tok->wstart;
111 tok->wstart = ++tok->wptr;
149 tok->wstart = tok->wspace;
166 tok->wstart = tok->wspace;
219 co = (int)(tok->wptr - tok->wstart);
421 tok->wstart = (tok->wstart - tok->wspace) + s;
440 co = (int)(tok->wptr - tok->wstart);
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c164 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
234 wstart = bits - 1; /* The top bit of the window */
241 if (BN_is_bit_set(p, wstart) == 0) {
245 if (wstart == 0)
247 wstart--;
251 * We now have wstart on a 'set' bit, we now need to work out how bit
255 j = wstart;
259 if (wstart - i < 0)
261 if (BN_is_bit_set(p, wstart - i)) {
282 wstart
299 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
1280 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]

Completed in 58 milliseconds