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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dccwdev.h24 #define CCW_DEVICE(cu, cum) \
25 .cu_type=(cu), .cu_model=(cum), \
27 | (cum ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0))
29 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \
30 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
32 | ((cum) ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntpclient/
H A Dphaselock.c188 double cum; local
206 cum = 0.0;
209 d_ring[j].s.s.max = d_ring[j].skew - cum + d_ring[j].errorbar;
210 d_ring[j].s.s.min = d_ring[j].skew - cum - d_ring[j].errorbar;
212 cum,d_ring[j].s.s.min,d_ring[j].s.s.max);
219 cum = cum + (d_ring[j].absolute-d_ring[n].absolute) *
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/ntpclient/
H A Dphaselock.c188 double cum; local
206 cum = 0.0;
209 d_ring[j].s.s.max = d_ring[j].skew - cum + d_ring[j].errorbar;
210 d_ring[j].s.s.min = d_ring[j].skew - cum - d_ring[j].errorbar;
212 cum,d_ring[j].s.s.min,d_ring[j].s.s.max);
219 cum = cum + (d_ring[j].absolute-d_ring[n].absolute) *

Completed in 109 milliseconds