Home
last modified time | relevance | path

Searched refs:tmask (Results 251 – 275 of 1113) sorted by relevance

1...<<11121314151617181920>>...45

/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Dkvm_cache_regs.h123 ulong tmask = mask & KVM_POSSIBLE_CR0_GUEST_BITS; in kvm_read_cr0_bits() local
124 if ((tmask & vcpu->arch.cr0_guest_owned_bits) && in kvm_read_cr0_bits()
137 ulong tmask = mask & KVM_POSSIBLE_CR4_GUEST_BITS; in kvm_read_cr4_bits() local
138 if ((tmask & vcpu->arch.cr4_guest_owned_bits) && in kvm_read_cr4_bits()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Dkvm_cache_regs.h123 ulong tmask = mask & KVM_POSSIBLE_CR0_GUEST_BITS; in kvm_read_cr0_bits() local
124 if ((tmask & vcpu->arch.cr0_guest_owned_bits) && in kvm_read_cr0_bits()
137 ulong tmask = mask & KVM_POSSIBLE_CR4_GUEST_BITS; in kvm_read_cr4_bits() local
138 if ((tmask & vcpu->arch.cr4_guest_owned_bits) && in kvm_read_cr4_bits()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/
H A Dsbi.c217 struct cpumask tmask; in __sbi_send_ipi_v02() local
222 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_send_ipi_v02()
223 hart_mask = cpumask_bits(&tmask); in __sbi_send_ipi_v02()
316 struct cpumask tmask; in __sbi_rfence_v02() local
320 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_rfence_v02()
321 hart_mask = cpumask_bits(&tmask); in __sbi_rfence_v02()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/
H A Dsbi.c217 struct cpumask tmask; in __sbi_send_ipi_v02() local
222 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_send_ipi_v02()
223 hart_mask = cpumask_bits(&tmask); in __sbi_send_ipi_v02()
316 struct cpumask tmask; in __sbi_rfence_v02() local
320 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_rfence_v02()
321 hart_mask = cpumask_bits(&tmask); in __sbi_rfence_v02()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/
H A Dsbi.c217 struct cpumask tmask; in __sbi_send_ipi_v02() local
222 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_send_ipi_v02()
223 hart_mask = cpumask_bits(&tmask); in __sbi_send_ipi_v02()
316 struct cpumask tmask; in __sbi_rfence_v02() local
320 riscv_cpuid_to_hartid_mask(cpu_online_mask, &tmask); in __sbi_rfence_v02()
321 hart_mask = cpumask_bits(&tmask); in __sbi_rfence_v02()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member
391 if (t == info->tmask) { \ in affine_span()
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member
625 GLint t = util_ifloor(t_tmp) & info->tmask; \ in fast_persp_span()
656 if (t == info->tmask) { \ in fast_persp_span()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xephyr/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xarcan/xarcan-0.6.0/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/x11-servers/xwayland/xorg-server-1.20.13/Xi/
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE]; in ProcXGrabDevice()
172 struct tmask *mask, DeviceIntPtr dev, int req) in CreateMaskFromList()
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask)); in CreateMaskFromList()
/dports/sysutils/webmin/webmin-1.981/net/lang/
H A Dsv9 ifcs_mask=Nätmask
40 aifc_emask='$1' är inte en giltig nätmask
58 bifc_emask='$1' är inte en giltig nätmask
77 routes_mask=Nätmask
79 routes_emask='$1' är inte en giltig nätmask

1...<<11121314151617181920>>...45