Searched refs:LSX_PARAM_IN_COUNT (Results 1 – 2 of 2) sorted by relevance
189 #define LSX_PARAM_IN_COUNT(len) _In_count_(len) /* Required const pointer to (len) valid objects (n… macro191 #define LSX_PARAM_IN_COUNT(len) /* Required const pointer to (len) valid objects (never NULL). */1169 LSX_PARAM_IN_COUNT(len) sox_sample_t const * buf, /**< Buffer to which samples are written. */1203 LSX_PARAM_IN_COUNT(argc) char *argv[] /**< Array of command-line arguments. */1224 LSX_PARAM_IN_COUNT(*isamp) sox_sample_t const * ibuf, /**< Buffer from which to read samples. */1952 LSX_PARAM_IN_COUNT(len) sox_sample_t const * buf, /**< Buffer from which to read samples. */2043 LSX_PARAM_IN_COUNT(argc) char * const argv[] /**< Array of command-line options. */2561 LSX_PARAM_IN_COUNT(argc) char * const * argv, /**< Array of arguments */
28 LSX_PARAM_IN_COUNT(argc) char * const * argv, /* Array of arguments */ in lsx_getopt_init()