HomeSort by: relevance | last modified time | path
    Searched defs:rawdcfcode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c 142 static struct rawdcfcode struct
145 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
197 first = rawdcfcode[idx].offset;
199 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)
  /src/external/bsd/ntp/dist/parseutil/
testdcf.c 136 static struct rawdcfcode struct
139 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
190 first = rawdcfcode[idx].offset;
192 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)
dcfd.c 307 static struct rawdcfcode struct
310 } rawdcfcode[] = variable in typeref:struct:rawdcfcode
317 * symbolic names for the fields of DCF77 describes in "rawdcfcode".
342 * parity field table (same encoding as rawdcfcode)
385 * idx holds the index to the field description in rawdcfcode
396 first = rawdcfcode[idx].offset;
398 for (i = rawdcfcode[idx+1].offset - 1; i >= first; i--)

Completed in 56 milliseconds