Searched refs:upd (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dexternal.h12 void (*upd)(struct nf_conntrack *ct); member in struct:external_handler::__anon846
23 void (*upd)(struct nf_expect *exp); member in struct:external_handler::__anon847
H A Dinternal.h24 void (*upd)(struct nf_conntrack *ct, int origin_type); member in struct:internal_handler::__anon849
41 void (*upd)(struct nf_expect *exp, int origin_type); member in struct:internal_handler::__anon850
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A DMakefile3 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o scan.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpaintevt.tex72 wxRegionIterator upd(GetUpdateRegion()); // get the update rect list
74 while (upd)
76 vX = upd.GetX();
77 vY = upd.GetY();
78 vW = upd.GetW();
79 vH = upd.GetH();
82 // wxRect rect(upd.GetRect());
87 upd ++ ;
H A Dwindow.tex2141 %% wxRegionIterator upd(GetUpdateRegion()); // get the update rect list
2143 %% while (upd)
2145 %% vX = upd.GetX();
2146 %% vY = upd.GetY();
2147 %% vW = upd.GetW();
2148 %% vH = upd.GetH();
2152 %% // upd.GetRect(&rect);
2157 %% upd ++ ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample_init.c33 const void *src, int sz, int upd); \
35 const void *src, int sz, int upd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dinternal_bypass.c75 uint32_t upd; member in struct:__anon879
89 internal_bypass_stats.upd,
136 internal_bypass_stats.upd++;
207 uint32_t upd; member in struct:__anon880
221 exp_internal_bypass_stats.upd,
268 exp_internal_bypass_stats.upd++;
298 .upd = internal_bypass_ct_event_upd,
310 .upd = internal_bypass_exp_event_upd,
H A Dexternal_cache.c192 .upd = external_cache_ct_upd,
202 .upd = external_cache_exp_upd,
H A Dexternal_inject.c266 .upd = external_inject_ct_upd,
276 .upd = external_inject_exp_new,
H A Dstats-mode.c197 .upd = stats_event_upd,
H A Dinternal_cache.c380 .upd = internal_cache_ct_event_upd,
392 .upd = internal_cache_exp_event_upd,
H A Dctnl.c195 STATE(mode)->internal->ct.upd(ct, origin_type);
239 STATE(mode)->internal->exp.upd(exp, origin_type);
H A Dsync-mode.c126 STATE_SYNC(external)->ct.upd(ct);
144 STATE_SYNC(external)->exp.upd(exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/erase/
H A Derase.cpp257 wxRegionIterator upd( GetUpdateRegion() );
258 while (upd)
260 wxLogDebug( _T("Paint: %d %d %d %d"), upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
261 upd ++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dwindow.cpp1211 wxRegionIterator upd( m_clearRegion );
1212 while (upd)
1215 upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
1216 upd ++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwindow.cpp3581 wxRegionIterator upd( m_updateRegion );
3582 while (upd)
3585 rect.x = upd.GetX();
3586 rect.y = upd.GetY();
3587 rect.width = upd.GetWidth();
3588 rect.height = upd.GetHeight();
3599 ++upd;
3625 wxRegionIterator upd( m_clearRegion );
3626 while (upd)
3629 upd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp394 wxRegionIterator upd( GetUpdateRegion() );
396 while (upd)
398 int update_x = upd.GetX() + view_x;
399 int update_width = upd.GetWidth();
437 upd ++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp941 for (wxRegionIterator upd(GetUpdateRegion()); upd; ++upd) {
942 wxRect updRect = upd.GetRect();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c715 int lowa, upb, lowc, upd; local
726 upd = MIN(len[1], context_vec_ptr->d + context);
731 uni_range(lowc, upd);
764 fetch(ixnew, d + 1, upd, f2, ' ');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dwindow.cpp3805 wxRegionIterator upd( m_nativeUpdateRegion );
3806 while (upd)
3809 rect.x = upd.GetX();
3810 rect.y = upd.GetY();
3811 rect.width = upd.GetWidth();
3812 rect.height = upd.GetHeight();
3817 ++upd;
3833 wxRegionIterator upd( m_nativeUpdateRegion );
3834 while (upd)
3837 rect.x = upd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Dupdownclient.h847 #define MAKE_CLIENT_VERSION(mjr, min, upd) \
848 ((uint32)(mjr)*100U*10U*100U + (uint32)(min)*100U*10U + (uint32)(upd)*100U)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp155 wxRegionIterator upd(GetUpdateRegion()); // get the update rect list
157 while (upd)
159 wxRect rect(upd.GetRect());
162 upd++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw.h2295 uint32_t upd:1; member in struct:__anon14658
2304 uint32_t upd:1;
H A Dlpfc_mbox.c826 mb->un.varRegVpi.upd = 1;
H A Dlpfc_els.c6132 " upd bit: x%x \n", mb->mbxStatus,
6133 mb->un.varRegVpi.upd);
6135 mb->un.varRegVpi.upd)

Completed in 402 milliseconds

12