Lines Matching defs:count
447 /* write current count */
554 /* write current count and sync */
601 short i, j, count;
623 for (i = 0, count = 0; i < 256; i++)
624 for (j = 0; j < 4; j++, count++)
625 S[count] = bf_sbox[count];
653 for (j = 0, count = i * 256; j < 256; j += 2, count += 2) {
656 S[count] = data[0];
657 S[count + 1] = data[1];