Home
last modified time | relevance | path

Searched refs:ks (Results 101 – 125 of 16973) sorted by relevance

12345678910>>...679

/dports/biology/velvet/velvet_1.2.10/contrib/shuffleSequences_fasta/
H A Dkseq.h48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
70 if (ks->is_eof && ks->begin >= ks->end) return -1; \
71 if (ks->begin >= ks->end) { \
73 ks->end = __read(ks->f, ks->buf, __bufsize); \
97 if (ks->begin >= ks->end && ks->is_eof) return -1; \
100 if (ks->begin >= ks->end) { \
103 ks->end = __read(ks->f, ks->buf, __bufsize); \
123 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/biology/fastool/Fastool-0.1.4/
H A Dkseq.h48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
70 if (ks->is_eof && ks->begin >= ks->end) return -1; \
71 if (ks->begin >= ks->end) { \
73 ks->end = __read(ks->f, ks->buf, __bufsize); \
97 if (ks->begin >= ks->end && ks->is_eof) return -1; \
100 if (ks->begin >= ks->end) { \
103 ks->end = __read(ks->f, ks->buf, __bufsize); \
123 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/biology/py-pywgsim/pywgsim-0.5.2/pywgsim/src/
H A Dkseq.h50 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
51 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
72 if (ks->is_eof && ks->begin >= ks->end) return -1; \
73 if (ks->begin >= ks->end) { \
75 ks->end = __read(ks->f, ks->buf, __bufsize); \
99 if (ks->begin >= ks->end && ks->is_eof) return -1; \
102 if (ks->begin >= ks->end) { \
105 ks->end = __read(ks->f, ks->buf, __bufsize); \
125 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
157 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dkseq.h52 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
53 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
74 if (ks->is_eof && ks->begin >= ks->end) return -1; \
75 if (ks->begin >= ks->end) { \
77 ks->end = __read(ks->f, ks->buf, __bufsize); \
101 if (ks->begin >= ks->end && ks->is_eof) return -1; \
104 if (ks->begin >= ks->end) { \
107 ks->end = __read(ks->f, ks->buf, __bufsize); \
127 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
159 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/ks/
H A Dks.go1 package ks package
12 type ks struct { struct
68 func (ks *ks) Locale() string { argument
125 func (ks *ks) MonthsNarrow() []string { argument
135 func (ks *ks) MonthsWide() []string { argument
155 func (ks *ks) WeekdaysNarrow() []string { argument
165 func (ks *ks) WeekdaysShort() []string { argument
175 func (ks *ks) WeekdaysWide() []string { argument
180 func (ks *ks) Decimal() string { argument
185 func (ks *ks) Group() string { argument
[all …]
/dports/biology/bwa/bwa-0.7.17/
H A Dkseq.h51 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
52 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
73 if (ks->is_eof && ks->begin >= ks->end) return -1; \
74 if (ks->begin >= ks->end) { \
76 ks->end = __read(ks->f, ks->buf, __bufsize); \
79 return (int)ks->buf[ks->begin++]; \
102 if (ks->begin >= ks->end) { \
105 ks->end = __read(ks->f, ks->buf, __bufsize); \
128 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
153 #define kseq_rewind(ks) ((ks)->last_char = (ks)->f->is_eof = (ks)->f->begin = (ks)->f->end = 0) argument
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/bwa/
H A Dkseq.h51 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
52 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
73 if (ks->is_eof && ks->begin >= ks->end) return -1; \
74 if (ks->begin >= ks->end) { \
76 ks->end = __read(ks->f, ks->buf, __bufsize); \
79 return (int)ks->buf[ks->begin++]; \
102 if (ks->begin >= ks->end) { \
105 ks->end = __read(ks->f, ks->buf, __bufsize); \
128 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
153 #define kseq_rewind(ks) ((ks)->last_char = (ks)->f->is_eof = (ks)->f->begin = (ks)->f->end = 0) argument
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/
H A Dkseq.h47 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
48 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
69 if (ks->is_eof && ks->begin >= ks->end) return -1; \
70 if (ks->begin >= ks->end) { \
72 ks->end = __read(ks->f, ks->buf, __bufsize); \
75 return (int)ks->buf[ks->begin++]; \
98 if (ks->begin >= ks->end) { \
101 ks->end = __read(ks->f, ks->buf, __bufsize); \
124 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
149 #define kseq_rewind(ks) ((ks)->last_char = (ks)->f->is_eof = (ks)->f->begin = (ks)->f->end = 0) argument
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dkseq.h49 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
50 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
71 if (ks->is_eof && ks->begin >= ks->end) return -1; \
72 if (ks->begin >= ks->end) { \
74 ks->end = __read(ks->f, ks->buf, __bufsize); \
98 if (ks->begin >= ks->end && ks->is_eof) return -1; \
101 if (ks->begin >= ks->end) { \
104 ks->end = __read(ks->f, ks->buf, __bufsize); \
124 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
158 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/biology/stringtie/stringtie-2.1.1/samtools-0.1.18/
H A Dkseq.h46 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
47 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
68 if (ks->is_eof && ks->begin >= ks->end) return -1; \
69 if (ks->begin >= ks->end) { \
71 ks->end = __read(ks->f, ks->buf, __bufsize); \
95 if (ks->begin >= ks->end && ks->is_eof) return -1; \
98 if (ks->begin >= ks->end) { \
101 ks->end = __read(ks->f, ks->buf, __bufsize); \
121 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
[all …]
/dports/biology/seqtk/seqtk-1.3/
H A Dkseq.h47 #define ks_err(ks) ((ks)->end < 0) argument
48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end) argument
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0) argument
72 if (ks->begin >= ks->end) { \
74 ks->end = __read(ks->f, ks->buf, __bufsize); \
78 return (int)ks->buf[ks->begin++]; \
102 if (ks->begin >= ks->end) { \
105 ks->end = __read(ks->f, ks->buf, __bufsize); \
129 memcpy(str->s + str->l, ks->buf + ks->begin, i - ks->begin); \
154 #define kseq_rewind(ks) ((ks)->last_char = (ks)->f->is_eof = (ks)->f->begin = (ks)->f->end = 0) argument
[all …]
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_cipher_camellia.cl307 out[0] = in[0] ^ ks[0];
308 out[1] = in[1] ^ ks[1];
309 out[2] = in[2] ^ ks[2];
310 out[3] = in[3] ^ ks[3];
319 cam_fl (out, &ks[16], &ks[18]);
328 cam_fl (out, &ks[32], &ks[34]);
337 cam_fl (out, &ks[48], &ks[50]);
359 out[0] = in[0] ^ ks[64];
371 cam_fl (out, &ks[50], &ks[48]);
380 cam_fl (out, &ks[34], &ks[32]);
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dkahan_sum.F86 ks = t
121 ks = t
144 t = ks + y
146 ks = t
180 ks = t
215 ks = t
253 ks = t
281 ks = t
319 ks = t
347 ks = t
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dkahan_sum.F86 ks = t
121 ks = t
144 t = ks + y
146 ks = t
180 ks = t
215 ks = t
253 ks = t
281 ks = t
319 ks = t
347 ks = t
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/test/
H A Dkstring_test.c12 if (ks->l != strlen(correct) || strcmp(ks->s, correct) != 0) { in check()
22 ks->l = 0; in test_kputw()
23 kputw(n, ks); in test_kputw()
33 ks->l = 0; in test_kputl()
34 kputl(n, ks); in test_kputl()
42 kstring_t ks; in main() local
44 ks.l = ks.m = 0; in main()
45 ks.s = NULL; in main()
47 test_kputw(&ks, 0); in main()
48 test_kputw(&ks, 1); in main()
[all …]
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3.93/source/
H A Dfind.c50 gtk_widget_hide (ks.find_grid); in show_or_hide_find_grid()
68 gtk_widget_show (ks.find_grid); in show_or_hide_find_grid()
113 if (*ks.search_term->str) { in find_buttons_management()
131 ks.rows_with_found_occurrences = NULL; in clear_list_of_rows_with_found_occurrences()
172 return ks.rows_with_found_occurrences = g_list_reverse (ks.rows_with_found_occurrences); in create_list_of_rows_with_found_occurrences()
266 g_string_assign (ks.search_term, gtk_entry_get_text (GTK_ENTRY (ks.find_entry))); in run_search()
272 if (*ks.search_term->str) { in run_search()
276 wrong_or_missing (ks.find_entry, ks.find_entry_css_provider); in run_search()
291 wrong_or_missing (ks.find_in_all_columns, ks.find_in_all_columns_css_provider); in run_search()
324 GtkTreePath *path = gtk_tree_model_get_path (ks.model, &ks.iter), *path_of_occurrence; in jump_to_previous_or_next_occurrence()
[all …]
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3/source/
H A Dfind.c50 gtk_widget_hide (ks.find_grid); in show_or_hide_find_grid()
68 gtk_widget_show (ks.find_grid); in show_or_hide_find_grid()
113 if (*ks.search_term->str) { in find_buttons_management()
131 ks.rows_with_found_occurrences = NULL; in clear_list_of_rows_with_found_occurrences()
172 return ks.rows_with_found_occurrences = g_list_reverse (ks.rows_with_found_occurrences); in create_list_of_rows_with_found_occurrences()
266 g_string_assign (ks.search_term, gtk_entry_get_text (GTK_ENTRY (ks.find_entry))); in run_search()
272 if (*ks.search_term->str) { in run_search()
276 wrong_or_missing (ks.find_entry, ks.find_entry_css_provider); in run_search()
291 wrong_or_missing (ks.find_in_all_columns, ks.find_in_all_columns_css_provider); in run_search()
324 GtkTreePath *path = gtk_tree_model_get_path (ks.model, &ks.iter), *path_of_occurrence; in jump_to_previous_or_next_occurrence()
[all …]
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/curves/
H A Dpoly3.py18 th1, th2, th3, th4 = ks[0], .5 * ks[1], (1./6) * ks[2], (1./24) * ks[3]
19 k0, k1, k2, k3 = ks[0] * ds, ks[1] * ds, ks[2] * ds, ks[3] * ds
58 th0 = ch_th - (-.5 * ks[0] + .125 * ks[1] - 1./48 * ks[2] + 1./384 * ks[3])
59 th1 = (.5 * ks[0] + .125 * ks[1] + 1./48 * ks[2] + 1./384 * ks[3]) - ch_th
60 k0 = chord * (ks[0] - .5 * ks[1] + .125 * ks[2] - 1./48 * ks[3])
61 k1 = chord * (ks[0] + .5 * ks[1] + .125 * ks[2] + 1./48 * ks[3])
67 k1l = chord * chord * (ks[1] - .5 * ks[2] + .125 * ks[3])
68 k1r = chord * chord * (ks[1] + .5 * ks[2] + .125 * ks[3])
69 k2l = chord * chord * chord * (ks[2] - .5 * ks[3])
74 ksp = (ks[0] * .5, ks[1] * .25, ks[2] * .125, ks[3] * .0625)
[all …]
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dks-one-sample.c53 struct ks struct
73 theoretical_uniform (const struct ks *ks, double x) in theoretical_uniform() argument
79 theoretical_normal (const struct ks *ks, double x) in theoretical_normal() argument
148 struct ks *ks = XCALLOC (ost->n_vars, struct ks); in ks_one_sample_execute() local
202 ks[v].mu = ks[v].sum / ks[v].obs_cc; in ks_one_sample_execute()
208 ks[v].sigma = ks[v].ssq - pow2 (ks[v].sum) / ks[v].obs_cc; in ks_one_sample_execute()
209 ks[v].sigma /= ks[v].obs_cc - 1; in ks_one_sample_execute()
210 ks[v].sigma = sqrt (ks[v].sigma); in ks_one_sample_execute()
217 ks[v].mu = ks[v].sigma = kst->p[0]; in ks_one_sample_execute()
219 ks[v].mu = ks[v].sigma = ks[v].sum / ks[v].obs_cc; in ks_one_sample_execute()
[all …]
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dfind.c60 if (GTK_WIDGET_VISIBLE (ks.find_box)) {
64 gtk_widget_hide (ks.find_box);
65 g_string_assign (ks.search_term, "");
81 gtk_widget_show (ks.find_box);
127 if (*ks.search_term->str) {
150 ks.rows_with_found_occurrences = NULL;
191 return ks.rows_with_found_occurrences = g_list_reverse (ks.rows_with_found_occurrences);
360 g_string_assign (ks.search_term, gtk_entry_get_text (GTK_ENTRY (ks.find_entry)));
366 highlight_border (ks.highlighted_widgets, FIND_ENTRY_HL, !(*ks.search_term->str));
413 GtkTreePath *path = gtk_tree_model_get_path (ks.model, &ks.iter), *path_of_occurrence;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Duipc_sem.c141 ksem_t *ks; in ksem_listener_cb() local
147 ks = arg1; in ksem_listener_cb()
249 ksem_t *ks; in ksem_lookup() local
256 return ks; in ksem_lookup()
284 ksem_t *ks; in ksem_get() local
307 ksem_t *ks; in ksem_create() local
368 kmem_free(ks->ks_name, ks->ks_namelen); in ksem_free()
394 ksem_t *ks; in do_ksem_init() local
486 if (ks) { in do_ksem_open()
589 ub->st_mode = ks->ks_mode | ((ks->ks_name && ks->ks_namelen) in ksem_stat_fop()
[all …]
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/illumos/go-kstat/
H A Draw_solaris_test.go17 osnap := ks.Snaptime
18 r, err := ks.Raw()
39 r, err = ks.Raw()
51 r, err = ks.Raw()
69 _, err = ks.Raw()
76 if ks.Module != module || ks.Instance != instance || ks.Name != name {
103 ks, _, err = tok.Var()
123 err = ks.CopyTo(&r)
140 err = ks.CopyTo(&f)
150 err = ks.CopyTo(&f)
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/pewe/matlab/
H A Dbessel_family.m6 dr_j_s = -ks*besselj(1,ks*a);
10 dr_h1_s_a = -ks*besselh(1,1,ks*a);
11 dr_h2_s_a = -ks*besselh(1,2,ks*a);
15 dr_h1_s = -ks*besselh(1,1,ks*b);
16 dr_h2_s = -ks*besselh(1,2,ks*b);
27 dr_j_s = 0.5*ks * (besselj(n-1,ks*a)-besselj(n+1,ks*a));
31 dr_h1_s_a = 0.5*ks *(besselh(n-1,1,ks*a)-besselh(n+1,1,ks*a));
32 dr_h2_s_a = 0.5*ks *(besselh(n-1,2,ks*a)-besselh(n+1,2,ks*a));
35 dr_h1_s = 0.5*ks *(besselh(n-1,1,ks*b)-besselh(n+1,1,ks*b));
37 dr_h2_s = 0.5*ks *(besselh(n-1,2,ks*b)-besselh(n+1,2,ks*b));
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/
H A Dspi_ks8995.c197 result <<= ks->chip->addr_width + ks->chip->addr_shift; in create_spi_cmd()
444 ks = devm_kzalloc(&spi->dev, sizeof(*ks), GFP_KERNEL); in ks8995_probe()
445 if (!ks) in ks8995_probe()
449 ks->spi = spi; in ks8995_probe()
453 ks->pdata = devm_kzalloc(&spi->dev, sizeof(*ks->pdata), in ks8995_probe()
455 if (!ks->pdata) in ks8995_probe()
463 if (!ks->pdata) in ks8995_probe()
467 if (ks->pdata && gpio_is_valid(ks->pdata->reset_gpio)) { in ks8995_probe()
500 ks->regs_attr.size = ks->chip->regs_size; in ks8995_probe()
515 ks->chip->name, ks->chip->chip_id, ks->revision_id); in ks8995_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/
H A Dspi_ks8995.c197 result <<= ks->chip->addr_width + ks->chip->addr_shift; in create_spi_cmd()
444 ks = devm_kzalloc(&spi->dev, sizeof(*ks), GFP_KERNEL); in ks8995_probe()
445 if (!ks) in ks8995_probe()
449 ks->spi = spi; in ks8995_probe()
453 ks->pdata = devm_kzalloc(&spi->dev, sizeof(*ks->pdata), in ks8995_probe()
455 if (!ks->pdata) in ks8995_probe()
463 if (!ks->pdata) in ks8995_probe()
467 if (ks->pdata && gpio_is_valid(ks->pdata->reset_gpio)) { in ks8995_probe()
500 ks->regs_attr.size = ks->chip->regs_size; in ks8995_probe()
515 ks->chip->name, ks->chip->chip_id, ks->revision_id); in ks8995_probe()
[all …]

12345678910>>...679