Lines Matching full:parameter

96  * short definition to mark a function parameter unused
101 * definition to mark a variable or function parameter as used so
234 * pointer will be a pointer of the same type as the first parameter, and
235 * point to an address no higher than the first parameter. Second parameter
243 * will be of the same type as the first parameter, and will be no
244 * bigger than the first parameter. Second parameter must be a
252 * pointer will be a pointer of the same type as the first parameter, and
253 * point to an address no lower than the first parameter. Second parameter
261 * will be of the same type as the first parameter, and will be no lower
262 * than the first parameter. Second parameter must be a power-of-two
270 * pointer will be a pointer of the same type as the first parameter, and
271 * point to an address no lower than the first parameter. Second parameter
279 * value will be of the same type as the first parameter, and
280 * will be no lower than the first parameter. Second parameter
288 * value will be of the same type as the first parameter and will be no lower
289 * than the first parameter.
296 * value will be of the same type as the first parameter and will be no higher
297 * than the first parameter.
304 * The resultant value might be greater than or less than the first parameter
460 * Aligns input parameter to the next power of 2
466 * Input parameter aligned to the next power of 2
478 * Aligns input parameter to the previous power of 2
484 * Input parameter aligned to the previous power of 2
495 * Aligns 64b input parameter to the next power of 2
501 * Input parameter aligned to the next power of 2
513 * Aligns 64b input parameter to the previous power of 2
519 * Input parameter aligned to the previous power of 2
554 * Searches the input parameter for the least significant set bit
557 * If the content of the input parameter is zero, then the content of the return
560 * input parameter, should not be zero.
562 * least significant set bit in the input parameter.
571 * Searches the input parameter for the least significant set bit
572 * (starting from zero). Safe version (checks for input parameter being zero).
577 * The input parameter.
580 * bit within the input parameter.
601 * The input parameter.
622 * The input parameter.
633 * Searches the input parameter for the least significant set bit
636 * If the content of the input parameter is zero, then the content of the return
639 * input parameter, should not be zero.
641 * least significant set bit in the input parameter.
650 * Searches the input parameter for the least significant set bit
651 * (starting from zero). Safe version (checks for input parameter being zero).
656 * The input parameter.
659 * bit within the input parameter.
681 * The input parameter.
698 * The input parameter.