Searched refs:Value (Results 76 - 100 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dashlsi3.S46 ! r4: Value to shift
H A Dashrsi3.S46 ! r4: Value to shift
H A Dlshrsi3.S46 ! r4: Value to shift
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp149 wxPROPERTY( Value , wxString , SetValue, GetValue, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
156 wxCONSTRUCTOR_6( wxTextCtrl , wxWindow* , Parent , wxWindowID , Id , wxString , Value , wxPoint , Position , wxSize , Size , long , WindowStyle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py271 self.curText += reader.Value()
306 self.curText += reader.Value()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dnt.c57 # define InterlockedExchangePointer(Target, Value) \
58 (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py271 self.curText += reader.Value()
306 self.curText += reader.Value()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_info.c41 Return Value:
229 Return Value:
286 Return Value:
441 u32 Value = 0; local
543 RTMP_IO_READ32(pAd, TX_BAND_CFG, &Value);
546 Value |= 0x1;
548 RTMP_IO_WRITE32(pAd, TX_BAND_CFG, Value);
550 Value &= 0xfe;
552 RTMP_IO_WRITE32(pAd, TX_BAND_CFG, Value);
869 Return Value
[all...]
H A Dcmm_mac_usb.c40 Return Value:
128 Return Value:
423 Return Value:
516 Return Value:
633 Return Value:
684 Return Value:
703 Return Value:
764 Return Value:
995 Return Value:
1074 u32 Value, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c2721 u32 Value = 0; local
2730 RTMP_IO_READ32(pAdapter, MAC_SYS_CTRL, &Value);
2731 Value &= (~0x80);
2732 RTMP_IO_WRITE32(pAdapter, MAC_SYS_CTRL, Value);
2765 RTMP_IO_READ32(pAdapter, MAC_SYS_CTRL, &Value);
2766 Value &= (~0x80);
2767 RTMP_IO_WRITE32(pAdapter, MAC_SYS_CTRL, Value);
2828 RTMP_IO_READ32(pAdapter, TX_BAND_CFG, &Value);
2829 Value &= 0xfffffffe;
2830 RTMP_IO_WRITE32(pAdapter, TX_BAND_CFG, Value);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.c1659 #define YYBACKUP(Token, Value) \
1664 yylval = (Value); \
1745 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1751 Type, Value); \
1886 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c797 #define YYBACKUP(Token, Value) \
802 yylval = (Value); \
883 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
889 Type, Value); \
1027 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c775 #define YYBACKUP(Token, Value) \
780 yylval = (Value); \
861 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
867 Type, Value); \
1005 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c701 #define YYBACKUP(Token, Value) \
706 yylval = (Value); \
787 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
793 Type, Value); \
860 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.c734 #define YYBACKUP(Token, Value) \
739 yylval = (Value); \
820 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
826 Type, Value); \
961 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dslider95.cpp110 wxPROPERTY( Value , int , SetValue, GetValue , 0, 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
122 wxCONSTRUCTOR_8( wxSlider , wxWindow* , Parent , wxWindowID , Id , int , Value , int , Minimum , int , Maximum , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dradiobut.cpp89 wxPROPERTY( Value ,bool, SetValue, GetValue, EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
H A Dspinbutt.cpp101 wxPROPERTY( Value , int , SetValue, GetValue, 0 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm248 uOverWriteFiles = Me.checkOverwriteAll.Value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dautoobj.tex186 obj.PutProperty("Value", wxVariant(23));
187 obj.PutProperty("Value", 23);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dbc_dts_glob_lnx.h75 uint32_t Value; member in struct:BC_CMD_REG_ACC
H A Dcrystalhd_cmds.c152 idata->udata.u.regAcc.Value = bc_dec_reg_rd(ctx->adp,
164 idata->udata.u.regAcc.Value);
175 idata->udata.u.regAcc.Value = crystalhd_reg_rd(ctx->adp,
187 idata->udata.u.regAcc.Value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.cs219 DumpMessage(entry.Key as String, null, entry.Value as String);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DForm1.cs200 prgBar.Value = prgBar.Minimum;
262 prgBar.Value = prgBar.Minimum;
308 prgBar.Value = Convert.ToInt32(100 * Convert.ToDouble(m_CurrentSize)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dboot.S35 * Value can be read from epidiag -j using "pci r 0x180000d0 4"
148 li a0,0x01330000 # Value for regcontrol 2
154 li a0,0x00002000 # Value for regcontrol 0
155 li a1,0x06800000 # Value for regcontrol 1
156 li a3,0x02000000 # Value for regcontrol 3

Completed in 740 milliseconds

123456