Home
last modified time | relevance | path

Searched refs:ioInfo (Results 1 – 25 of 33) sorted by relevance

12

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/jobobject/
H A Dlimits.go150 ioInfo, err := job.getIOLimit()
154 ioInfo.ControlFlags |= winapi.JOB_OBJECT_IO_RATE_CONTROL_ENABLE
156 ioInfo.MaxBandwidth = maxBandwidth
159 ioInfo.MaxIops = maxIOPS
161 return job.setIORateControlInfo(ioInfo)
255 ioInfo := &winapi.JOBOBJECT_IO_RATE_CONTROL_INFORMATION{}
261 &ioInfo,
264 return nil, errors.Wrapf(err, "query %v returned error", ioInfo)
267 if !isFlagSet(winapi.JOB_OBJECT_IO_RATE_CONTROL_ENABLE, ioInfo.ControlFlags) {
270 return ioInfo, nil
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch_place.cc158 if (cell->ioInfo.lvds) { in isValidBelForCell()
170 if (compCell && compCell->ioInfo.lvds) in isValidBelForCell()
179 _io_pintype_need_clk_in(cell->ioInfo.pintype), in isValidBelForCell()
180 _io_pintype_need_clk_in(compCell->ioInfo.pintype), in isValidBelForCell()
181 _io_pintype_need_clk_out(cell->ioInfo.pintype), in isValidBelForCell()
182 _io_pintype_need_clk_out(compCell->ioInfo.pintype), in isValidBelForCell()
183 _io_pintype_need_clk_en(cell->ioInfo.pintype), in isValidBelForCell()
184 _io_pintype_need_clk_en(compCell->ioInfo.pintype), in isValidBelForCell()
H A Darch.cc1028 if ((port == id_D_IN_0 && !(cell->ioInfo.pintype & 0x1)) || port == id_D_IN_1) { in getPortTimingClass()
1035 if ((cell->ioInfo.pintype & 0xC) == 0x8) { in getPortTimingClass()
1043 if ((cell->ioInfo.pintype & 0x30) == 0x30) { in getPortTimingClass()
1154 info.edge = cell->ioInfo.negtrig ? FALLING_EDGE : RISING_EDGE; in getPortClockingInfo()
1159 info.edge = cell->ioInfo.negtrig ? FALLING_EDGE : RISING_EDGE; in getPortClockingInfo()
1164 info.edge = cell->ioInfo.negtrig ? RISING_EDGE : FALLING_EDGE; in getPortClockingInfo()
1169 info.edge = cell->ioInfo.negtrig ? FALLING_EDGE : RISING_EDGE; in getPortClockingInfo()
1173 info.edge = cell->ioInfo.negtrig ? RISING_EDGE : FALLING_EDGE; in getPortClockingInfo()
1255 cell->ioInfo.global = bool_or_default(cell->attrs, this->id("GLOBAL")); in assignCellInfo()
1256 cell->ioInfo.pintype = int_or_default(cell->params, this->id("PIN_TYPE")); in assignCellInfo()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Keys/
H A DKeyProvider.cs53 public KeyProviderQueryContext(IOConnectionInfo ioInfo, bool bCreatingNewKey, in KeyProviderQueryContext() argument
56 if(ioInfo == null) throw new ArgumentNullException("ioInfo"); in KeyProviderQueryContext()
58 m_ioInfo = ioInfo.CloneDeep(); in KeyProviderQueryContext()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUBase.h759 …static void FillInParameterName (AudioUnitParameterInfo& ioInfo, CFStringRef inName, bool inSh… in FillInParameterName() argument
761 ioInfo.cfNameString = inName; in FillInParameterName()
762 ioInfo.flags |= kAudioUnitParameterFlag_HasCFNameString; in FillInParameterName()
764 ioInfo.flags |= kAudioUnitParameterFlag_CFNameRelease; in FillInParameterName()
765 …CFStringGetCString (inName, ioInfo.name, offsetof (AudioUnitParameterInfo, clumpID), kCFStringEnco… in FillInParameterName()
768 static void HasClump (AudioUnitParameterInfo& ioInfo, UInt32 inClumpID) in HasClump() argument
770 ioInfo.clumpID = inClumpID; in HasClump()
771 ioInfo.flags |= kAudioUnitParameterFlag_HasClump; in HasClump()
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUBase/
H A DAUBase.h739 …static void FillInParameterName (AudioUnitParameterInfo& ioInfo, CFStringRef inName, bool inSh… in FillInParameterName() argument
741 ioInfo.cfNameString = inName; in FillInParameterName()
742 ioInfo.flags |= kAudioUnitParameterFlag_HasCFNameString; in FillInParameterName()
744 ioInfo.flags |= kAudioUnitParameterFlag_CFNameRelease; in FillInParameterName()
745 …CFStringGetCString (inName, ioInfo.name, offsetof (AudioUnitParameterInfo, clumpID), kCFStringEnco… in FillInParameterName()
748 static void HasClump (AudioUnitParameterInfo& ioInfo, UInt32 inClumpID) in HasClump() argument
750 ioInfo.clumpID = inClumpID; in HasClump()
751 ioInfo.flags |= kAudioUnitParameterFlag_HasClump; in HasClump()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/
H A DAUBase.h756 …static void FillInParameterName (AudioUnitParameterInfo& ioInfo, CFStringRef inName, bool inSh… in FillInParameterName() argument
758 ioInfo.cfNameString = inName; in FillInParameterName()
759 ioInfo.flags |= kAudioUnitParameterFlag_HasCFNameString; in FillInParameterName()
761 ioInfo.flags |= kAudioUnitParameterFlag_CFNameRelease; in FillInParameterName()
762 …CFStringGetCString (inName, ioInfo.name, offsetof (AudioUnitParameterInfo, clumpID), kCFStringEnco… in FillInParameterName()
765 static void HasClump (AudioUnitParameterInfo& ioInfo, UInt32 inClumpID) in HasClump() argument
767 ioInfo.clumpID = inClumpID; in HasClump()
768 ioInfo.flags |= kAudioUnitParameterFlag_HasClump; in HasClump()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUBase.h722 …static void FillInParameterName (AudioUnitParameterInfo& ioInfo, CFStringRef inName, bool inSh… in FillInParameterName() argument
724 ioInfo.cfNameString = inName; in FillInParameterName()
725 ioInfo.flags |= kAudioUnitParameterFlag_HasCFNameString; in FillInParameterName()
727 ioInfo.flags |= kAudioUnitParameterFlag_CFNameRelease; in FillInParameterName()
728 …CFStringGetCString (inName, ioInfo.name, offsetof (AudioUnitParameterInfo, clumpID), kCFStringEnco… in FillInParameterName()
731 static void HasClump (AudioUnitParameterInfo& ioInfo, UInt32 inClumpID) in HasClump() argument
733 ioInfo.clumpID = inClumpID; in HasClump()
734 ioInfo.flags |= kAudioUnitParameterFlag_HasClump; in HasClump()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/internal/jobobject/
H A Djobobject.go214 ioInfo := winapi.JOBOBJECT_IO_RATE_CONTROL_INFORMATION{
218 ioInfo.MaxBandwidth = maxBandwidth
221 ioInfo.MaxIops = maxIOPS
223 _, err := winapi.SetIoRateControlInformationJobObject(job.handle, &ioInfo)
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/internal/jobobject/
H A Djobobject.go214 ioInfo := winapi.JOBOBJECT_IO_RATE_CONTROL_INFORMATION{
218 ioInfo.MaxBandwidth = maxBandwidth
221 ioInfo.MaxIops = maxIOPS
223 _, err := winapi.SetIoRateControlInformationJobObject(job.handle, &ioInfo)
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DKeyFileCreationForm.cs78 public void InitEx(IOConnectionInfo ioInfo) in InitEx() argument
80 if(ioInfo != null) m_ioInfo = ioInfo; in InitEx()
H A DKeyPromptForm.cs98 public void InitEx(IOConnectionInfo ioInfo, bool bCanExit, in InitEx() argument
101 InitEx(ioInfo, bCanExit, bRedirectActivation, null); in InitEx()
104 public void InitEx(IOConnectionInfo ioInfo, bool bCanExit, in InitEx() argument
107 if(ioInfo != null) m_ioInfo = ioInfo; in InitEx()
H A DKeyCreationForm.cs75 public void InitEx(IOConnectionInfo ioInfo, bool bCreatingNew) in InitEx() argument
77 if(ioInfo != null) m_ioInfo = ioInfo; in InitEx()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/
H A DKeyCreationSimpleForm.cs68 public void InitEx(IOConnectionInfo ioInfo, bool bCreatingNew) in InitEx() argument
70 if(ioInfo != null) m_ioInfo = ioInfo; in InitEx()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1207 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1210 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
2937 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
2940 SkASSERT(ioInfo.fExternalReadFormat || ioInfo.fExternalTexImageFormat); in initFormatTable()
3804 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
3805 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
3808 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
3836 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
3837 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
3838 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1207 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1210 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
2937 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
2940 SkASSERT(ioInfo.fExternalReadFormat || ioInfo.fExternalTexImageFormat); in initFormatTable()
3804 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
3805 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
3808 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
3836 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
3837 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
3838 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1207 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1210 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
2937 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
2940 SkASSERT(ioInfo.fExternalReadFormat || ioInfo.fExternalTexImageFormat); in initFormatTable()
3804 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
3805 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
3808 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
3836 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
3837 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
3838 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1207 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1210 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
2937 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
2940 SkASSERT(ioInfo.fExternalReadFormat || ioInfo.fExternalTexImageFormat); in initFormatTable()
3804 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
3805 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
3808 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
3836 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
3837 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
3838 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2TbltDevicePkg/Include/Library/
H A DUsbDeviceModeLib.h60 USBD_IO_INFO ioInfo;
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/Vlv2TbltDevicePkg/Include/Library/
H A DUsbDeviceModeLib.h48 USBD_IO_INFO ioInfo;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp1232 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1235 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
3095 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
4077 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
4078 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
4080 !ioInfo.fRequiresImplementationReadQuery) { in onSupportedReadPixelsColorType()
4083 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
4112 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
4113 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
4114 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp1268 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in onDumpJSON() local
1271 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
3107 const auto& ioInfo = ctInfo.fExternalIOFormats[k]; in initFormatTable() local
4201 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in onSupportedReadPixelsColorType() local
4202 if (ioInfo.fExternalReadFormat != 0) { in onSupportedReadPixelsColorType()
4204 !ioInfo.fRequiresImplementationReadQuery) { in onSupportedReadPixelsColorType()
4207 if (ioInfo.fColorType == dstColorType) { in onSupportedReadPixelsColorType()
4236 const auto& ioInfo = ctInfo.fExternalIOFormats[j]; in supportedWritePixelsColorType() local
4237 if (ioInfo.fExternalTexImageFormat != 0) { in supportedWritePixelsColorType()
4238 if (ioInfo.fColorType == srcColorType) { in supportedWritePixelsColorType()
[all …]
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/mac/CommonKClient/mac_kclient3/Headers/CredentialsCache/
H A DCredentialsCache2.h266 infoNC*** ioInfo);
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/mac/CommonKClient/mac_kclient3/Headers/CredentialsCache/
H A DCredentialsCache2.h266 infoNC*** ioInfo);
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/CommonKClient/mac_kclient3/Headers/CredentialsCache/
H A DCredentialsCache2.h266 infoNC*** ioInfo);

12