Searched refs:tolerance (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drgncmn.cpp82 int tolerance)
86 hiR = (unsigned char)wxMin(0xFF, loR + tolerance);
87 hiG = (unsigned char)wxMin(0xFF, loG + tolerance);
88 hiB = (unsigned char)wxMin(0xFF, loB + tolerance);
149 int tolerance)
156 tolerance);
77 DoRegionUnion(wxRegionBase& region, const wxImage& image, unsigned char loR, unsigned char loG, unsigned char loB, int tolerance) argument
147 Union(const wxBitmap& bmp, const wxColour& transColour, int tolerance) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dregion.h40 const wxColour& transColour, int tolerance = 0)
42 { Union(bmp, transColour, tolerance); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.h52 unsigned int tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h31 const wxColour& transColour, int tolerance = 0)
33 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress.h113 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \
114 tt_int_op(abs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h45 const wxColour& transColour, int tolerance = 0)
47 Union(bmp, transColour, tolerance);
115 // along with an optional tolerance value.
119 const wxColour& transColour, int tolerance = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h49 const wxColour& transColour, int tolerance = 0)
51 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h26 const wxColour& transColour, int tolerance = 0)
28 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h47 const wxColour& transColour, int tolerance = 0)
49 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h32 const wxColour& transColour, int tolerance = 0)
34 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h30 const wxColour& transColour, int tolerance = 0)
32 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h37 const wxColour& transColour, int tolerance = 0)
39 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h31 const wxColour& transColour, int tolerance = 0)
33 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbearer.h56 * @tolerance: default time (in ms) before declaring link failure
73 u32 tolerance; member in struct:media
H A Dlink.h77 * @tolerance: minimum link continuity loss needed to reset link [in ms]
128 u32 tolerance; member in struct:link
250 u32 tolerance, u32 priority, u32 acked_mtu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h45 const wxColour& transColour, int tolerance = 0)
47 Union(bmp, transColour, tolerance);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c113 " tolerance: %ld\n"
119 txc.precision, txc.tolerance, txc.tick,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtime.c394 unsigned long cycle_freq, tolerance; local
415 tolerance = cycle_freq / 4000;
419 if ((unsigned long)diff > tolerance) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimex.h73 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex
213 * offset and maximum frequency tolerance.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclock.h59 int omap2_dpll_set_rate_tolerance(struct clk *clk, unsigned int tolerance);
H A Dclkt_dpll.c264 * omap2_dpll_set_rate_tolerance: set the error tolerance during rate rounding
266 * @tolerance: maximum rate error tolerance
268 * Set the maximum DPLL rate error tolerance for the rate rounding
269 * algorithm. The rate tolerance is an attempt to balance DPLL power
272 * rate out of the algorithm). So, increasing the tolerance is likely
277 int omap2_dpll_set_rate_tolerance(struct clk *clk, unsigned int tolerance) argument
282 clk->dpll_data->rate_tolerance = tolerance;
292 * Given a DPLL, a desired target rate, and a rate tolerance, round
294 * Rate tolerance i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dslider.cpp115 const double tolerance = 1.0 / 1024; local
116 return fabs(increment - fabs(x)) < tolerance;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregion.h72 wxRegion(const wxBitmap& bmp, const wxColour& transp, int tolerance = 0);
138 // along with an optional tolerance value.
141 bool Union(const wxBitmap& bmp, const wxColour& transp, int tolerance = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp155 int tolerance = 2; local
158 if (dx <= tolerance && dy <= tolerance)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Dsplittree.h187 // the tolerance.
188 bool SashHitTest(int x, int y, int tolerance = 2);

Completed in 519 milliseconds

123