Home
last modified time | relevance | path

Searched refs:temp_head (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.w140 show_node_list(temp_head);
146 halfword nxt = vlink(temp_head);
148 node_attr(tmp) = node_attr(temp_head);
150 couple_nodes(temp_head, tmp);
306 That is the case of |q==temp_head| */
355 q = vlink(temp_head);
356 try_couple_nodes(temp_head, r);
530 r = temp_head;
604 if (r != temp_head) {
606 flush_node_list(vlink(temp_head));
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareBase.cc1169 cHeadCPU temp_head(this); in FindLabelFull() local
1171 while (temp_head.InMemory()) { in FindLabelFull()
1173 if (!m_inst_set->IsNop(temp_head.GetInst())) { in FindLabelFull()
1174 temp_head.AbsJump(label.GetSize()); in FindLabelFull()
1180 while (!(temp_head.AtFront()) && m_inst_set->IsNop(temp_head.GetInst(-1))) in FindLabelFull()
1181 temp_head.AbsJump(-1); in FindLabelFull()
1194 temp_head.AbsJump(1); in FindLabelFull()
1198 } while (temp_head.InMemory() && m_inst_set->IsNop(temp_head.GetInst())); in FindLabelFull()
1204 if (label_match) return temp_head; in FindLabelFull()
1209 temp_head.AbsSet(-1); in FindLabelFull()
[all …]
H A DcHardwareSMT.cc694 cHeadCPU temp_head(this); in FindLabel() local
696 while (temp_head.InMemory()) { in FindLabel()
702 if (!m_inst_set->IsNop(temp_head.GetInst()) || in FindLabel()
703 in_label[i] != m_inst_set->GetNopMod(temp_head.GetInst())) { in FindLabel()
708 temp_head.AbsJump(i - 1); in FindLabel()
709 return temp_head; in FindLabel()
712 temp_head.AbsJump(direction); // IDEALY: MAKE LARGER JUMPS in FindLabel()
715 temp_head.AbsSet(-1); in FindLabel()
716 return temp_head; in FindLabel()
H A DcHardwareTransSMT.cc621 cHeadCPU temp_head(this); in FindLabel() local
623 while (temp_head.InMemory()) { in FindLabel()
629 if (!m_inst_set->IsNop(temp_head.GetInst()) || in FindLabel()
630 in_label[i] != m_inst_set->GetNopMod(temp_head.GetInst())) { in FindLabel()
635 temp_head.AbsJump(i - 1); in FindLabel()
636 return temp_head; in FindLabel()
639 temp_head.AbsJump(direction); // IDEALY: MAKE LARGER JUMPS in FindLabel()
642 temp_head.AbsSet(-1); in FindLabel()
643 return temp_head; in FindLabel()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dradius.c117 queue temp_head; in radius_process() local
144 QUEUE_INIT(&temp_head); in radius_process()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/alephdir/
H A Dompar.ch300 cur_p:=link(temp_head); auto_breaking:=true;@/
306 cur_p:=link(temp_head); auto_breaking:=true;@/
344 else begin q:=temp_head;
353 r:=temp_head;
369 else begin q:=temp_head;
383 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
390 r:=link(q); link(q):=null; q:=link(temp_head); link(temp_head):=r;
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dltexlib.c1634 } else if (lua_key_eq(str,temp_head)) { in getlist()
1635 alink(vlink(temp_head)) = null ;/*hh-ls */ in getlist()
1636 lua_pushnumber(L, vlink(temp_head)); in getlist()
1705 } else if (lua_key_eq(str,temp_head)) { in setlist()
1706 vlink(temp_head) = n; in setlist()
2248 save_vlink_tmp_head = vlink(temp_head); in tex_run_linebreak()
2251 vlink(temp_head) = *j; in tex_run_linebreak()
2366 vlink(temp_head) = save_vlink_tmp_head; in tex_run_linebreak()

1234567