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

/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c167 int i, wordc; local
173 wordc = 0;
175 while ((wordv = openpam_readlinev(f, &lineno, &wordc)) != NULL) {
177 if (wordc == 0) {
178 FREEV(wordc, wordv);
186 FREEV(wordc, wordv);
200 FREEV(wordc, wordv);
223 FREEV(wordc, wordv);
276 this->optc = wordc - i;
277 for (i = 0; i < wordc
[all...]
/freebsd-11.0-release/sys/opencrypto/
H A Dgfmult.c175 gfmultword4(uint64_t worda, uint64_t wordb, uint64_t wordc, uint64_t wordd, argument
191 bitsc = wordc % 16;
208 wordc >>= 4;

Completed in 171 milliseconds