Searched refs:list1 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsplit.t126 @list1 = @list2 = split ('p',"a p b c p");
127 ok(@list1 == @list2 &&
128 "@list1" eq "@list2" &&
129 @list1 == 2 &&
130 "@list1" eq "a b c ");
H A Dpack.t984 my @list1 = @list;
985 @list1 = (@list1) x $c unless $type =~ /[XxAaZBbHhP]/;
990 my @list2 = (@list1) x $c;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c133 ** The array of elements at list1 will be organized into runs of length 2,
148 ** However, it may also address a singleton element at the end of list1,
149 ** or it may be equal to ``last'', the first element beyond list1.
181 dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, SVCOMPARE_t cmp) argument
189 b = list1;
283 * # merge $runs runs at offset $offset of list $list1 into $list2.
286 * my ($offset, $runs, $base, $list1, $list2) = @_;
289 * if ($list1 is $base) copy run to $list2
292 * $off2 = mgsort2($offset, $runs-($runs/2), $base, $list2, $list1)
293 * mgsort2($off2, $runs/2, $base, $list2, $list1)
345 gptr *aux, *list1, *list2; local
1304 S_qsortsv(pTHX_ gptr *list1, size_t nmemb, SVCOMPARE_t cmp) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java595 List <Record> list1 = d1.getRecords();
597 int len1 = list1.size();
610 r1 = list1.get(i);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1286 /* Append linked list list1 to linked list list2 and return resulting list */
1288 i_dlstat_join_lists(dladm_stat_chain_t *list1, dladm_stat_chain_t *list2) argument
1292 if (list1 == NULL)
1295 /* list1 has at least one element, find last element in list1 */
1296 curr = list1;
1301 return (list1);

Completed in 45 milliseconds