From c8be01bb356b8a427b2f1015a1e84a48630f1953 Mon Sep 17 00:00:00 2001 From: Beth Tibbitts Date: Fri, 23 May 2008 21:43:20 +0000 Subject: clean up html files --- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_addrfield.html | 3 ++- .../pldt/org.eclipse.ptp.pldt.upc/html/upc_affinitysize.html | 11 +++++++---- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_alloc.html | 8 +++++--- .../pldt/org.eclipse.ptp.pldt.upc/html/upc_all_broadcast.html | 3 ++- .../pldt/org.eclipse.ptp.pldt.upc/html/upc_all_exchange.html | 5 +++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_gather.html | 5 ++++- .../org.eclipse.ptp.pldt.upc/html/upc_all_gather_all.html | 10 ++++++---- .../org.eclipse.ptp.pldt.upc/html/upc_all_lock_alloc.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_permute.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_all_scatter.html | 8 ++++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_alloc.html | 5 +++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_free.html | 5 +++-- .../pldt/org.eclipse.ptp.pldt.upc/html/upc_global_alloc.html | 6 ++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_global_exit.html | 8 ++++---- .../org.eclipse.ptp.pldt.upc/html/upc_global_lock_alloc.html | 5 +++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_local_alloc.html | 6 ++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock.html | 3 ++- .../pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_attempt.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_free.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_lock_t.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memcpy.html | 7 +++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memget.html | 7 +++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_memset.html | 7 +++++-- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_phaseof.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_resetphase.html | 8 +++++--- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_threadof.html | 3 ++- tools/pldt/org.eclipse.ptp.pldt.upc/html/upc_unlock.html | 3 ++- 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 @@

The upc_addrfield function

Synopsis

-
    #include <upc.h>
+
    
+    #include <upc.h>
     size_t upc_addrfield(shared void *ptr);                 
 

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 @@

The upc_affinitysize function

Synopsis

-
    #include <upc.h>
-    size_t upc_affinitysize(size_t totalsize, size_t nbytes,
-size_t threadid);                
+
    
+    #include <upc.h>
+    size_t upc_affinitysize(size_t totalsize, 
+                            size_t nbytes,
+                            size_t threadid);                
 

Description

@@ -25,4 +27,5 @@ shall be b * sizeof(t). If the block size is indefinite, nbyt

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

upc_all_alloc

+

The upc_all_alloc

Synopsis

 
     #include <upc.h>
-    shared void *upc_all_alloc(size_t nblocks, size_t nbytes);   
+    shared void *upc_all_alloc(size_t nblocks, 
+                               size_t nbytes);   
 

Description

@@ -23,4 +24,5 @@ object.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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;

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

upc_all_exchange

+

The upc_all_exchange function

Synopsis

 
@@ -68,4 +68,5 @@ upc_all_exchange( Bdata, Adata, NELEMS*sizeof(int),
 
 

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

    
     #include <upc.h>
     #include <upc_collective.h>
-    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); 
 

Description

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 <upc.h> #include <upc_collective.h> void upc_all_gather_all(shared void * restrict dst, -shared const void * restrict src, size_t nbytes, -upc_flag_t flags); -
+ shared const void * restrict src, + size_t nbytes, + upc_flag_t flags); +

Description

@@ -69,4 +70,5 @@ UPC_IN_ALLSYNC | UPC_OUT_ALLSYNC );

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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;

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

    
     #include <upc.h>
     #include <upc_collective.h>
-    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);
                
 

@@ -69,4 +72,5 @@ UPC_IN_ALLSYNC | UPC_OUT_ALLSYNC );

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

upc_alloc

+

The upc_alloc function

Synopsis

 
@@ -18,4 +18,5 @@ pointer-to-shared.
 
 

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

Synopsis

 
     #include <upc.h>
-    void upc_free(shared void *ptr);                         
+    void upc_free(shared void *ptr);                         
 

Description

@@ -23,4 +23,5 @@ the behavior is undefined.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

     #include <upc.h>
-    shared void *upc_global_alloc(size_t nblocks, size_t nbytes);
+    shared void *upc_global_alloc(size_t nblocks, 
+                                  size_t nbytes);
 

Description

@@ -21,4 +22,5 @@ multiple threads, all threads which make the call get different allocations. If

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

upc_global_exit

+

The upc_global_exit function

Synopsis

     #include <upc.h>
@@ -7,12 +7,12 @@
 

Description

- -upc_global_exit() +upc_global_exit() flushes all I/O, releases all storage, and terminates the execution for all active threads.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

The upc_local_alloc function

+

The upc_global_lock_alloc function

Synopsis

@@ -18,4 +18,5 @@ by multiple threads, all threads which make the call get different allocations.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

 
     #include <upc.h>
-    shared void *upc_local_alloc(size_t nblocks, size_t nbytes);                          
+    shared void *upc_local_alloc(size_t nblocks, 
+                                 size_t nbytes);                          
 

Description

@@ -24,4 +25,5 @@ value. It is not a collective function.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 upc_lock.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

 
     #include <upc.h>
-    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);
                     
 
@@ -27,4 +29,5 @@ this type (the dst array).

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

 
     #include <upc.h>
-    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);
                     
 
@@ -29,4 +31,5 @@ declared with the type

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@

 
     #include <upc.h>
-    void upc_memset(shared void *dst, int c, size_t n);
+    void upc_memset(shared void *dst, 
+                    int c, 
+                    size_t n);
                     
 
@@ -26,4 +28,5 @@ with this type (the dst array) to the value c.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 @@ -

The upc_phaseof function

+

The upc_resetphase function

Synopsis

-
    #include <upc.h>
+
    
+    #include <upc.h>
     shared void *upc_resetphase(shared void *ptr);                     
 

@@ -14,4 +15,5 @@ to its input except that it has zero phase.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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 ptr is a null pointer-to-shared, the function returns 0.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions 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.

 

  -

Terms, definitions, and symbols

Back to index of all UPC functions +

Terms, definitions, and symbols
+

Back to index of all UPC functions -- cgit v1.2.3