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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c60 unsigned int coarse; member in struct:ntptime
144 data[10] = htonl(now.tv_sec + JAN_1970); /* Transmit Timestamp coarse */
171 udp_arrival_ntp.coarse = udp_arrival.tv_sec + JAN_1970;
191 a = stop->coarse - start->coarse;
225 reftime.coarse = Data(4);
227 orgtime.coarse = Data(6);
229 rectime.coarse = Data(8);
231 xmttime.coarse = Data(10);
243 if (orgtime.coarse !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c60 unsigned int coarse; member in struct:ntptime
140 data[10] = htonl(now.tv_sec + JAN_1970); /* Transmit Timestamp coarse */
160 udp_arrival_ntp.coarse = udp_arrival.tv_sec + JAN_1970;
180 a = stop->coarse - start->coarse;
212 reftime.coarse = Data(4);
214 orgtime.coarse = Data(6);
216 rectime.coarse = Data(8);
218 xmttime.coarse = Data(10);
225 tv_set.tv_sec = xmttime.coarse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_vv6410.c364 unsigned int fine, coarse; local
371 coarse = min(512, val / VV6410_CIF_LINELENGTH);
373 PDEBUG(D_V4L2, "Set coarse exposure to %d, fine expsure to %d",
374 coarse, fine);
384 err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8);
388 err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dscreen.mak1 # FIXME dropped frames in this test because of coarse timebase
H A Dvideo.mak207 # FIXME dropped frames in this test because of coarse timebase
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c200 u16 fused, fine, coarse; local
213 coarse =
216 if (coarse >
218 coarse -=
221 } else if (coarse ==
228 (coarse &

Completed in 130 milliseconds