Changes between Version 5 and Version 6 of CommonHelperFunctionsForDifferentParallelLanguage


Ignore:
Timestamp:
07/16/14 14:30:33 (12 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonHelperFunctionsForDifferentParallelLanguage

    v5 v6  
    2727   For every binary operarions defined in &operation, data will be used as the left operand and
    2828   buf will be used as right operand and input and ouput argument. The value of buf as an input
    29    argument will always be the result got from the very last operation. Finally buf is also an output argument.
     29   argument provides operands for this operation. Finally buf is also an output argument.
    3030*/
    3131void $bundle_unpack_apply($bundle data, void *buf, int size, $operation op);