Searched refs:list2 (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x108 % db_index_entry* join( long size1, long size2, db_index_entry *list2,
H A Ddb_index_entry.cc73 db_index_entry_p list2, long * newsize)
78 other, // current pointer of updated list2
79 otherprev, // previous pointer of updated list2
80 otherstart = list2; // head of updated list2
86 * for each item, traverse list2,
87 * if item on list1 matches item on list2,
88 * add to merged list and delete it from list2.
72 join(long , long , db_index_entry_p list2, long * newsize) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c142 ** p2 parallels b in the list2 array, where runs are defined by
181 dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, SVCOMPARE_t cmp) argument
192 for (p2 = list2; b < last; ) {
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)
294 * merge the adjacent runs at $offset of $list1 into $list2
345 gptr *aux, *list1, *list2; local
[all...]
/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" &&
H A Dpack.t990 my @list2 = (@list1) x $c;
994 my $p = pack $junk1, @list2;
998 # print "# junk='$junk', list=(@list2)\n";
999 $p = pack "$junk $end", @list2, @end;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java596 List <Record> list2 = d2.getRecords();
598 int len2 = list2.size();
611 r2 = list2.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
1293 return (list2);
1300 curr->dc_next = list2;

Completed in 37 milliseconds