Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2008-05-23 21:43:20 +0000
committerBeth Tibbitts2008-05-23 21:43:20 +0000
commitc8be01bb356b8a427b2f1015a1e84a48630f1953 (patch)
tree594b12b6b2573f384d6a4d233032cf05e8053e37
parent56b728cdf22dee96314cd42abca020e461877109 (diff)
downloadorg.eclipse.ptp-c8be01bb356b8a427b2f1015a1e84a48630f1953.tar.gz
org.eclipse.ptp-c8be01bb356b8a427b2f1015a1e84a48630f1953.tar.xz
org.eclipse.ptp-c8be01bb356b8a427b2f1015a1e84a48630f1953.zip
clean up html files
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html11
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html8
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html5
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html5
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html10
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html8
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html5
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html5
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html6
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html8
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html5
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html6
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html7
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html7
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html7
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html8
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html3
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html3
27 files changed, 94 insertions, 50 deletions
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html
index a397beb6a..b4133e688 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html
@@ -1,7 +1,8 @@
<h2>The <code>upc_addrfield</code> function</h2>
<h4>Synopsis</h4>
-<pre> #include &lt;upc.h&gt;
+<pre>
+ #include &lt;upc.h&gt;
size_t upc_addrfield(shared void *ptr);
</pre>
<p>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html
index 09f34b67a..de6b81fb5 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html
@@ -1,9 +1,11 @@
<h2>The <code>upc_affinitysize</code> function</h2>
<h4>Synopsis</h4>
-<pre> #include &lt;upc.h&gt;
- size_t upc_affinitysize(size_t totalsize, size_t nbytes,
-size_t threadid);
+<pre>
+ #include &lt;upc.h&gt;
+ size_t upc_affinitysize(size_t totalsize,
+ size_t nbytes,
+ size_t threadid);
</pre>
<p>
<h4>Description</h4>
@@ -25,4 +27,5 @@ shall be <code>b * sizeof(t)</code>. If the block size is indefinite, <code>nbyt
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html
index d626e960e..4cb0943e0 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html
@@ -1,9 +1,10 @@
-<h2 >upc_all_alloc </h2>
+<h2 >The <code>upc_all_alloc</code> </h2>
<h4>Synopsis</h4>
<pre>
#include &lt;upc.h&gt;
- shared void *upc_all_alloc(size_t nblocks, size_t nbytes);
+ shared void *upc_all_alloc(size_t nblocks,
+ size_t nbytes);
</pre>
<p>
<h4>Description</h4>
@@ -23,4 +24,5 @@ object.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html
index dd4f120b6..79238fc8e 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html
@@ -74,4 +74,5 @@ upc_barrier;
</ul>
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html
index c2d905322..ac503381e 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html
@@ -1,4 +1,4 @@
-<h2>upc_all_exchange </h2>
+<h2>The <code>upc_all_exchange</code> function </h2>
<h4>Synopsis</h4>
<pre>
@@ -68,4 +68,5 @@ upc_all_exchange( Bdata, Adata, NELEMS*sizeof(int),
</ul>
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html
index 80a7e302d..d3632a233 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html
@@ -4,7 +4,10 @@
<pre>
#include &lt;upc.h&gt;
#include &lt;upc_collective.h&gt;
- void upc_all_gather(shared void * restrict dst, shared const void * restrict src, size_t nbytes, upc_flag_t flags);
+ void upc_all_gather(shared void * restrict dst,
+ shared const void * restrict src,
+ size_t nbytes,
+ upc_flag_t flags);
</pre>
<p>
<h4>Description</h4>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html
index e848e3622..4e3199e09 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html
@@ -5,9 +5,10 @@
#include &lt;upc.h&gt;
#include &lt;upc_collective.h&gt;
void upc_all_gather_all(shared void * restrict dst,
-shared const void * restrict src, size_t nbytes,
-upc_flag_t flags);
- </pre>
+ shared const void * restrict src,
+ size_t nbytes,
+ upc_flag_t flags);
+</pre>
<p>
<h4>Description</h4>
<p>
@@ -69,4 +70,5 @@ UPC_IN_ALLSYNC | UPC_OUT_ALLSYNC );
</ul>
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html
index 22b2731a1..826291371 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html
@@ -17,4 +17,5 @@ The return value on every
thread points to the same lock object.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html
index f2e92abfd..7e3eb4a19 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html
@@ -53,4 +53,5 @@ upc_barrier;
</ul>
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html
index 4adf7d41f..5b21e9248 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html
@@ -4,7 +4,10 @@
<pre>
#include &lt;upc.h&gt;
#include &lt;upc_collective.h&gt;
- void upc_all_scatter(shared void * restrict dst, shared const void * restrict src, size_t nbytes, upc_flag_t flags);
+ void upc_all_scatter(shared void * restrict dst,
+ shared const void * restrict src,
+ size_t nbytes,
+ upc_flag_t flags);
</pre>
<p>
@@ -69,4 +72,5 @@ UPC_IN_ALLSYNC | UPC_OUT_ALLSYNC );
</ul>
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html
index 9f380f972..9f94bb0ca 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html
@@ -1,4 +1,4 @@
-<h2 >upc_alloc </h2>
+<h2 >The <code>upc_alloc</code> function </h2>
<h4>Synopsis</h4>
<pre>
@@ -18,4 +18,5 @@ pointer-to-shared.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html
index 536349fcb..1dbf67927 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html
@@ -2,7 +2,7 @@
<h4>Synopsis</h4>
<pre>
#include &lt;upc.h&gt;
- void upc_free(shared void *<code>ptr</code>);
+ void upc_free(shared void *ptr);
</pre>
<p>
<h4>Description</h4>
@@ -23,4 +23,5 @@ the behavior is undefined.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html
index e5b5702c7..8373525d9 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html
@@ -4,7 +4,8 @@
<p>
<pre>
#include &lt;upc.h&gt;
- shared void *upc_global_alloc(size_t nblocks, size_t nbytes);
+ shared void *upc_global_alloc(size_t nblocks,
+ size_t nbytes);
</pre>
<p>
<h4>Description</h4>
@@ -21,4 +22,5 @@ multiple threads, all threads which make the call get different allocations. If
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html
index 0007ce458..4b2f99874 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html
@@ -1,4 +1,4 @@
-<h2 >upc_global_exit</h2>
+<h2 >The <code>upc_global_exit</code> function </h2>
<h4>Synopsis</h4>
<pre>
#include &lt;upc.h&gt;
@@ -7,12 +7,12 @@
<p>
<h4>Description</h4>
<p>
-<code>
-upc_global_exit() </code>
+<code>upc_global_exit() </code>
flushes all I/O, releases all storage, and terminates the
execution for all active threads.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html
index 3f08e90ad..e4e35ffca 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html
@@ -1,4 +1,4 @@
-<h2 >The <code>upc_local_alloc</code> function </h2>
+<h2 >The <code>upc_global_lock_alloc</code> function </h2>
<h4>Synopsis</h4>
<p>
@@ -18,4 +18,5 @@ by multiple threads, all threads which make the call get different allocations.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html
index b3a325621..5247a1a69 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html
@@ -4,7 +4,8 @@
<p>
<pre>
#include &lt;upc.h&gt;
- shared void *upc_local_alloc(size_t nblocks, size_t nbytes);
+ shared void *upc_local_alloc(size_t nblocks,
+ size_t nbytes);
</pre>
<p>
<h4>Description</h4>
@@ -24,4 +25,5 @@ value. It is not a <i>collective</i> function.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html
index bb374efa0..b10919e1d 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html
@@ -23,4 +23,5 @@ locked and the function returns.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html
index acc09130b..7f92a9bc3 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html
@@ -24,4 +24,5 @@ and the function returns 1.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html
index ce4bd2517..b88cefcdc 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html
@@ -28,4 +28,5 @@ unlocked or currently locked (by any thread).
undefined effects. This also applies to any thread currently calling <code>upc_lock</code>.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html
index 317f5a852..42aa596a6 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html
@@ -20,4 +20,5 @@ to such pointers are undefined.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html
index 7cdf73625..c5e4af646 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html
@@ -5,7 +5,9 @@
<pre>
#include &lt;upc.h&gt;
- void upc_memcpy(shared void * restrict dst, shared const void * restrict src, size_t n);
+ void upc_memcpy(shared void * restrict dst,
+ shared const void * restrict src,
+ size_t n);
</pre>
@@ -27,4 +29,5 @@ this type (the <code>dst</code> array).
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
index b0a5fd04c..6cbc4441d 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html
@@ -5,7 +5,9 @@
<pre>
#include &lt;upc.h&gt;
- void upc_memget(void * restrict dst, shared const void * restrict src, size_t n);
+ void upc_memget(void * restrict dst,
+ shared const void * restrict src,
+ size_t n);
</pre>
@@ -29,4 +31,5 @@ declared with the type
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html
index f19a344a8..184d82082 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html
@@ -5,7 +5,9 @@
<pre>
#include &lt;upc.h&gt;
- void upc_memset(shared void *dst, int c, size_t n);
+ void upc_memset(shared void *dst,
+ int c,
+ size_t n);
</pre>
@@ -26,4 +28,5 @@ with this type (the <code>dst</code> array) to the value c.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html
index 650d31479..bee4bfa59 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html
@@ -15,4 +15,5 @@ argument.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html
index fa1960fee..832780231 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html
@@ -1,7 +1,8 @@
-<h2>The <code>upc_phaseof</code> function</h2>
+<h2>The <code>upc_resetphase</code> function</h2>
<h4>Synopsis</h4>
-<pre> #include &lt;upc.h&gt;
+<pre>
+ #include &lt;upc.h&gt;
shared void *upc_resetphase(shared void *ptr);
</pre>
<p>
@@ -14,4 +15,5 @@ to its input except that it has zero phase.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html
index 8a15bb18a..a0b410b4e 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html
@@ -16,4 +16,5 @@ If <code>ptr</code> is a null pointer-to-shared, the function returns 0.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html
index 6647edd79..112d0ab80 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html
@@ -20,4 +20,5 @@ the result is undefined.
<p>&nbsp
<p>&nbsp
-<p><a href="terms.html">Terms, definitions, and symbols</a><br><p><a href="index.html">Back to index of all UPC functions</a>
+<p><a href="terms.html">Terms, definitions, and symbols</a><br>
+<p><a href="index.html">Back to index of all UPC functions</a>

Back to the top