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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Denumeration.c472 unsigned int shift_ct; local
484 shift_ct = findName(p, pOpts, pOD, paz_names, name_ct);
485 if (shift_ct >= name_ct) {
489 bit = 1UL << shift_ct;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Denumeration.c482 size_t shift_ct; local
494 shift_ct = find_name(p, pOpts, pOD, paz_names, name_ct);
495 if (shift_ct >= name_ct) {
499 bit = 1UL << shift_ct;

Completed in 103 milliseconds