Home
last modified time | relevance | path

Searched refs:check_which (Results 1 – 12 of 12) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutPool/
H A Dcut_pool.c68 if (cp->par.check_which == CHECK_ALL_CUTS || in main()
69 cp->par.check_which == CHECK_LEVEL || in main()
70 cp->par.check_which == CHECK_TOUCHES || in main()
71 cp->par.check_which == CHECK_LEVEL_AND_TOUCHES){ in main()
H A Dcp_wrapper.c92 switch(cp->par.check_which){ /* decide which cuts to check for violation */ in check_cuts_u()
/dports/games/qstat/qstat-2.17/
H A Dautogen.sh48 check_which() function
57 check_which
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_solarisacl.c745 int check_which;
747 check_rc = aclcheck(solaris_acl, count, &check_which);
751 DEBUGADD(10, (" - which: %d\n", check_which));
752 if (check_which != -1) {
755 solaris_acl[check_which].a_type));
757 solaris_acl[check_which].a_id));
759 solaris_acl[check_which].a_perm));
H A Dvfs_hpuxacl.c425 int check_which, check_rc; in smb_acl_to_hpux_acl() local
1136 int check_which;
1138 check_rc = aclcheck(hpux_acl, count, &check_which);
1142 DEBUGADD(10, (" - which: %d\n", check_which));
1143 if (check_which != -1) {
1146 hpux_acl[check_which].a_type));
1148 hpux_acl[check_which].a_id));
1150 hpux_acl[check_which].a_perm));
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_cp_params.h35 int check_which; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/decomp/
H A Dsp_params.h12 int check_which; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-subdev.c125 static inline int check_which(u32 which) in check_which() function
164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format()
191 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code()
203 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size()
238 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval()
250 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-subdev.c125 static inline int check_which(u32 which) in check_which() function
164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format()
191 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code()
203 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size()
238 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval()
250 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-subdev.c125 static inline int check_which(u32 which) in check_which() function
164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format()
191 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code()
203 return check_which(fse->which) ? : check_pad(sd, fse->pad) ? : in call_enum_frame_size()
238 return check_which(fie->which) ? : check_pad(sd, fie->pad) ? : in call_enum_frame_interval()
250 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster.c598 cp_par->check_which = CHECK_ALL_CUTS; in sym_set_defaults()
5996 *value = cp_par->check_which;
H A Dmaster_func.c3347 READ_INT_PAR(cp_par->check_which); in set_param()