Home
last modified time | relevance | path

Searched refs:ih (Results 1 – 25 of 5522) sorted by relevance

12345678910>>...221

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c51 ih->ptr_mask = ih->ring_size - 1; in amdgpu_ih_ring_init()
52 ih->rptr = 0; in amdgpu_ih_ring_init()
58 if (ih->ring) in amdgpu_ih_ring_init()
70 ih->wptr_addr = dma_addr + ih->ring_size; in amdgpu_ih_ring_init()
71 ih->wptr_cpu = &ih->ring[ih->ring_size / 4]; in amdgpu_ih_ring_init()
72 ih->rptr_addr = dma_addr + ih->ring_size + 4; in amdgpu_ih_ring_init()
73 ih->rptr_cpu = &ih->ring[(ih->ring_size / 4) + 1]; in amdgpu_ih_ring_init()
89 &ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_init()
126 (void *)ih->ring, ih->gpu_addr); in amdgpu_ih_ring_fini()
129 amdgpu_bo_free_kernel(&ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_fini()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c51 ih->ptr_mask = ih->ring_size - 1; in amdgpu_ih_ring_init()
52 ih->rptr = 0; in amdgpu_ih_ring_init()
58 if (ih->ring) in amdgpu_ih_ring_init()
70 ih->wptr_addr = dma_addr + ih->ring_size; in amdgpu_ih_ring_init()
71 ih->wptr_cpu = &ih->ring[ih->ring_size / 4]; in amdgpu_ih_ring_init()
72 ih->rptr_addr = dma_addr + ih->ring_size + 4; in amdgpu_ih_ring_init()
73 ih->rptr_cpu = &ih->ring[(ih->ring_size / 4) + 1]; in amdgpu_ih_ring_init()
89 &ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_init()
126 (void *)ih->ring, ih->gpu_addr); in amdgpu_ih_ring_fini()
129 amdgpu_bo_free_kernel(&ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_fini()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c51 ih->ptr_mask = ih->ring_size - 1; in amdgpu_ih_ring_init()
52 ih->rptr = 0; in amdgpu_ih_ring_init()
58 if (ih->ring) in amdgpu_ih_ring_init()
70 ih->wptr_addr = dma_addr + ih->ring_size; in amdgpu_ih_ring_init()
71 ih->wptr_cpu = &ih->ring[ih->ring_size / 4]; in amdgpu_ih_ring_init()
72 ih->rptr_addr = dma_addr + ih->ring_size + 4; in amdgpu_ih_ring_init()
73 ih->rptr_cpu = &ih->ring[(ih->ring_size / 4) + 1]; in amdgpu_ih_ring_init()
89 &ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_init()
126 (void *)ih->ring, ih->gpu_addr); in amdgpu_ih_ring_fini()
129 amdgpu_bo_free_kernel(&ih->ring_obj, &ih->gpu_addr, in amdgpu_ih_ring_fini()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dintr.c146 ih, ih->ih_number, ih->ih_arg, in intr_list_handler()
150 ih = ih->ih_next; in intr_list_handler()
223 snprintf(ih->ih_name, sizeof(ih->ih_name), "%x", ih->ih_ivec); in intr_establish()
235 ih->ih_realarg = ih->ih_arg; in intr_establish()
236 ih->ih_realfun = ih->ih_fun; in intr_establish()
237 ih->ih_arg = ih; in intr_establish()
250 ih->ih_fun, ih->ih_arg, ih->ih_number, ih->ih_pil); in intr_establish()
276 intrlev[ih->ih_number] = ih; in intr_establish()
281 ih->ih_number, ih->ih_pil, (void *)ih->ih_map, in intr_establish()
319 send_softint(-1, ih->ih_pil, ih); in sparc_softintr_schedule()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java739 for(InstructionHandle ih=first; ih != null; ih = ih.next) in remove()
831 for(InstructionHandle ih=start; ih != null; ih = ih.next) in findInstruction1()
845 for(InstructionHandle ih=end; ih != null; ih = ih.prev) in findInstruction2()
856 for(InstructionHandle ih=start; ih != null; ih = ih.next) in contains()
920 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in setPositions()
948 for(InstructionHandle ih=start; ih != null; ih = ih.next) in setPositions()
955 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in setPositions()
1022 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in toString()
1085 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in copy()
1133 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in replaceConstantPool()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java739 for(InstructionHandle ih=first; ih != null; ih = ih.next) in remove()
831 for(InstructionHandle ih=start; ih != null; ih = ih.next) in findInstruction1()
845 for(InstructionHandle ih=end; ih != null; ih = ih.prev) in findInstruction2()
856 for(InstructionHandle ih=start; ih != null; ih = ih.next) in contains()
920 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in setPositions()
948 for(InstructionHandle ih=start; ih != null; ih = ih.next) in setPositions()
955 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in setPositions()
1022 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in toString()
1085 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in copy()
1133 for(InstructionHandle ih=start; ih != null; ih = ih.next) { in replaceConstantPool()
[all …]
/dports/audio/codec2/codec2-1.0.3/stm32/support/intelhex/
H A Dtest.py558 ih[1] = 2
580 ih[1] = 5
588 ih[0] = 1
590 del ih[0]
596 ih[2] = 1
605 ih[0] = 1
620 ih[0] = 1
621 ih[1] = 2
622 ih[2] = 3
639 ih[0] = 1
[all …]
/dports/devel/py-intelhex/intelhex-2.3.0/intelhex/
H A Dtest.py587 ih[1] = 2
609 ih[1] = 5
617 ih[0] = 1
619 del ih[0]
625 ih[2] = 1
634 ih[0] = 1
649 ih[0] = 1
650 ih[1] = 2
651 ih[2] = 3
668 ih[0] = 1
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
830 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
846 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
858 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
923 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
949 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
957 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1019 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1090 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1132 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
830 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
846 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
858 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
923 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
949 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
957 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1019 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1090 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1132 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
830 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
846 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
858 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
923 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
949 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
957 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1019 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1090 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1132 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java693 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
781 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
796 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
808 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
873 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
901 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
909 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
975 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1045 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1087 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
830 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
846 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
858 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
923 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
949 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
957 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1019 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1090 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1132 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
830 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
846 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
858 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
923 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
949 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
957 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1019 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1090 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1132 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java692 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
780 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
795 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
807 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
872 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
898 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
906 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
971 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1042 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1084 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java736 for (InstructionHandle ih = first; ih != null; ih = ih.getNext()) { in remove()
828 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in findInstruction1()
844 for (InstructionHandle ih = end; ih != null; ih = ih.getPrev()) { in findInstruction2()
856 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in contains()
921 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
947 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
955 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in setPositions()
1017 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in toString()
1088 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in copy()
1130 for (InstructionHandle ih = start; ih != null; ih = ih.getNext()) { in replaceConstantPool()
[all …]
/dports/audio/fmit/fmit-1.2.14/libs/Music/
H A DMultiCumulativeDiffAlgo.cpp67 if(ih+1>=0 && ih+1<int(size())) in is_minima()
68 if(m_components[ih+1]<=m_components[ih]) in is_minima()
70 if(ih-1>=0 && ih-1<int(size())) in is_minima()
71 if(m_components[ih-1]<=m_components[ih]) in is_minima()
103 for(int ih=int(size())-1; ih>=0; ih--) in apply() local
106 m_components[ih] = m_diffs[ih]->m_error; in apply()
111 for(int ih=int(size())-1; ih>=0; ih--) in apply() local
120 (is_minima(ih-19) || is_minima(ih-19-1) || is_minima(ih-19+1)) && in apply()
191 m_components[ih-1] = m_diffs[ih-1]->m_error; in apply()
195 m_components[ih+1] = m_diffs[ih+1]->m_error; in apply()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Events.c352 IHPtr ih; in xf86VTLeave() local
370 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
430 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
444 IHPtr ih; in xf86VTEnter() local
478 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
529 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
530 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
537 IHPtr ih; in addInputHandler() local
542 ih = calloc(sizeof(*ih), 1); in addInputHandler()
543 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Events.c363 IHPtr ih; in xf86VTLeave() local
381 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
439 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
453 IHPtr ih; in xf86VTEnter() local
489 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
540 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
541 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
548 IHPtr ih; in addInputHandler() local
553 ih = calloc(sizeof(*ih), 1); in addInputHandler()
554 if (!ih) in addInputHandler()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/common/
H A Dxf86Events.c352 IHPtr ih; in xf86VTLeave() local
370 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
426 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTLeave()
440 IHPtr ih; in xf86VTEnter() local
474 for (ih = InputHandlers; ih; ih = ih->next) { in xf86VTEnter()
525 if (ih->enabled && ih->fd >= 0 && ih->ihproc) { in xf86InputHandlerNotify()
526 ih->ihproc(ih->fd, ih->data); in xf86InputHandlerNotify()
533 IHPtr ih; in addInputHandler() local
538 ih = calloc(sizeof(*ih), 1); in addInputHandler()
539 if (!ih) in addInputHandler()
[all …]

12345678910>>...221