Home
last modified time | relevance | path

Searched refs:n_lead (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbistr.c1879 size_t n_lead = 0; in Nlm_stream2text() local
1908 for (s = &str[len-1]; IS_ALPHA(*s); s--, n_lead++) continue; in Nlm_stream2text()
1912 while (n_lead > MIN_LEAD && n_tail < MIN_TAIL) { in Nlm_stream2text()
1913 n_lead--; in Nlm_stream2text()
1917 if (n_lead < MIN_LEAD || n_tail < MIN_TAIL) in Nlm_stream2text()
1924 return (s - str + n_lead + 1); in Nlm_stream2text()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/ctools/ctransition/
H A Dct_ncbistr.cpp1875 size_t n_lead = 0; in Nlm_stream2text() local
1904 for (s = &str[len-1]; IS_ALPHA(*s); s--, n_lead++) continue; in Nlm_stream2text()
1908 while (n_lead > MIN_LEAD && n_tail < MIN_TAIL) { in Nlm_stream2text()
1909 n_lead--; in Nlm_stream2text()
1913 if (n_lead < MIN_LEAD || n_tail < MIN_TAIL) in Nlm_stream2text()
1920 return (s - str + n_lead + 1); in Nlm_stream2text()
/dports/lang/ruby26/ruby-2.6.9/
H A Dclass.c1915 int n_lead = 0, n_opt = 0, n_trail = 0, n_mand; in rb_scan_args() local
1920 n_lead = *p - '0'; in rb_scan_args()
1946 n_mand = n_lead + n_trail; in rb_scan_args()
1975 for (i = n_lead; i-- > 0; ) { in rb_scan_args()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdtrack.c1202 int ix, iy, n_fields, n_lead; in GMT_grdtrack() local
1235 n_lead = 0; /* None of the input columns will be used */ in GMT_grdtrack()
1279 n_lead = (unsigned int)gmt_get_cols (GMT, GMT_IN); /* Get total # of input cols */ in GMT_grdtrack()
1280 n_out = n_lead + Ctrl->G.n_grids; /* Get total # of output cols */ in GMT_grdtrack()
1321 for (ks = 0; ks < n_lead; ks++) out[ks] = in[ks]; in GMT_grdtrack()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h2484 int n_lead, int n_opt, int n_trail,
2490 int n_lead, int n_opt, int n_trail, in rb_scan_args_set() argument
2500 const int n_mand = n_lead + n_trail; in rb_scan_args_set()
2527 for (i = n_lead; i-- > 0; ) { in rb_scan_args_set()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t210/
H A Dscp-decode.cpp2830 …_data, uint16_t *length, uint8_t *in_data, uint16_t &n_samples, uint16_t n_lead, table_H *t_Huffma… in Huffman() argument
2840 for(i=0;i<n_lead;i++) in Huffman()