Searched defs:list2 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
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/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 32 milliseconds