Home
last modified time | relevance | path

Searched refs:totalChannels (Results 1 – 25 of 58) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java56 protected int totalChannels; field in AbstractPollSelectorImpl
66 this.totalChannels = channels; in AbstractPollSelectorImpl()
105 totalChannels = 0; in implClose()
146 if (channelArray.length == totalChannels) { in implRegister()
157 channelArray[totalChannels] = ski; in implRegister()
158 ski.setIndex(totalChannels); in implRegister()
160 totalChannels++; in implRegister()
172 if (i != totalChannels - 1) { in implDereg()
184 channelArray[totalChannels-1] = null; in implDereg()
185 totalChannels--; in implDereg()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java56 protected int totalChannels; field in AbstractPollSelectorImpl
66 this.totalChannels = channels; in AbstractPollSelectorImpl()
105 totalChannels = 0; in implClose()
146 if (channelArray.length == totalChannels) { in implRegister()
157 channelArray[totalChannels] = ski; in implRegister()
158 ski.setIndex(totalChannels); in implRegister()
160 totalChannels++; in implRegister()
172 if (i != totalChannels - 1) { in implDereg()
184 channelArray[totalChannels-1] = null; in implDereg()
185 totalChannels--; in implDereg()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
214 channelArray[totalChannels] = ski; in processUpdateQueue()
215 ski.setIndex(totalChannels); in processUpdateQueue()
217 totalChannels++; in processUpdateQueue()
572 if (channelArray.length == totalChannels) { in growIfNeeded()
581 totalChannels++; in growIfNeeded()
595 if (i != totalChannels - 1) { in implDereg()
604 channelArray[totalChannels - 1] = null; in implDereg()
605 totalChannels--; in implDereg()
606 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
214 channelArray[totalChannels] = ski; in processUpdateQueue()
215 ski.setIndex(totalChannels); in processUpdateQueue()
217 totalChannels++; in processUpdateQueue()
572 if (channelArray.length == totalChannels) { in growIfNeeded()
581 totalChannels++; in growIfNeeded()
595 if (i != totalChannels - 1) { in implDereg()
604 channelArray[totalChannels - 1] = null; in implDereg()
605 totalChannels--; in implDereg()
606 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
214 channelArray[totalChannels] = ski; in processUpdateQueue()
215 ski.setIndex(totalChannels); in processUpdateQueue()
217 totalChannels++; in processUpdateQueue()
572 if (channelArray.length == totalChannels) { in growIfNeeded()
581 totalChannels++; in growIfNeeded()
595 if (i != totalChannels - 1) { in implDereg()
604 channelArray[totalChannels - 1] = null; in implDereg()
605 totalChannels--; in implDereg()
606 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java82 private int totalChannels = 1; field in WindowsSelectorImpl
210 channelArray[totalChannels] = ski; in processUpdateQueue()
211 ski.setIndex(totalChannels); in processUpdateQueue()
213 totalChannels++; in processUpdateQueue()
568 if (channelArray.length == totalChannels) { in growIfNeeded()
577 totalChannels++; in growIfNeeded()
591 if (i != totalChannels - 1) { in implDereg()
600 channelArray[totalChannels - 1] = null; in implDereg()
601 totalChannels--; in implDereg()
602 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
209 channelArray[totalChannels] = ski; in processUpdateQueue()
210 ski.setIndex(totalChannels); in processUpdateQueue()
212 totalChannels++; in processUpdateQueue()
567 if (channelArray.length == totalChannels) { in growIfNeeded()
576 totalChannels++; in growIfNeeded()
590 if (i != totalChannels - 1) { in implDereg()
599 channelArray[totalChannels - 1] = null; in implDereg()
600 totalChannels--; in implDereg()
601 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java66 private int totalChannels = 1; field in WindowsSelectorImpl
199 channelArray[totalChannels] = ski; in processUpdateQueue()
200 ski.setIndex(totalChannels); in processUpdateQueue()
202 totalChannels++; in processUpdateQueue()
547 if (channelArray.length == totalChannels) { in growIfNeeded()
556 totalChannels++; in growIfNeeded()
570 if (i != totalChannels - 1) { in implDereg()
579 channelArray[totalChannels - 1] = null; in implDereg()
580 totalChannels--; in implDereg()
581 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
214 channelArray[totalChannels] = ski; in processUpdateQueue()
215 ski.setIndex(totalChannels); in processUpdateQueue()
217 totalChannels++; in processUpdateQueue()
572 if (channelArray.length == totalChannels) { in growIfNeeded()
581 totalChannels++; in growIfNeeded()
595 if (i != totalChannels - 1) { in implDereg()
604 channelArray[totalChannels - 1] = null; in implDereg()
605 totalChannels--; in implDereg()
606 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private int totalChannels = 1; field in WindowsSelectorImpl
214 channelArray[totalChannels] = ski; in processUpdateQueue()
215 ski.setIndex(totalChannels); in processUpdateQueue()
217 totalChannels++; in processUpdateQueue()
572 if (channelArray.length == totalChannels) { in growIfNeeded()
581 totalChannels++; in growIfNeeded()
595 if (i != totalChannels - 1) { in implDereg()
604 channelArray[totalChannels - 1] = null; in implDereg()
605 totalChannels--; in implDereg()
606 if (totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java83 private int totalChannels = 1; field in WindowsSelectorImpl
563 channelArray[totalChannels] = ski; in implRegister()
564 ski.setIndex(totalChannels); in implRegister()
568 totalChannels++; in implRegister()
573 if (channelArray.length == totalChannels) { in growIfNeeded()
582 totalChannels++; in growIfNeeded()
591 if (i != totalChannels - 1) { in implDereg()
601 channelArray[totalChannels - 1] = null; in implDereg()
602 totalChannels--; in implDereg()
603 if ( totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java83 private int totalChannels = 1; field in WindowsSelectorImpl
563 channelArray[totalChannels] = ski; in implRegister()
564 ski.setIndex(totalChannels); in implRegister()
568 totalChannels++; in implRegister()
573 if (channelArray.length == totalChannels) { in growIfNeeded()
582 totalChannels++; in growIfNeeded()
591 if (i != totalChannels - 1) { in implDereg()
601 channelArray[totalChannels - 1] = null; in implDereg()
602 totalChannels--; in implDereg()
603 if ( totalChannels != 1 && totalChannels % MAX_SELECTABLE_FDS == 1) { in implDereg()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/
H A DPollArrayWrapper.java53 totalChannels = 1; in PollArrayWrapper()
75 putDescriptor(totalChannels, IOUtil.fdVal(sc.getFD())); in addEntry()
76 putEventOps(totalChannels, 0); in addEntry()
77 putReventOps(totalChannels, 0); in addEntry()
78 totalChannels++; in addEntry()
105 for (int i=0; i<totalChannels; i++) in grow()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/
H A DPollArrayWrapper.java53 totalChannels = 1; in PollArrayWrapper()
75 putDescriptor(totalChannels, IOUtil.fdVal(sc.getFD())); in addEntry()
76 putEventOps(totalChannels, 0); in addEntry()
77 putReventOps(totalChannels, 0); in addEntry()
78 totalChannels++; in addEntry()
105 for (int i=0; i<totalChannels; i++) in grow()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp520 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
560 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
565 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
572 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
577 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
582 if (totalChannels == 2) { in PORT_GetControls()
583 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
604 if (totalChannels > 2) { in PORT_GetControls()
607 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp520 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
560 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
565 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
572 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
577 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
582 if (totalChannels == 2) { in PORT_GetControls()
583 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
604 if (totalChannels > 2) { in PORT_GetControls()
607 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp530 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
570 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
575 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
582 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
592 if (totalChannels == 2) { in PORT_GetControls()
593 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
597 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
614 if (totalChannels > 2) { in PORT_GetControls()
617 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp520 memset(&muteControls, 0, sizeof(AudioControl *) * (totalChannels+1)); in PORT_GetControls()
560 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
565 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
572 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
577 totalChannels, ValidControlCount(muteControls, 1, totalChannels)); in PORT_GetControls()
582 if (totalChannels == 2) { in PORT_GetControls()
583 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) { in PORT_GetControls()
587 totalChannels, ValidControlCount(volumeControls, 1, totalChannels)); in PORT_GetControls()
604 if (totalChannels > 2) { in PORT_GetControls()
607 …if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, in PORT_GetControls()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/bsd/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java52 private int totalChannels; field in KQueueSelectorImpl
91 totalChannels = 1; in KQueueSelectorImpl()
215 totalChannels = 0; in implClose()
228 totalChannels++; in implRegister()
237 totalChannels--; in implDereg()

123