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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c426 static void bPutDouble (double *, unsigned char *);
1235 bPutDouble (&PPSOffset, &cmd->buf[4]);
1425 bPutDouble( function
1448 void bPutDouble (double a, unsigned char *cmdbuf){*(double*) cmdbuf = a;} function

Completed in 174 milliseconds