Home
last modified time | relevance | path

Searched refs:k_mode (Results 1 – 13 of 13) sorted by relevance

/dports/comms/hamlib/hamlib-4.3.1/rigs/kachina/
H A Dkachina.c202 unsigned char k_mode; in kachina_set_mode() local
206 case RIG_MODE_CW: k_mode = M_CW; break; in kachina_set_mode()
208 case RIG_MODE_USB: k_mode = M_USB; break; in kachina_set_mode()
210 case RIG_MODE_LSB: k_mode = M_LSB; break; in kachina_set_mode()
212 case RIG_MODE_FM: k_mode = M_FM; break; in kachina_set_mode()
214 case RIG_MODE_AM: k_mode = M_AM; break; in kachina_set_mode()
223 retval = kachina_transaction(rig, 'M', k_mode); in kachina_set_mode()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/yuvcorrect/
H A Dyuvcorrect_tune.c192 int k_mode; in yuvcorrect_tune_handle_args() local
204 k_mode = 0; in yuvcorrect_tune_handle_args()
207 k_mode = 1; in yuvcorrect_tune_handle_args()
212 k_mode = 1; in yuvcorrect_tune_handle_args()
217 k_mode = 1; in yuvcorrect_tune_handle_args()
222 k_mode = 1; in yuvcorrect_tune_handle_args()
227 k_mode = 1; in yuvcorrect_tune_handle_args()
232 k_mode = 1; in yuvcorrect_tune_handle_args()
237 k_mode = 1; in yuvcorrect_tune_handle_args()
242 k_mode = 1; in yuvcorrect_tune_handle_args()
[all …]
H A Dyuvcorrect.c158 int k_mode, k_general; in yuvcorrect_handle_args() local
170 k_mode = 0; in yuvcorrect_handle_args()
173 k_mode = 1; in yuvcorrect_handle_args()
178 k_mode = 1; in yuvcorrect_handle_args()
181 if (k_mode == 0) in yuvcorrect_handle_args()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dgemma_io.h82 map<string, int> &mapID2num, const size_t k_mode, bool &error,
85 map<string, int> &mapID2num, const size_t k_mode, bool &error,
91 vector<int> &indicator_snp, const int k_mode,
95 const int k_mode, const int display_pace, gsl_matrix *matrix_kin);
H A Dparam.h129 int k_mode; // Kinship read mode: 1: n by n matrix, 2: id/id/k_value; variable
H A Dgemma.cpp1048 cPar.k_mode = atoi(str.c_str()); in Assign()
1686 ReadFile_kin(cPar.file_kin, indicator_all, cPar.mapID2num, cPar.k_mode, in BatchRun()
1753 ReadFile_kin(cPar.file_kin, cPar.indicator_idv, cPar.mapID2num, cPar.k_mode, in BatchRun()
1760 ReadFile_kin(cPar.file_kin, cPar.indicator_cvt, cPar.mapID2num, cPar.k_mode, in BatchRun()
2329 cPar.k_mode, cPar.error, G); in BatchRun()
2351 cPar.k_mode, cPar.error, G); in BatchRun()
2580 cPar.k_mode, cPar.error, G); in BatchRun()
2893 cPar.k_mode, cPar.error, G); in BatchRun()
3004 cPar.k_mode, cPar.error, G); in BatchRun()
H A Dparam.cpp95 : a_mode(0), k_mode(1), d_pace(DEFAULT_PACE), in PARAM()
508 if (k_mode != 1 && k_mode != 2) { in CheckParam()
509 cout << "error! unknown kinship/relatedness input mode: " << k_mode << endl; in CheckParam()
943 if (k_mode == 2 && !file_geno.empty()) { in CheckParam()
H A Dgemma_io.cpp1170 map<string, int> &mapID2num, const size_t k_mode, bool &error, in ReadFile_kin() argument
1188 if (k_mode == 1) { in ReadFile_kin()
1280 map<string, int> &mapID2num, const size_t k_mode, bool &error, in ReadFile_mk() argument
1297 ReadFile_kin(file_kin, indicator_idv, mapID2num, k_mode, error, in ReadFile_mk()
1402 vector<int> &indicator_snp, const int k_mode, in BimbamKin() argument
1518 if (k_mode == 2 && geno_var != 0) { // some confusion here, -gk 2 in BimbamKin()
1583 const int k_mode, const int display_pace, in PlinkKin() argument
1685 if (k_mode == 2 && geno_var != 0) { // k_mode is a_mode-20 in PlinkKin()
/dports/x11/p5-X11-Protocol/X11-Protocol-0.56/
H A DProtocol.pm982 my($modifiers, $button, $win, $owner_events, $mask, $p_mode, $k_mode,
985 $k_mode = $self->num('SyncMode', $k_mode);
990 return pack("LSCCLLCxS", $win, $mask, $p_mode, $k_mode, $confine_w,
1012 my($win, $owner_events, $p_mode, $k_mode, $time) = @_;
1015 $k_mode = $self->num('SyncMode', $k_mode);
1016 return pack("LLCCxx", $win, $time, $p_mode, $k_mode), $owner_events;
1033 my($key, $modifiers, $win, $owner_events, $p_mode, $k_mode) = @_;
1037 $k_mode = $self->num('SyncMode', $k_mode);
1038 return pack("LSCCCxxx", $win, $modifiers, $key, $p_mode, $k_mode),
/dports/audio/libmusicxml/libmusicxml-3.18/src/elements/
H A Delements.h242 k_mode, enumerator
H A Dfactory.cpp294 fMap["mode"] = new newElementFunctor<k_mode>; in factory()
706 fType2Name[k_mode] = "mode"; in factory()
H A Dtypedefs.h244 typedef SMARTP<musicxml<k_mode> > S_mode;
/dports/audio/libmusicxml/libmusicxml-3.18/src/guido/
H A Dxmlpart2guido.cpp1137 string keymode = iter->getValue(k_mode); in visitStart()