Lines Matching defs:count
713 size_t count = 0;
718 (value >> (8 * (bytes - 1 - count % bytes)))
721 (value >> (8 * (count % bytes)))
735 for (j = 0; j < xfers[i].len; j++, tx_buf++, count++) {
743 count, 2);
747 count, 3);
751 count, 4);
754 *tx_buf = count;
757 *tx_buf = GET_VALUE_BYTE(count, count, 2);
760 *tx_buf = GET_VALUE_BYTE(count, count, 3);
763 *tx_buf = GET_VALUE_BYTE(count, count, 4);
874 /* count number of transfers with tx/rx_buf != NULL */
1074 int ret = 0, count = 0;
1098 for (test = tests, count = 0; test->description[0];
1099 test++, count++) {
1101 if ((run_only_test > -1) && (count != run_only_test))