Home
last modified time | relevance | path

Searched refs:max_mask (Results 1 – 25 of 94) sorted by relevance

1234

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Linux/libevdev/
H A Dlibevdev-int.h300 max_mask(ABS, abs); in type_to_mask_const()
301 max_mask(REL, rel); in type_to_mask_const()
302 max_mask(KEY, key); in type_to_mask_const()
303 max_mask(LED, led); in type_to_mask_const()
304 max_mask(MSC, msc); in type_to_mask_const()
305 max_mask(SW, sw); in type_to_mask_const()
306 max_mask(FF, ff); in type_to_mask_const()
307 max_mask(REP, rep); in type_to_mask_const()
328 max_mask(SW, sw); in type_to_mask()
329 max_mask(FF, ff); in type_to_mask()
[all …]
/dports/devel/libevdev/libevdev-1.5.9/libevdev/
H A Dlibevdev-int.h301 max_mask(ABS, abs); in type_to_mask_const()
302 max_mask(REL, rel); in type_to_mask_const()
303 max_mask(KEY, key); in type_to_mask_const()
304 max_mask(LED, led); in type_to_mask_const()
305 max_mask(MSC, msc); in type_to_mask_const()
306 max_mask(SW, sw); in type_to_mask_const()
307 max_mask(FF, ff); in type_to_mask_const()
308 max_mask(REP, rep); in type_to_mask_const()
329 max_mask(SW, sw); in type_to_mask()
330 max_mask(FF, ff); in type_to_mask()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vdtop/
H A Dvdtop_set_4_veinerization_structure.hxx127 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_4_veinerization_mask() local
152 max_mask.add_direction(m) ; in vdtop_compute_4_veinerization_mask()
156 nb_vertices+=(!max_mask.empty()) ; in vdtop_compute_4_veinerization_mask()
157 nb_edges+=max_mask.nb_4_neighbors() ; in vdtop_compute_4_veinerization_mask()
158 vdtop_8_neighborhood_mask tmp=max_mask ; in vdtop_compute_4_veinerization_mask()
172 (*current_mask)=max_mask ; in vdtop_compute_4_veinerization_mask()
209 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_4_veinerization_mask() local
232 max_mask.add_direction(m) ; in vdtop_compute_4_veinerization_mask()
236 nb_vertices+=(!max_mask.empty()) ; in vdtop_compute_4_veinerization_mask()
237 nb_edges+=max_mask.nb_4_neighbors() ; in vdtop_compute_4_veinerization_mask()
[all …]
H A Dvdtop_set_8_veinerization_structure.hxx123 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_8_veinerization_mask() local
147 max_mask.add_direction(m) ; in vdtop_compute_8_veinerization_mask()
151 nb_vertices+=(!max_mask.empty()) ; in vdtop_compute_8_veinerization_mask()
152 nb_edges+=max_mask.nb_8_neighbors() ; in vdtop_compute_8_veinerization_mask()
153 vdtop_8_neighborhood_mask tmp=max_mask ; in vdtop_compute_8_veinerization_mask()
167 (*current_mask)=max_mask ; in vdtop_compute_8_veinerization_mask()
204 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_8_veinerization_mask() local
227 max_mask.add_direction(m) ; in vdtop_compute_8_veinerization_mask()
231 nb_vertices+=(!max_mask.empty()) ; in vdtop_compute_8_veinerization_mask()
232 nb_edges+=max_mask.nb_8_neighbors() ; in vdtop_compute_8_veinerization_mask()
[all …]
H A Dvdtop_misc.hxx100 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_first_veinerization_pass_() local
120 max_mask.add_direction(m) ; in vdtop_compute_first_veinerization_pass_()
137 max_mask&=down_left_neighbors ; in vdtop_compute_first_veinerization_pass_()
138 *current_mask=max_mask ; in vdtop_compute_first_veinerization_pass_()
194 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_compute_first_veinerization_pass_() local
214 max_mask.add_direction(m) ; in vdtop_compute_first_veinerization_pass_()
231 max_mask&=down_left_neighbors ; in vdtop_compute_first_veinerization_pass_()
232 *current_mask=max_mask ; in vdtop_compute_first_veinerization_pass_()
397 vdtop_8_neighborhood_mask max_mask(0) ; in vdtop_remove_non_maximal_direction() local
417 max_mask.add_direction(m) ; in vdtop_remove_non_maximal_direction()
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/sdc/
H A Dmask.hpp11 inline static constexpr auto max_mask = 0x02; member
23 if(max) mask |= max_mask; in TimingMask()
24 if(!min && !max) mask |= (min_mask | max_mask); in TimingMask()
34 return (el == MIN) ? mask & min_mask : mask & max_mask; in operator |()
/dports/net/p5-IP-Country/IP-Country-2.28/dbmScripts/
H A Dipauth_loader.pl101 my $max_mask = get_max_mask($ip);
102 if ($max_mask < $mask){
103 $mask = $max_mask;
287 my $max_mask = get_max_mask($ip_packed);
288 if ((2 ** $max_mask) > $size){
289 $max_mask = int(log($size)/$log2);
291 add_range($ip_packed,$mask_packed[$max_mask],$cc,$handicap);
292 $ip_decimal += (2 ** $max_mask);
293 $size -= (2 ** $max_mask);
H A Dipcc_loader.pl101 my $max_mask = get_max_mask($ip);
102 if ($max_mask < $mask){
103 $mask = $max_mask;
287 my $max_mask = get_max_mask($ip_packed);
288 if ((2 ** $max_mask) > $size){
289 $max_mask = int(log($size)/$log2);
291 add_range($ip_packed,$mask_packed[$max_mask],$cc,$handicap);
292 $ip_decimal += (2 ** $max_mask);
293 $size -= (2 ** $max_mask);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-pdc-mailbox.c69 #define XXD(x, max_mask) ((x) & (max_mask)) argument
70 #define TXD(x, max_mask) XXD((x), (max_mask)) argument
71 #define RXD(x, max_mask) XXD((x), (max_mask)) argument
72 #define NEXTTXD(i, max_mask) TXD((i) + 1, (max_mask)) argument
73 #define PREVTXD(i, max_mask) TXD((i) - 1, (max_mask)) argument
74 #define NEXTRXD(i, max_mask) RXD((i) + 1, (max_mask)) argument
75 #define PREVRXD(i, max_mask) RXD((i) - 1, (max_mask)) argument
76 #define NTXDACTIVE(h, t, max_mask) TXD((t) - (h), (max_mask)) argument
77 #define NRXDACTIVE(h, t, max_mask) RXD((t) - (h), (max_mask)) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-pdc-mailbox.c69 #define XXD(x, max_mask) ((x) & (max_mask)) argument
70 #define TXD(x, max_mask) XXD((x), (max_mask)) argument
71 #define RXD(x, max_mask) XXD((x), (max_mask)) argument
72 #define NEXTTXD(i, max_mask) TXD((i) + 1, (max_mask)) argument
73 #define PREVTXD(i, max_mask) TXD((i) - 1, (max_mask)) argument
74 #define NEXTRXD(i, max_mask) RXD((i) + 1, (max_mask)) argument
75 #define PREVRXD(i, max_mask) RXD((i) - 1, (max_mask)) argument
76 #define NTXDACTIVE(h, t, max_mask) TXD((t) - (h), (max_mask)) argument
77 #define NRXDACTIVE(h, t, max_mask) RXD((t) - (h), (max_mask)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-pdc-mailbox.c69 #define XXD(x, max_mask) ((x) & (max_mask)) argument
70 #define TXD(x, max_mask) XXD((x), (max_mask)) argument
71 #define RXD(x, max_mask) XXD((x), (max_mask)) argument
72 #define NEXTTXD(i, max_mask) TXD((i) + 1, (max_mask)) argument
73 #define PREVTXD(i, max_mask) TXD((i) - 1, (max_mask)) argument
74 #define NEXTRXD(i, max_mask) RXD((i) + 1, (max_mask)) argument
75 #define PREVRXD(i, max_mask) RXD((i) - 1, (max_mask)) argument
76 #define NTXDACTIVE(h, t, max_mask) TXD((t) - (h), (max_mask)) argument
77 #define NRXDACTIVE(h, t, max_mask) RXD((t) - (h), (max_mask)) argument
/dports/x11/babl/babl-0.1.88/extensions/
H A Dsse2-int16.c89 const __v4sf max_mask = { 0.0f, 0.0f, 0.0f, 1.0f }; in conv_rgba16_rgbAF() local
110 aaaa0 = _mm_max_ps(aaaa0, max_mask); in conv_rgba16_rgbAF()
111 aaaa1 = _mm_max_ps(aaaa1, max_mask); in conv_rgba16_rgbAF()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcpprep_api.c202 ctx->options->max_mask = value; in tcpprep_set_max_mask()
450 ctx->options->max_mask = OPT_VALUE_MAXMASK; in tcpprep_post_args()
452 if (!(ctx->options->min_mask > ctx->options->max_mask)) in tcpprep_post_args()
454 ctx->options->min_mask, ctx->options->max_mask); in tcpprep_post_args()
/dports/emulators/qemu60/qemu-6.0.0/softmmu/
H A Ddma-helpers.c336 uint64_t max_mask = UINT64_MAX, addr_mask = end - start; in dma_aligned_pow2_mask() local
340 max_mask = (1ULL << max_addr_bits) - 1; in dma_aligned_pow2_mask()
343 alignment_mask = start ? (start & -start) - 1 : max_mask; in dma_aligned_pow2_mask()
344 alignment_mask = MIN(alignment_mask, max_mask); in dma_aligned_pow2_mask()
345 size_mask = MIN(addr_mask, max_mask); in dma_aligned_pow2_mask()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/softmmu/
H A Ddma-helpers.c336 uint64_t max_mask = UINT64_MAX, addr_mask = end - start; in dma_aligned_pow2_mask() local
340 max_mask = (1ULL << max_addr_bits) - 1; in dma_aligned_pow2_mask()
343 alignment_mask = start ? (start & -start) - 1 : max_mask; in dma_aligned_pow2_mask()
344 alignment_mask = MIN(alignment_mask, max_mask); in dma_aligned_pow2_mask()
345 size_mask = MIN(addr_mask, max_mask); in dma_aligned_pow2_mask()
/dports/emulators/qemu/qemu-6.2.0/softmmu/
H A Ddma-helpers.c336 uint64_t max_mask = UINT64_MAX, addr_mask = end - start; in dma_aligned_pow2_mask() local
340 max_mask = (1ULL << max_addr_bits) - 1; in dma_aligned_pow2_mask()
343 alignment_mask = start ? (start & -start) - 1 : max_mask; in dma_aligned_pow2_mask()
344 alignment_mask = MIN(alignment_mask, max_mask); in dma_aligned_pow2_mask()
345 size_mask = MIN(addr_mask, max_mask); in dma_aligned_pow2_mask()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DP_SNIActionPerformer.h269 …static const unsigned long max_mask = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SS…
271 static const unsigned long max_mask = SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2;
273 TLSValidProtocols() : protocol_mask(max_mask) {} in TLSValidProtocols()
281 ssl_vc->set_valid_tls_protocols(protocol_mask, TLSValidProtocols::max_mask); in SNIAction()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/librpc/idl/
H A Dnotify.idl32 The max_mask and max_mask_subdir at each depth is the
38 uint32 max_mask;
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/www/firefox/firefox-99.0/third_party/dav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/src/ppc/
H A Dcdef_init_tmpl.c197 static inline i16x8 max_mask(i16x8 a, i16x8 b) { in max_mask() function
247 max = max_mask(p ## 0, max); \
249 max = max_mask(p ## 1, max); \
251 max = max_mask(p ## 2, max); \
253 max = max_mask(p ## 3, max); \

1234