HomeSort by: relevance | last modified time | path
    Searched refs:lst2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
compare_tests 45 lst2=$TMPDIR/$tool-lst2.$$
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
62 find "$2/" -name '*.sum' >$lst2
65 echo "## Dir2=$2: `cat $lst2 | wc -l` sum files"
69 sed -e "s|^$2[/]*||" $lst2 | sort >$lst4
  /src/external/gpl3/gcc.old/dist/contrib/
compare_tests 45 lst2=$TMPDIR/$tool-lst2.$$
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
62 find "$2/" -name '*.sum' >$lst2
65 echo "## Dir2=$2: `cat $lst2 | wc -l` sum files"
69 sed -e "s|^$2[/]*||" $lst2 | sort >$lst4
  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.c 715 token_list_append (struct token_list *lst1, struct token_list *lst2)
718 return lst2;
720 if (lst2 == NULL)
726 hd->len += lst2->len;
730 hd->len += lst2->len;
731 hd->next = lst2;
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.c 715 token_list_append (struct token_list *lst1, struct token_list *lst2)
718 return lst2;
720 if (lst2 == NULL)
726 hd->len += lst2->len;
730 hd->len += lst2->len;
731 hd->next = lst2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dlgs.d 93 lst2 = 0x461,
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
slist.d 870 auto lst2 = lst ~ [ 1, 2, 3 ];
871 assert(walkLength(lst2[]) == 7);

Completed in 20 milliseconds