Home
last modified time | relevance | path

Searched refs:lasti (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libedit/TEST/
Dfuzz1.c30 size_t lasti = 0; in LLVMFuzzerTestOneInput() local
34 if (i - lasti) { in LLVMFuzzerTestOneInput()
35 char *s = (char *)malloc(i - lasti + 1); in LLVMFuzzerTestOneInput()
36 memcpy(s, &Data[lasti], i - lasti); in LLVMFuzzerTestOneInput()
37 s[i - lasti] = '\0'; in LLVMFuzzerTestOneInput()
55 lasti = i + 1; in LLVMFuzzerTestOneInput()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_lib.c485 size_t i, lasti, j, atop, mask; in bn2binpad() local
513 lasti = atop - 1; in bn2binpad()
526 i += (i - lasti) >> (8 * sizeof(i) - 1); /* stay on last limb */ in bn2binpad()