Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 18108) sorted by relevance

12345678910>>...725

/dports/lang/cim/cim-3.37/src/
H A Dsenttrans.c30 for (sent= parentSent->first; sent!=NULL ;sent= nextsent)
90 for (sent= parentSent->first; sent!=NULL; sent= sent->next)
130 sent->iexp= transcall (sent->exp->up, sent->exp);
160 sent->iexp= transcall (sent->exp->up, sent->exp);
273 sent->iexp= transcall (sent->exp->up, sent->exp);
282 sent->iexp= transcall (sent->exp->up, sent->exp);
307 sent->iexp= transcall (sent->exp->up, sent->exp);
341 sent->iexp= transcall (sent->exp->up, sent->exp);
349 sent->iexp= transcall (sent->exp, sent->exp->right);
369 thunkTrans (sent) struct SENT *sent; variable
[all …]
H A Dsentchecker.c34 for (sent= parentSent->first; sent!=NULL; sent= nextSent)
41 sent->cblock=cblock;
53 sent->exp->left->rd->value = sent->exp->right->value;
72 (sent->exp->token != MARGUMENT || sent->exp->rd->kind != KCLASS))
98 if (sent->exp->type != TREF && sent->exp->type != TERROR)
102 reginsp (sent->cblock, sent->exp->qual);
104 if (sent->last==NULL || sent->last->token != MOTHERWISE) outBlock ();
151 regwhen (sent->cblock, sent->exp->rd);
172 if (sent->exp->type != TBOOL && sent->exp->type != TERROR)
196 if (sent->exp->type != TLABEL && sent->exp->type != TERROR)
[all …]
H A Dsentgen.c35 for (sent= parentSent->first; sent!=NULL; sent= sent->next)
68 moduleGen (sent) struct SENT *sent; variable
142 blockGen (sent) struct SENT *sent; variable
165 prblockGen (sent) struct SENT *sent; variable
235 classGen (sent) struct SENT *sent; variable
250 inspectGen (sent) struct SENT *sent; variable
488 fordoGen (sent) struct SENT *sent; variable
523 whileGen (sent) struct SENT *sent; variable
551 ifGen (sent) struct SENT *sent; variable
593 gotoGen (sent) struct SENT *sent; variable
[all …]
/dports/sysutils/py-liquidctl/liquidctl-1.7.2/tests/
H A Dtest_commander_pro.py275 sent = commanderProDevice.device.sent
309 sent = commanderProDevice.device.sent
325 sent = commanderProDevice.device.sent
339 sent = commanderProDevice.device.sent
367 sent = commanderProDevice.device.sent
384 sent = commanderProDevice.device.sent
398 sent = commanderProDevice.device.sent
465 sent = commanderProDevice.device.sent
481 sent = commanderProDevice.device.sent
498 sent = commanderProDevice.device.sent
[all …]
H A Dtest_hydro_platinum.py122 assert len(dev.device.sent) == 9
142 assert len(dev.device.sent) == 6
163 assert dev.device.sent[0].data[2] == 0xff
180 assert dev.device.sent[0].data[2] == 0xff
217 assert len(dev.device.sent) == 3
218 for _, data in dev.device.sent:
228 assert dev.device.sent[0].data[0x17] == 0x2
239 assert dev.device.sent[-1].data[0x0b] == 0x2
275 assert dev.device.sent[-1].data[0x1d] == 7
359 for _, data in dev.device.sent[3:5]:
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dparse.c71 if (sent->lnkages) free_linkages(sent); in setup_linkages()
72 sent->lnkages = linkage_array_new(sent->num_linkages_alloced); in setup_linkages()
119 (sent->num_linkages_found > (int) sent->num_linkages_alloced); in process_linkages()
165 partial_init_linkage(sent, lkg, sent->length); in process_linkages()
208 sent->num_linkages_alloced = sent->num_valid_linkages; in process_linkages()
223 if (0 != sent->rand_state && sent->dict->shuffle_linkages) return; in sort_linkages()
225 qsort((void *)sent->lnkages, sent->num_linkages_alloced, in sort_linkages()
290 if (sent->length < sent->min_len_multi_pruning) in classic_parse()
397 sent->num_linkages_found = do_parse(sent, mchxt, ctxt, opts); in classic_parse()
400 sent->num_linkages_found, sent->null_count, in classic_parse()
[all …]
H A Dpreparation.c69 (int) sent->length)) in setup_connectors()
82 sent->word[w].d = head; in setup_connectors()
93 d < &((Disjunct *)sent->dc_memblock)[sent->num_disjuncts]; d++) in gword_record_in_connector()
120 for (w = 0; w < sent->length; w++) in build_sentence_disjuncts()
129 sent->word[w].d = d; in build_sentence_disjuncts()
144 print_disjunct_counts(sent); in prepare_to_parse()
148 for (i=0; i<sent->length; i++) in prepare_to_parse()
150 sent->word[i].d = eliminate_duplicate_disjuncts(sent->word[i].d); in prepare_to_parse()
170 print_disjunct_counts(sent); in prepare_to_parse()
173 setup_connectors(sent); in prepare_to_parse()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dfetchinvoice.c112 struct sent *sent, in handle_error() argument
413 struct sent *sent; in recv_modern_onion_message() local
452 struct sent *sent; in recv_obs_onion_message() local
686 struct sent *sent; member
705 struct sent *sent = sending->sent; in send_obs_message() local
757 struct sent *sent = sending->sent; in send_modern_message() local
948 struct sent *sent; member
1014 ca->sent = sent; in connect_direct()
1237 struct sent *sent = tal(cmd, struct sent); in json_fetchinvoice() local
1652 struct sent *sent = tal(cmd, struct sent); in json_sendinvoice() local
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dapi.c414 Sentence sent; in sentence_create() local
419 sent->dict = dict; in sentence_create()
432 sent->orig_sentence = string_set_add (input_string, sent->string_set); in sentence_create()
448 return sent; in sentence_create()
510 sent->word = NULL; in free_sentence_words()
515 if (!sent) return; in sentence_delete()
520 free_linkages(sent); in sentence_delete()
536 free(sent); in sentence_delete()
541 if (!sent) return 0; in sentence_length()
542 return sent->length; in sentence_length()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/scripts/general/
H A Dselect-prompts70 sent.next.prev=sent.prev
72 sent.prev.next=sent.next
73 sent.prev=None
75 return sent
145 sent.cost=len(sent.units)
151 sent.units=[i for i,n in sent.instances]
172 return ((i<len(sent.units)) and (sent.units[i]==u))
191 while sent:
198 res=sent
244 res=sent
[all …]
/dports/devel/monotone/monotone-1.1/test/func/exchanging_work_via_netsync_sent_notes/
H A Dtestnotes.test6 sent pubkey: tester@test.net
7 sent revision: new_id = REV1
19 sent revision: cert.name = author
22 sent revision: cert.name = branch
29 sent revision: cert.name = date
30 sent revision: cert.value = DATE1
32 sent revision: new_id = REV2
43 sent revision: cert.name = author
46 sent revision: cert.name = branch
53 sent revision: cert.name = date
[all …]
/dports/mail/pear-Horde_Mime/Horde_Mime-2.11.0/test/Horde/Mime/
H A DMailTest.php65 $sent['body']
70 $sent['recipients']
103 $sent['body']
148 $sent['body']
219 $sent['body']
256 $sent['body']
293 $sent['body']
344 $sent['body']
423 $sent['body']
510 $sent['body']
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dps_alignment.c162 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid);
165 sent->parent = i;
168 sent->id.pid.ssid
171 sent->id.pid.ssid
183 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid);
188 sent->parent = i;
200 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid);
207 sent->parent = i;
231 sent->parent = i;
270 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid);
[all …]
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dps_alignment.c162 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid); in ps_alignment_populate()
165 sent->parent = i; in ps_alignment_populate()
168 sent->id.pid.ssid in ps_alignment_populate()
171 sent->id.pid.ssid in ps_alignment_populate()
183 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid); in ps_alignment_populate()
188 sent->parent = i; in ps_alignment_populate()
200 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid); in ps_alignment_populate()
207 sent->parent = i; in ps_alignment_populate()
231 sent->parent = i; in ps_alignment_populate()
270 sent->id.pid.tmatid = bin_mdef_pid2tmatid(mdef, sent->id.pid.cipid); in ps_alignment_populate_ci()
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/tokenize/
H A Dtokenize.c214 assert((NULL == sent->word_queue) == (NULL == sent->word_queue_last)); in gwordqueue_add()
2807 new_word = gword_new(sent, sent->orig_sentence); in wordgraph_create()
2812 sent->wordgraph = sent->last_word = new_word; in wordgraph_create()
2855 sent->length = 0; in separate_sentence()
2963 sent->word = realloc(sent->word, (len+1)*sizeof(*sent->word)); in word_new()
2969 sent->length++; in word_new()
2977 word_new(sent); in word0_set()
2978 altappend(sent, &sent->word[0].alternatives, w); in word0_set()
3064 altappend(sent, &sent->word[wordpos].alternatives, s); in determine_word_expressions()
3121 add_empty_word(sent, sent->word[wordpos-1].x); in determine_word_expressions()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dloss.c34 const quicly_sent_packet_t *sent; in quicly_loss_init_sentmap_iter() local
35 …while ((sent = quicly_sentmap_get(iter))->sent_at <= retire_before && sent->cc_bytes_in_flight == … in quicly_loss_init_sentmap_iter()
53 const quicly_sent_packet_t *sent; in quicly_loss_detect_loss() local
68 if (sent->cc_bytes_in_flight != 0) { in quicly_loss_detect_loss()
69 on_loss_detected(loss, sent, in quicly_loss_detect_loss()
88 sent = quicly_sentmap_get(&iter); in quicly_loss_detect_loss()
92 …while (sent->sent_at != INT64_MAX && sent->packet_number + 1 < loss->largest_acked_packet_plus1[se… in quicly_loss_detect_loss()
93 if (sent->cc_bytes_in_flight != 0) { in quicly_loss_detect_loss()
94 assert(now < sent->sent_at + delay_until_lost); in quicly_loss_detect_loss()
95 loss->loss_time = sent->sent_at + delay_until_lost; in quicly_loss_detect_loss()
[all …]
/dports/www/glassfish/glassfish5/mq/examples/jms20/sharedsub/
H A DREADME97 Message sent : Message 1
98 Message sent : Message 2
99 Message sent : Message 3
100 Message sent : Message 4
101 Message sent : Message 5
102 Message sent : Message 6
103 Message sent : Message 7
104 Message sent : Message 8
105 Message sent : Message 9
167 Message sent : Message 1
[all …]
/dports/www/payara/payara5/mq/examples/jms20/sharedsub/
H A DREADME97 Message sent : Message 1
98 Message sent : Message 2
99 Message sent : Message 3
100 Message sent : Message 4
101 Message sent : Message 5
102 Message sent : Message 6
103 Message sent : Message 7
104 Message sent : Message 8
105 Message sent : Message 9
167 Message sent : Message 1
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/data/
H A Dtest108625 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
34 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
H A Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/data/
H A Dtest108625 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
34 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
H A Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/data/
H A Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
H A Dtest108625 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
34 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/data/
H A Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]

12345678910>>...725