Home
last modified time | relevance | path

Searched refs:new_tail (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/drawable/
H A DDrawnBox.java35 public boolean coversState( int new_head, int new_tail ) in coversState() argument
37 int new_width = new_tail - new_head; in coversState()
39 return Math.abs( new_tail - tail ) <= TOLERANCE in coversState()
48 public boolean coversArrow( int new_head, int new_tail ) in coversArrow() argument
50 return Math.abs( new_tail - tail ) <= TOLERANCE in coversArrow()
59 public void set( int new_head, int new_tail ) in set() argument
62 tail = new_tail; in set()
/dports/devel/grpc130/grpc-1.30.2/test/core/util/
H A Dreconnect_server.cc66 timestamp_list* new_tail; in on_connect() local
85 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()
86 new_tail->timestamp = now; in on_connect()
87 new_tail->next = nullptr; in on_connect()
89 server->head = new_tail; in on_connect()
90 server->tail = new_tail; in on_connect()
92 server->tail->next = new_tail; in on_connect()
93 server->tail = new_tail; in on_connect()
/dports/devel/grpc134/grpc-1.34.1/test/core/util/
H A Dreconnect_server.cc68 timestamp_list* new_tail; in on_connect() local
85 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()
86 new_tail->timestamp = now; in on_connect()
87 new_tail->next = nullptr; in on_connect()
89 server->head = new_tail; in on_connect()
90 server->tail = new_tail; in on_connect()
92 server->tail->next = new_tail; in on_connect()
93 server->tail = new_tail; in on_connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/util/
H A Dreconnect_server.cc66 timestamp_list* new_tail; in on_connect() local
85 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()
86 new_tail->timestamp = now; in on_connect()
87 new_tail->next = nullptr; in on_connect()
89 server->head = new_tail; in on_connect()
90 server->tail = new_tail; in on_connect()
92 server->tail->next = new_tail; in on_connect()
93 server->tail = new_tail; in on_connect()
/dports/math/z3/z3-z3-4.8.13/src/muz/transforms/
H A Ddl_mk_array_eq_rewrite.cpp57 expr_ref_vector new_tail(m); in instantiate_rule() local
61 new_tail.push_back(r.get_tail(i)); in instantiate_rule()
72 new_tail.push_back(cond); in instantiate_rule()
85 for (unsigned i = 0; i < new_tail.size(); i++) in instantiate_rule()
86 new_tail[i] = replace(new_tail[i].get(), representative, v); in instantiate_rule()
89 new_tail.push_back(m.mk_eq(v, representative)); in instantiate_rule()
96 for (expr* e : new_tail) { in instantiate_rule()
H A Ddl_mk_synchronize.cpp103 ptr_vector<app> new_tail; in replace_applications() local
107 new_tail.resize(n); in replace_applications()
109 new_tail[0] = replacing; in replace_applications()
116 new_tail[tail_idx] = tail; in replace_applications()
122 new_tail[tail_idx] = r.get_tail(i); in replace_applications()
127 new_tail[tail_idx] = r.get_tail(i); in replace_applications()
209 new_tail[tail_idx] = tail; in add_non_rec_tail()
216 new_tail[tail_idx] = r.get_tail(i); in add_non_rec_tail()
222 new_tail[tail_idx] = r.get_tail(i); in add_non_rec_tail()
289 app_ref_vector new_tail(m); in product_rule() local
[all …]
H A Ddl_mk_magic_sets.cpp185 ptr_vector<app> new_tail; in create_magic_rules() local
187 new_tail.push_back(create_magic_literal(head)); in create_magic_rules()
188 new_tail.append(tail_cnt, tail); in create_magic_rules()
229 ptr_vector<app> new_tail; in transform_rule() local
231 while (new_tail.size()!=processed_tail_len) { in transform_rule()
257 new_tail.push_back(curr); in transform_rule()
267 SASSERT(new_tail.size()==r->get_uninterpreted_tail_size()); in transform_rule()
268 create_magic_rules(new_head, new_tail.size(), new_tail.data(), negations.data(), result); in transform_rule()
272 new_tail.push_back(r->get_tail(i)); in transform_rule()
276 new_tail.push_back(create_magic_literal(new_head)); in transform_rule()
[all …]
H A Ddl_mk_filter_rules.cpp107 app_ref_vector new_tail(m); in process() local
131 new_tail.push_back(m.mk_app(filter_decl, new_args.size(), new_args.data())); in process()
135 new_tail.push_back(tail); in process()
140 remove_duplicate_tails(new_tail, new_is_negated); in process()
141 SASSERT(new_tail.size() == new_is_negated.size()); in process()
142 …rule * new_rule = m_context.get_rule_manager().mk(new_head, new_tail.size(), new_tail.data(), new_… in process()
/dports/devel/grpc/grpc-1.42.0/test/core/util/
H A Dreconnect_server.cc70 timestamp_list* new_tail; in on_connect() local
87 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()
88 new_tail->timestamp = now; in on_connect()
89 new_tail->next = nullptr; in on_connect()
91 server->head = new_tail; in on_connect()
92 server->tail = new_tail; in on_connect()
94 server->tail->next = new_tail; in on_connect()
95 server->tail = new_tail; in on_connect()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/transforms/
H A Ddl_mk_array_eq_rewrite.cpp57 expr_ref_vector new_tail(m); in instantiate_rule() local
61 new_tail.push_back(r.get_tail(i)); in instantiate_rule()
72 new_tail.push_back(cond); in instantiate_rule()
85 for (unsigned i = 0; i < new_tail.size(); i++) in instantiate_rule()
86 new_tail[i] = replace(new_tail[i].get(), representative, v); in instantiate_rule()
89 new_tail.push_back(m.mk_eq(v, representative)); in instantiate_rule()
96 for (expr* e : new_tail) { in instantiate_rule()
H A Ddl_mk_synchronize.cpp103 ptr_vector<app> new_tail; in replace_applications() local
107 new_tail.resize(n); in replace_applications()
109 new_tail[0] = replacing; in replace_applications()
116 new_tail[tail_idx] = tail; in replace_applications()
122 new_tail[tail_idx] = r.get_tail(i); in replace_applications()
127 new_tail[tail_idx] = r.get_tail(i); in replace_applications()
209 new_tail[tail_idx] = tail; in add_non_rec_tail()
216 new_tail[tail_idx] = r.get_tail(i); in add_non_rec_tail()
222 new_tail[tail_idx] = r.get_tail(i); in add_non_rec_tail()
289 app_ref_vector new_tail(m); in product_rule() local
[all …]
H A Ddl_mk_magic_sets.cpp185 ptr_vector<app> new_tail; in create_magic_rules() local
187 new_tail.push_back(create_magic_literal(head)); in create_magic_rules()
188 new_tail.append(tail_cnt, tail); in create_magic_rules()
229 ptr_vector<app> new_tail; in transform_rule() local
231 while (new_tail.size()!=processed_tail_len) { in transform_rule()
257 new_tail.push_back(curr); in transform_rule()
267 SASSERT(new_tail.size()==r->get_uninterpreted_tail_size()); in transform_rule()
268 create_magic_rules(new_head, new_tail.size(), new_tail.c_ptr(), negations.c_ptr(), result); in transform_rule()
272 new_tail.push_back(r->get_tail(i)); in transform_rule()
276 new_tail.push_back(create_magic_literal(new_head)); in transform_rule()
[all …]
H A Ddl_mk_filter_rules.cpp107 app_ref_vector new_tail(m); in process() local
131 new_tail.push_back(m.mk_app(filter_decl, new_args.size(), new_args.c_ptr())); in process()
135 new_tail.push_back(tail); in process()
140 remove_duplicate_tails(new_tail, new_is_negated); in process()
141 SASSERT(new_tail.size() == new_is_negated.size()); in process()
142 …rule * new_rule = m_context.get_rule_manager().mk(new_head, new_tail.size(), new_tail.c_ptr(), new… in process()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dworm.c123 if (new_tail) {
124 wtails[wnum] = new_tail;
389 new_tail = wtails[wnum];
400 cutoff(worm, new_tail);
406 cutoff(worm, new_tail);
635 struct wseg *new_tail; local
651 new_tail->wx = x;
652 new_tail->wy = y;
671 new_tail = wtails[wnum];
757 new_tail = curr = newseg();
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
372 toss_wsegs(new_tail, TRUE);
592 struct wseg *new_tail; local
602 wheads[wnum] = new_tail = curr;
605 new_tail->wx = x;
606 new_tail->wy = y;
625 new_tail = wtails[wnum];
708 new_tail = curr = newseg();
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
372 toss_wsegs(new_tail, TRUE);
592 struct wseg *new_tail; local
602 wheads[wnum] = new_tail = curr;
605 new_tail->wx = x;
606 new_tail->wy = y;
625 new_tail = wtails[wnum];
708 new_tail = curr = newseg();
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
375 toss_wsegs(new_tail, TRUE);
596 struct wseg *new_tail; local
606 wheads[wnum] = new_tail = curr;
609 new_tail->wx = x;
610 new_tail->wy = y;
629 new_tail = wtails[wnum];
712 new_tail = curr = newseg();
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
375 toss_wsegs(new_tail, TRUE);
596 struct wseg *new_tail; local
606 wheads[wnum] = new_tail = curr;
609 new_tail->wx = x;
610 new_tail->wy = y;
629 new_tail = wtails[wnum];
712 new_tail = curr = newseg();
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
375 toss_wsegs(new_tail, TRUE);
596 struct wseg *new_tail; local
606 wheads[wnum] = new_tail = curr;
609 new_tail->wx = x;
610 new_tail->wy = y;
629 new_tail = wtails[wnum];
712 new_tail = curr = newseg();
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
360 new_tail = wtails[wnum];
372 toss_wsegs(new_tail, TRUE);
592 struct wseg *new_tail; local
602 wheads[wnum] = new_tail = curr;
605 new_tail->wx = x;
606 new_tail->wy = y;
625 new_tail = wtails[wnum];
708 new_tail = curr = newseg();
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
362 new_tail = wtails[wnum];
377 toss_wsegs(new_tail, TRUE);
600 struct wseg *new_tail; local
610 wheads[wnum] = new_tail = curr;
613 new_tail->wx = x;
614 new_tail->wy = y;
633 new_tail = wtails[wnum];
716 new_tail = curr = newseg();
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dworm.c123 if (new_tail) {
124 wtails[wnum] = new_tail;
389 new_tail = wtails[wnum];
400 cutoff(worm, new_tail);
406 cutoff(worm, new_tail);
635 struct wseg *new_tail; local
651 new_tail->wx = x;
652 new_tail->wy = y;
671 new_tail = wtails[wnum];
757 new_tail = curr = newseg();
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
363 new_tail = wtails[wnum];
391 toss_wsegs(new_tail, TRUE);
651 struct wseg *new_tail; local
661 wheads[wnum] = new_tail = curr;
664 new_tail->wx = x;
665 new_tail->wy = y;
683 new_tail = wtails[wnum];
763 new_tail = curr = newseg();
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dworm.c120 if (new_tail) {
121 wtails[wnum] = new_tail;
363 new_tail = wtails[wnum];
391 toss_wsegs(new_tail, TRUE);
651 struct wseg *new_tail; local
661 wheads[wnum] = new_tail = curr;
664 new_tail->wx = x;
665 new_tail->wy = y;
683 new_tail = wtails[wnum];
763 new_tail = curr = newseg();
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dworm.c121 if (new_tail) { in initworm()
122 wtails[wnum] = new_tail; in initworm()
360 struct wseg *curr, *new_tail; in cutworm() local
401 new_tail = wtails[wnum]; in cutworm()
429 toss_wsegs(new_tail, TRUE); in cutworm()
730 struct wseg *new_tail; in place_worm_tail_randomly() local
759 new_tail->wx = x; in place_worm_tail_randomly()
760 new_tail->wy = y; in place_worm_tail_randomly()
874 struct wseg *new_tail, *curr; in create_worm_tail() local
879 new_tail = curr = newseg(); in create_worm_tail()
[all …]

12345678910>>...29