Home
last modified time | relevance | path

Searched refs:strict_mask (Results 1 – 16 of 16) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.h173 SUMA_COMM_STRUCT *cs, byte *nmask, byte strict_mask);
176 SUMA_COMM_STRUCT *cs, byte *nmask, byte strict_mask);
212 SUMA_COMM_STRUCT *cs, byte *nmask, byte strict_mask);
215 SUMA_COMM_STRUCT *cs, byte *nmask, byte strict_mask);
224 byte *nmask, byte strict_mask,
241 byte *nmask, byte strict_mask);
244 float kpb, byte *mask, byte strict_mask,
247 byte *mask, byte strict_mask,
250 byte *nmask, byte strict_mask,
253 byte *nmask, byte strict_mask,
[all …]
H A DSUMA_LocalStat.c26 byte * nmask, byte strict_mask,
2292 byte * nmask, byte strict_mask, in SUMA_world_stats_node_dbg_f() argument
2337 if (nmask[nj] || !strict_mask) { in SUMA_world_stats_node_dbg_f()
2387 if (nmask[nj] || !strict_mask) { \
2433 byte *nmask, byte strict_mask, in SUMA_CalculateLocalStats() argument
2697 if (!strict_mask) { in SUMA_CalculateLocalStats()
2795 if (!strict_mask) { in SUMA_CalculateLocalStats()
2808 if (strict_mask) { in SUMA_CalculateLocalStats()
2916 if ( strict_mask && nmask && !nmask[bnode] ) in SUMA_nstat_mean()
2988 if ( strict_mask && nmask && !nmask[bnode] ) in SUMA_nstat_num()
[all …]
H A DSUMA_MiscFunc.h185 byte strict_mask);
188 int nr, byte *nmask, byte strict_mask);
193 byte *nmask, byte strict_mask);
H A DSUMA_SurfSmooth.c483 byte strict_mask; member
563 Opt->strict_mask = 1; in SUMA_SurfSmooth_ParseInput()
838 Opt->strict_mask = 0; in SUMA_SurfSmooth_ParseInput()
1646 Opt->strict_mask); in main()
1710 SUMA_COLUMN_MAJOR, NULL, cs, Opt->nmask, Opt->strict_mask); in main()
1787 dset, cs, Opt->nmask, Opt->strict_mask)) { in main()
2472 dset, cs, Opt->nmask, Opt->strict_mask)) { in main()
2530 Opt->N_iter, dset, cs, Opt->nmask, Opt->strict_mask)) { in main()
2565 Opt->strict_mask); in main()
2685 NULL, cs, Opt->nmask, Opt->strict_mask); in main()
H A DSUMA_LocalStat.h41 byte *nmask, byte strict_mask,
H A DSUMA_GeomComp.c3941 NULL, NULL, nmask, strict_mask))) { in SUMA_Taubin_Smooth_SO()
3957 byte *nmask, byte strict_mask, in SUMA_NN_GeomSmooth_SO() argument
3975 nmask, strict_mask))) { in SUMA_NN_GeomSmooth_SO()
3989 byte *nmask, byte strict_mask, in SUMA_NN_GeomSmooth2_SO() argument
4024 byte *nmask, byte strict_mask, in SUMA_NN_GeomSmooth3_SO() argument
4113 byte *nmask, byte strict_mask) in SUMA_Taubin_Smooth() argument
6867 if (bfull[nj] || !strict_mask) { in SUMA_Chung_Smooth_07_dset()
7064 byte *nmask, byte strict_mask, in SUMA_Chung_Smooth_07_toFWHM_dset() argument
7125 if (!strict_mask) { in SUMA_Chung_Smooth_07_toFWHM_dset()
7216 if (bfull[nj] || !strict_mask) { in SUMA_Chung_Smooth_07_toFWHM_dset()
[all …]
H A DSUMA_MiscFunc.c8478 byte *nmask, byte strict_mask) in SUMA_SmoothAttr_Neighb() argument
8534 if (nmask[nj] || !strict_mask) { /* the neighbor is in the in SUMA_SmoothAttr_Neighb()
8565 int nr, byte *nmask, byte strict_mask) in SUMA_SmoothAttr_Neighb_wght() argument
8579 fn, nr, nmask, strict_mask)); in SUMA_SmoothAttr_Neighb_wght()
8630 if (nmask[nj] || !strict_mask) { in SUMA_SmoothAttr_Neighb_wght()
8677 byte *mask, byte strict_mask) in SUMA_SmoothAttr_Neighb_Rec() argument
8701 mask, strict_mask); in SUMA_SmoothAttr_Neighb_Rec()
8712 mask, strict_mask); in SUMA_SmoothAttr_Neighb_Rec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_errata.c62 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in has_mismatched_cache_type()
93 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in cpu_enable_trap_ctr_access()
H A Dcpufeature.c773 u64 strict_mask = ~0x0ULL; in init_cpu_ftr_reg() local
824 strict_mask &= ~ftr_mask; in init_cpu_ftr_reg()
836 reg->strict_mask = strict_mask; in init_cpu_ftr_reg()
952 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg()
969 regp->strict_mask &= ~arm64_ftr_mask(ftrp); in relax_cpu_ftr_reg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_errata.c62 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in has_mismatched_cache_type()
93 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in cpu_enable_trap_ctr_access()
H A Dcpufeature.c773 u64 strict_mask = ~0x0ULL; in init_cpu_ftr_reg() local
824 strict_mask &= ~ftr_mask; in init_cpu_ftr_reg()
836 reg->strict_mask = strict_mask; in init_cpu_ftr_reg()
952 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg()
969 regp->strict_mask &= ~arm64_ftr_mask(ftrp); in relax_cpu_ftr_reg()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dcpu_errata.c62 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in has_mismatched_cache_type()
93 u64 mask = arm64_ftr_reg_ctrel0.strict_mask; in cpu_enable_trap_ctr_access()
H A Dcpufeature.c773 u64 strict_mask = ~0x0ULL; in init_cpu_ftr_reg() local
824 strict_mask &= ~ftr_mask; in init_cpu_ftr_reg()
836 reg->strict_mask = strict_mask; in init_cpu_ftr_reg()
952 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg()
969 regp->strict_mask &= ~arm64_ftr_mask(ftrp); in relax_cpu_ftr_reg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/
H A Dcpufeature.h95 u64 strict_mask; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/
H A Dcpufeature.h95 u64 strict_mask; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Dcpufeature.h95 u64 strict_mask; member