Searched refs:rawdcfcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/parseutil/
H A Dtestdcf.c134 static struct rawdcfcode struct
137 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
188 first = rawdcfcode[idx].offset;
190 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)
H A Ddcfd.c305 static struct rawdcfcode struct
308 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
315 * symbolic names for the fields of DCF77 describes in "rawdcfcode".
340 * parity field table (same encoding as rawdcfcode)
383 * idx holds the index to the field description in rawdcfcode
394 first = rawdcfcode[idx].offset;
396 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dclk_rawdcf.c140 static struct rawdcfcode struct
143 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
195 first = rawdcfcode[idx].offset;
197 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)

Completed in 116 milliseconds