Searched refs:newVal (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dqedit.idl104 IUnknown* newVal
116 LONG newVal
136 BSTR newVal
H A Damstream.idl86 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
88 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
90 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dqedit.idl104 IUnknown* newVal
116 LONG newVal
136 BSTR newVal
H A Damstream.idl86 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
88 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
90 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c181 int tmp, newVal; local
249 newVal = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
253 REG_WRITE(ah, AR_PHY_TIMING_CTRL4(0), newVal);
255 newVal = (AR_PHY_SPUR_REG_MASK_RATE_CNTL |
260 REG_WRITE(ah, AR_PHY_SPUR_REG, newVal);
287 newVal = (AR_PHY_TIMING11_USE_SPUR_IN_AGC |
290 REG_WRITE(ah, AR_PHY_TIMING11, newVal);
292 newVal = spur_subchannel_sd << AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S;
293 REG_WRITE(ah, AR_PHY_SFCORR_EXT, newVal);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestMinStringAPI.cpp205 // Replace all occurances of |matchVal| with |newVal|
208 const nsACString& newVal )
215 nl = NS_CStringGetData(newVal, &np);
234 const char *newVal,
247 NS_CStringSetData(c, newVal);
232 test_replace_driver(const char *strVal, const char *matchVal, const char *newVal, const char *finalVal) argument
H A DTestStrings.cpp274 nsAutoString newAcctName, oldVal, newVal; local
276 newVal.AssignWithConversion(newName);
281 newAcctName.ReplaceSubstring(oldVal, newVal);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIAdvancedSlider.cpp287 int newVal = (int)pow((float)2, (int)qRound(l2)); /* The value to snap on */ local
289 int newPos = m_pSlider->positionForValue(newVal); /* Get the relative screen pos for the snap value */
292 val = newVal;

Completed in 1795 milliseconds