Searched refs:bVal (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Dupdownclient.h371 void SetSpammer(bool bVal);
408 void SetSentCancelTransfer(bool bVal) { m_fSentCancelTransfer = bVal; }
575 void SetCryptLayerSupport(bool bVal) { m_fSupportsCryptLayer = bVal ? 1 : 0; }
576 void SetCryptLayerRequest(bool bVal) { m_fRequestsCryptLayer = bVal ? 1 : 0; }
577 void SetCryptLayerRequires(bool bVal) { m_fRequiresCryptLayer = bVal ? 1 : 0; }
578 void SetDirectUDPCallbackSupport(bool bVal) { m_fDirectUDPCallbac
[all...]
H A DServer.h137 void SetCryptPingReplyPending(bool bVal) {m_bCryptPingReplyPending = bVal;} argument
H A DBaseClient.cpp2450 void CUpDownClient::SetSpammer(bool bVal) argument
2452 if (bVal) {
2457 m_fIsSpammer = bVal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dradiobut.h55 virtual void SetValue(bool bVal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c762 unsigned char bVal; local
771 bVal = inb(ALI_REG(codec, ALI_SPDIF_CTRL));
772 bVal &= (unsigned char)(~(1<<6));
774 bVal |= 0x80; /* select right */
775 outb(bVal, ALI_REG(codec, ALI_SPDIF_CTRL));
778 bVal &= ~0x80; /* select left */
779 outb(bVal, ALI_REG(codec, ALI_SPDIF_CTRL));
786 unsigned char bVal; local
792 pci_read_config_byte(pci_dev, 0x61, &bVal);
793 bVal |
847 unsigned char bVal; local
[all...]

Completed in 45 milliseconds