|
@@ -98,21 +98,21 @@ The size of the interface data descriptor.
|
|
|
@end table
|
|
|
@end deftp
|
|
|
|
|
|
-@deftypefun uint32_t starpu_crc32_be_n ({void *}input, size_t n, uint32_t inputcrc)
|
|
|
+@deftypefun uint32_t starpu_crc32_be_n ({void *}@var{input}, size_t @var{n}, uint32_t @var{inputcrc})
|
|
|
todo: say what it is for
|
|
|
Compute the CRC of a byte buffer seeded by the inputcrc "current
|
|
|
state". The return value should be considered as the new "current
|
|
|
state" for future CRC computation.
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun uint32_t starpu_crc32_be (uint32_t input, uint32_t inputcrc)
|
|
|
+@deftypefun uint32_t starpu_crc32_be (uint32_t @var{input}, uint32_t @var{inputcrc})
|
|
|
todo: say what it is for
|
|
|
Compute the CRC of a 32bit number seeded by the inputcrc "current
|
|
|
state". The return value should be considered as the new "current
|
|
|
state" for future CRC computation.
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun uint32_t starpu_crc32_string ({char *}str, uint32_t inputcrc)
|
|
|
+@deftypefun uint32_t starpu_crc32_string ({char *}@var{str}, uint32_t @var{inputcrc})
|
|
|
todo: say what it is for
|
|
|
Compute the CRC of a string seeded by the inputcrc "current state".
|
|
|
The return value should be considered as the new "current state" for
|
|
@@ -279,15 +279,15 @@ todo
|
|
|
todo
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun int starpu_combined_worker_assign_workerid (int nworkers, int workerid_array[])
|
|
|
+@deftypefun int starpu_combined_worker_assign_workerid (int @var{nworkers}, int @var{workerid_array[]})
|
|
|
Register a new combined worker and get its identifier
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun int starpu_combined_worker_get_description (int workerid, {int *}worker_size, {int **}combined_workerid)
|
|
|
+@deftypefun int starpu_combined_worker_get_description (int @var{workerid}, {int *}@var{worker_size}, {int **}@var{combined_workerid})
|
|
|
Get the description of a combined worker
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun int starpu_combined_worker_can_execute_task (unsigned workerid, {struct starpu_task *}task, unsigned nimpl)
|
|
|
+@deftypefun int starpu_combined_worker_can_execute_task (unsigned @var{workerid}, {struct starpu_task *}@var{task}, unsigned @var{nimpl})
|
|
|
Variant of starpu_worker_can_execute_task compatible with combined workers
|
|
|
@end deftypefun
|
|
|
|