HomeSort by: relevance | last modified time | path
    Searched defs:old_next (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1102 old_next = rdm->next;
1105 rdm->next = old_next;
1163 size_t old_next, backref local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1102 old_next = rdm->next;
1105 rdm->next = old_next;
1163 size_t old_next, backref local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1102 old_next = rdm->next;
1105 rdm->next = old_next;
1163 size_t old_next, backref local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1090 old_next = rdm->next;
1093 rdm->next = old_next;
1146 size_t old_next, backref local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1102 old_next = rdm->next;
1105 rdm->next = old_next;
1163 size_t old_next, backref local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
partition.c 81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
rust-demangle.c 673 size_t i, backref, old_next; local
784 old_next = rdm->next;
787 rdm->next = old_next;
874 size_t i, old_next, backref; local
1053 old_next = rdm->next;
1056 rdm->next = old_next;
1078 size_t i, old_next, backref; local
1102 old_next = rdm->next;
1105 rdm->next = old_next;
1163 size_t old_next, backref local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
nsec3.c 551 unsigned char *old_next; local
711 old_next = nsec3.next;
732 memmove(nexthash, old_next, old_length);
847 old_next = nsec3.next;
869 memmove(nexthash, old_next, old_length);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nsec3.c 566 unsigned char *old_next; local
710 old_next = nsec3.next;
731 memmove(nexthash, old_next, old_length);
833 old_next = nsec3.next;
855 memmove(nexthash, old_next, old_length);
  /src/external/gpl3/gcc/dist/gcc/
reload1.cc 4479 rtx_insn *old_next = NEXT_INSN (insn);
4621 for (rtx_insn *x = NEXT_INSN (insn); x != old_next; x = NEXT_INSN (x))
4655 for (p = PREV_INSN (old_next); p != prev; p = PREV_INSN (p))
4738 x != old_next;
4460 rtx_insn *old_next = NEXT_INSN (insn); local
  /src/external/gpl3/gcc.old/dist/gcc/
reload1.cc 4479 rtx_insn *old_next = NEXT_INSN (insn);
4621 for (rtx_insn *x = NEXT_INSN (insn); x != old_next; x = NEXT_INSN (x))
4655 for (p = PREV_INSN (old_next); p != prev; p = PREV_INSN (p))
4738 x != old_next;
4460 rtx_insn *old_next = NEXT_INSN (insn); local

Completed in 86 milliseconds