Searched refs:ParityValue (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c611 int ParityValue; local
1497 ParityValue = 0x01;
1499 ParityValue = 0;
1502 ParityValue = 0;
1504 ControlFunctions |= ((ParityValue & 0x01) << 14);
1523 printf("\nCode string: %s, ParityString = %s, ParitySum = 0x%2.2X, ParityValue = %d, DstFlag = %d...\n", code, ParityString, ParitySum, ParityValue, DstFlag);

Completed in 108 milliseconds