Home
last modified time | relevance | path

Searched refs:smask (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyhmacros.h37 #define V_PAVGB_MMX(mmr1, mmr2, mmrw, smask) \ argument
39 "pand "smask", "mmrw"\n\t" \
41 "pand "smask", "mmr1"\n\t" \
44 #define V_PAVGB_MMXEXT(mmr1, mmr2, mmrw, smask) "pavgb "mmr2", "mmr1"\n\t" argument
45 #define V_PAVGB_3DNOW(mmr1, mmr2, mmrw, smask) "pavgusb "mmr2", "mmr1"\n\t" argument
46 #define V_PAVGB(mmr1, mmr2, mmrw, smask) V_PAVGB2(mmr1, mmr2, mmrw, smask, SIMD_TYPE) argument
47 #define V_PAVGB2(mmr1, mmr2, mmrw, smask, simd_type) V_PAVGB3(mmr1, mmr2, mmrw, smask, simd_type) argument
48 #define V_PAVGB3(mmr1, mmr2, mmrw, smask, simd_type) V_PAVGB_##simd_type(mmr1, mmr2, mmrw, smask) argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
Dtomsmocompmacros.h15 #define V_PAVGB_MMX(mmr1, mmr2, mmrw, smask) \ argument
17 "pand "smask", "mmrw"\n\t" \
19 "pand "smask", "mmr1"\n\t" \
22 #define V_PAVGB_MMXEXT(mmr1, mmr2, mmrw, smask) "pavgb "mmr2", "mmr1"\n\t" argument
23 #define V_PAVGB_3DNOW(mmr1, mmr2, mmrw, smask) "pavgusb "mmr2", "mmr1"\n\t" argument
24 #define V_PAVGB(mmr1, mmr2, mmrw, smask) V_PAVGB2(mmr1, mmr2, mmrw, smask, SIMD_TYPE) argument
25 #define V_PAVGB2(mmr1, mmr2, mmrw, smask, simd_type) V_PAVGB3(mmr1, mmr2, mmrw, smask, simd_type) argument
26 #define V_PAVGB3(mmr1, mmr2, mmrw, smask, simd_type) V_PAVGB_##simd_type(mmr1, mmr2, mmrw, smask) argument
/third_party/mesa3d/src/mesa/swrast/
Ds_triangle.c138 const GLint smask = texImg->Width - 1; \
151 GLint s = FixedToInt(span.intTex[0]) & smask; \
196 const GLint smask = texImg->Width - 1; \
212 GLint s = FixedToInt(span.intTex[0]) & smask; \
243 GLint smask, tmask; member
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \ in affine_span()
395 if (s == info->smask) { \ in affine_span()
553 info.smask = texImg->Width - 1; \
599 GLint smask, tmask; member
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c739 snd_pcm_access_mask_t *smask; in check_access_change() local
745 smask = (snd_pcm_access_mask_t *) in check_access_change()
748 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_INTERLEAVED) || in check_access_change()
749 snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_NONINTERLEAVED) || in check_access_change()
750 snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_COMPLEX)) in check_access_change()
755 if (!snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_INTERLEAVED) && in check_access_change()
756 !snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_NONINTERLEAVED)) in check_access_change()
765 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_INTERLEAVED)) in check_access_change()
771 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_NONINTERLEAVED)) in check_access_change()
776 *smask = mask; /* prefer the straight conversion */ in check_access_change()
Dpcm_softvol.c526 snd_pcm_access_mask_t smask; in check_access_mask() local
529 snd_mask_none(&smask); in check_access_mask()
532 snd_pcm_access_mask_set(&smask, in check_access_mask()
534 snd_pcm_access_mask_set(&smask, in check_access_mask()
539 snd_pcm_access_mask_set(&smask, in check_access_mask()
541 snd_pcm_access_mask_set(&smask, in check_access_mask()
545 snd_pcm_access_mask_set(&smask, in check_access_mask()
548 return _snd_pcm_hw_param_set_mask(dst, SND_PCM_HW_PARAM_ACCESS, &smask); in check_access_mask()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dand-trunc.c1 short smask(short x) in smask() function
/third_party/iptables/include/linux/netfilter/
Dxt_policy.h38 union xt_policy_addr smask; member
/third_party/iptables/extensions/
Dlibxt_policy.c134 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse()
299 xtables_ip6mask_to_numeric(&e->smask.a6)); in print_entry()
303 xtables_ipmask_to_numeric(&e->smask.a4)); in print_entry()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c1040 unsigned mask = 0, pmask = 0, smask; in transform_samp() local
1053 smask = 1 << samp->Register.Index; in transform_samp()
1056 if (!(ctx->saturate & smask) && !lower_txp) in transform_samp()
1069 if (ctx->config->saturate_r & smask) in transform_samp()
1080 if (ctx->config->saturate_t & smask) in transform_samp()
1089 if (ctx->config->saturate_s & smask) in transform_samp()
/third_party/iptables/iptables/
Dxtables-arp.c389 const struct in_addr *smask, in replace_entry() argument
396 cs->arp.arp.smsk.s_addr = smask->s_addr; in replace_entry()
Diptables.c491 const struct in_addr *saddr, const struct in_addr *smask, in replace_entry() argument
498 fw->ip.smsk.s_addr = smask->s_addr; in replace_entry()
Dip6tables.c500 const struct in6_addr *saddr, const struct in6_addr *smask, in replace_entry() argument
507 fw->ipv6.smsk = *smask; in replace_entry()
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c858 unsigned long long smask = bits_mask(sh->size); in simplify_mask_shift_or() local
865 return simplify_mask_or(sh, smask & mask, or); in simplify_mask_shift_or()
Dlinearize.c1007 unsigned long long smask= bits_mask(btype->bit_size); in linearize_bitfield_insert() local
1014 ori = add_binary_op(ep, btype, OP_AND, ori, value_pseudo(~mask & smask)); in linearize_bitfield_insert()