IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2004, 2:08:27 PM (22 years ago)
Author:
harman
Message:

Added splint changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psBitSet.h

    r578 r614  
    1010 *  @author Ross Harman, MHPCC
    1111 *   
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-05-05 20:43:57 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-05-08 00:08:27 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646 *  @return  psBitSet*: Pointer to struct containing array of bits and size of array.
    4747 */
     48/*@null@*/
    4849psBitSet* psBitSetAlloc(
    4950    int n   /**< Number of bytes in psBitSet array */
     
    6768 */
    6869psBitSet* psBitSetSet(
    69     psBitSet *restrict inMask,  /**< Pointer to psBitSet to be set. */
     70    /*@returned@*/psBitSet *restrict inMask,  /**< Pointer to psBitSet to be set. */
    7071    int bit                     /**< Bit to be set. */
    7172);
     
    9394 */
    9495psBitSet* psBitSetOp(
    95     psBitSet *restrict outMask,        /**< Resulting psBitSet from binary operation */
    96     const psBitSet *restrict inMask1,  /**< First psBitSet on which to operate */
    97     char *operator,                    /**< Bit operation */
    98     const psBitSet *restrict inMask2   /**< First psBitSet on which to operate */
     96    /*@returned@*/psBitSet *restrict outMask,   /**< Resulting psBitSet from binary operation */
     97    const psBitSet *restrict inMask1,           /**< First psBitSet on which to operate */
     98    char *operator,                             /**< Bit operation */
     99    const psBitSet *restrict inMask2            /**< First psBitSet on which to operate */
    99100);
    100101
Note: See TracChangeset for help on using the changeset viewer.