Searched refs:gc (Results 151 - 175 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deac3dec.c219 int gc = 2; local
222 if (gc++ == 2) {
231 gc = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c21 #warning (glibc does not cope well with ld --gc-sections).
24 #warning If you still want to do it, remove -Wl,--gc-sections
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dutils.cpp664 int rc, gc, bc, hex = 0; local
666 gc = (maxv - g) * wxMAX_RGB / (maxv - minv);
668 if (r == maxv) { h = bc - gc, hex = 0; }
670 else if (b == maxv) { h = gc - rc, hex = 4; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c499 register int d, gc, i, len, md2; local
516 gc = U(sp[-2]);
546 if (U(tp[-2]) == gc)
565 if (U(tp[-2]) == gc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c507 unsigned int gc; local
509 gc = inl(ALI_REG(codec, ALI_GC_CIR));
510 gc |= ENDLP_IE;
511 gc |= MIDLP_IE;
512 outl( gc, ALI_REG(codec, ALI_GC_CIR));
517 unsigned int gc; local
519 gc = inl(ALI_REG(codec, ALI_GC_CIR));
520 gc &= ~ENDLP_IE;
521 gc &= ~MIDLP_IE;
522 outl(gc, ALI_RE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.h113 const char *log_entry_print (const struct log_entry *e, unsigned int flags, struct gc_arena *gc);
H A Dssl_openssl.c850 struct gc_arena gc = gc_new (); local
855 mode, desc, time (NULL), (ptr_type)bio, len, format_hex (buf, len, 0, &gc));
858 gc_free (&gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java164 System.gc();
185 System.gc();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_policy.c229 .gc = xfrm4_garbage_collect,
284 * dst_entry per socket. The xfrm gc algorithm starts trying to remove
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_policy.c251 .gc = xfrm6_garbage_collect,
302 * We need a good default value for the xfrm6 gc threshold.
H A Droute.c103 .gc = ip6_dst_gc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrtran.c2347 png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
2369 (rc*red + gc*green + bc*blue)>>15];
2388 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2423 png_uint_16 gray16 = (png_uint_16)((rc*red_1 + gc*green_1
2449 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
2473 [(rc*red + gc*green + bc*blue)>>15];
2489 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2522 + gc * green_1 + bc * blue_1)>>15);
2547 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrtran.c2140 png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
2162 (rc*red+gc*green+bc*blue)>>15];
2181 *(dp++) = (png_byte)((rc*red+gc*green+bc*blue)>>15);
2215 png_uint_16 gray16 = (png_uint_16)((rc*red_1 + gc*green_1
2241 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
2265 [(rc*red + gc*green + bc*blue)>>15];
2281 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2313 + gc * green_1 + bc * blue_1)>>15);
2338 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java647 System.gc();
651 System.gc();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dsm501.c892 static inline struct sm501_gpio_chip *to_sm501_gpio(struct gpio_chip *gc) argument
894 return container_of(gc, struct sm501_gpio_chip, gpio);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dwindow.cpp406 GdkGC *gc; local
407 gc = gdk_gc_new( widget->window );
408 gdk_gc_set_foreground( gc, &widget->style->black );
409 gdk_draw_rectangle( widget->window, gc, FALSE, x, y, w-1, h-1 );
410 g_object_unref (gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwindow.cpp387 GdkGC *gc; local
388 gc = gdk_gc_new( widget->window );
389 gdk_gc_set_foreground( gc, &widget->style->black );
390 gdk_draw_rectangle( widget->window, gc, FALSE,
393 gdk_gc_unref( gc );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dflash.c3379 int gc; local
3384 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc);
3386 if ((BAD_BLOCK == blk) && (PASS == gc)) {
3388 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-pcieep-defs.h945 uint32_t gc:1; member in struct:cvmx_pcieep_cfg070::cvmx_pcieep_cfg070_s
H A Dcvmx-pciercx-defs.h932 uint32_t gc:1; member in struct:cvmx_pciercx_cfg070::cvmx_pciercx_cfg070_s
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile577 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dhighcharts.js32 gd=fc+(E!=2&&fc&&Y*h.labels[M?"y":"x"])+r;Pb[E]=Ca(Pb[E],gd+p+Y*Q)},render:bb,setCategories:function(l,p){s.categories=Va=l;t(Z,function(r){r.translate();r.setTooltipPoints(true)});s.isDirty=true;y(p,true)&&m.redraw()},setExtremes:function(l,p,r,o){r=y(r,true);La(s,"setExtremes",{min:l,max:p},function(){pa=l;Na=p;r&&m.redraw(o)})},setScale:Ea,setTickPositions:ga,translate:va,redraw:function(){gc.resetTracker&&gc.resetTracker();bb();t(Nb,function(l){l.render()});t(Z,function(l){l.isDirty=true})},removePlotBand:Ja,
46 w){ga.redraw();w=true}})}if(w){pd();Pc();if(L){Sc(L);L.animate({width:q.plotSizeX,height:q.plotSizeY})}}t(Ba,function(ga){if(ga.isDirty&&ga.visible&&(!ga.isCartesian||ga.xAxis))ga.redraw()});gc&&gc.resetTracker&&gc.resetTracker();La(q,"redraw")}function j(){var m=a.xAxis||{},h=a.yAxis||{},x;m=nc(m);t(m,function(w,O){w.index=O;w.isX=true});h=nc(h);t(h,function(w,O){w.index=O});ab=m.concat(h);q.xAxis=[];q.yAxis=[];ab=jc(ab,function(w){x=new c(q,w);q[x.isXAxis?"xAxis":"yAxis"].push(x);return x});i()}
52 [],function(m){g(m)});q.inverted=Ga=y(Ga,a.chart.inverted);j();q.render=W;q.tracker=gc=new f(q,a.tooltip);W();La(q,"load");b&&b.apply(q,[q]);t(q.callbacks,function(m){m.apply(q,[q])})}}Lc=ya(Lc,Sa.xAxis);hd=ya(hd,Sa.yAxis);Sa.xAxis=Sa.yAxis=null;a=ya(Sa,a);var v=a.chart,I=v.margin;I=Eb(I)?I:[I,I,I,I];var da=y(v.marginTop,I[0]),X=y(v.marginRight,I[1]),U=y(v.marginBottom,I[2]),R=y(v.marginLeft,I[3]),Ha=v.spacingTop,Ya=v.spacingRight,ud=v.spacingBottom,Vc=v.spacingLeft,uc,kc,tc,ba,Ab,rb,V,Pb,jb,Qb,ta,
53 Od,Tc,vc,Xa,Pa,jd,Oc,Wc,vd,wd,Xc,q=this,ae=(I=v.events)&&!!I.click,xd,hc,rc,nd,$b,Sd,yd,sa,wa,gc,Qc,Pc,od,Rb,Sb,qc,ic=v.showAxes,Rc=0,ab=[],Gb,Ba=[],Ga,aa,kd,Nd,ld,pd,sc,sd,td,rd,md,Td,be=function(m){function h(u,Z){var pa=u.legendItem,Na=u.legendLine,P=u.legendSymbol,K=M.color,gb=Z?L.itemStyle.color:K;K=Z?u.color:K;pa&&pa.css({fill:gb});Na&&Na.attr({stroke:K});P&&P.attr({stroke:K,fill:K})}function x(u,Z,pa){var Na=u.legendItem,P=u.legendLine,K=u.legendSymbol;u=u.checkbox;Na&&Na.attr({x:Z,y:pa});
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dhighcharts.js32 gd=fc+(E!=2&&fc&&Y*h.labels[M?"y":"x"])+r;Pb[E]=Ca(Pb[E],gd+p+Y*Q)},render:bb,setCategories:function(l,p){s.categories=Va=l;t(Z,function(r){r.translate();r.setTooltipPoints(true)});s.isDirty=true;y(p,true)&&m.redraw()},setExtremes:function(l,p,r,o){r=y(r,true);La(s,"setExtremes",{min:l,max:p},function(){pa=l;Na=p;r&&m.redraw(o)})},setScale:Ea,setTickPositions:ga,translate:va,redraw:function(){gc.resetTracker&&gc.resetTracker();bb();t(Nb,function(l){l.render()});t(Z,function(l){l.isDirty=true})},removePlotBand:Ja,
46 w){ga.redraw();w=true}})}if(w){pd();Pc();if(L){Sc(L);L.animate({width:q.plotSizeX,height:q.plotSizeY})}}t(Ba,function(ga){if(ga.isDirty&&ga.visible&&(!ga.isCartesian||ga.xAxis))ga.redraw()});gc&&gc.resetTracker&&gc.resetTracker();La(q,"redraw")}function j(){var m=a.xAxis||{},h=a.yAxis||{},x;m=nc(m);t(m,function(w,O){w.index=O;w.isX=true});h=nc(h);t(h,function(w,O){w.index=O});ab=m.concat(h);q.xAxis=[];q.yAxis=[];ab=jc(ab,function(w){x=new c(q,w);q[x.isXAxis?"xAxis":"yAxis"].push(x);return x});i()}
52 [],function(m){g(m)});q.inverted=Ga=y(Ga,a.chart.inverted);j();q.render=W;q.tracker=gc=new f(q,a.tooltip);W();La(q,"load");b&&b.apply(q,[q]);t(q.callbacks,function(m){m.apply(q,[q])})}}Lc=ya(Lc,Sa.xAxis);hd=ya(hd,Sa.yAxis);Sa.xAxis=Sa.yAxis=null;a=ya(Sa,a);var v=a.chart,I=v.margin;I=Eb(I)?I:[I,I,I,I];var da=y(v.marginTop,I[0]),X=y(v.marginRight,I[1]),U=y(v.marginBottom,I[2]),R=y(v.marginLeft,I[3]),Ha=v.spacingTop,Ya=v.spacingRight,ud=v.spacingBottom,Vc=v.spacingLeft,uc,kc,tc,ba,Ab,rb,V,Pb,jb,Qb,ta,
53 Od,Tc,vc,Xa,Pa,jd,Oc,Wc,vd,wd,Xc,q=this,ae=(I=v.events)&&!!I.click,xd,hc,rc,nd,$b,Sd,yd,sa,wa,gc,Qc,Pc,od,Rb,Sb,qc,ic=v.showAxes,Rc=0,ab=[],Gb,Ba=[],Ga,aa,kd,Nd,ld,pd,sc,sd,td,rd,md,Td,be=function(m){function h(u,Z){var pa=u.legendItem,Na=u.legendLine,P=u.legendSymbol,K=M.color,gb=Z?L.itemStyle.color:K;K=Z?u.color:K;pa&&pa.css({fill:gb});Na&&Na.attr({stroke:K});P&&P.attr({stroke:K,fill:K})}function x(u,Z,pa){var Na=u.legendItem,P=u.legendLine,K=u.legendSymbol;u=u.checkbox;Na&&Na.attr({x:Z,y:pa});
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c130 .gc = dn_dst_gc,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dconfigure37 --with-gc=DIR specify Bohem GC directory (experimental)"
1429 echo $ac_n "checking if --with-gc option is specified""... $ac_c" 1>&6
1430 echo "configure:1431: checking if --with-gc option is specified" >&5
1431 # Check whether --with-gc or --without-gc was given.

Completed in 435 milliseconds

12345678