Searched refs:byteCount (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/lib/
H A Ddecompress_bunzip2.c108 int byteCount[256]; member in struct:bunzip_data
161 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; get_next_block() local
168 byteCount = bd->byteCount; get_next_block()
352 byteCount[i] = 0; get_next_block()
444 byteCount[uc] += t; get_next_block()
475 byteCount[uc]++; get_next_block()
485 /* Turn byteCount into cumulative occurrence counts of 0 to n-1. */ get_next_block()
488 k = j+byteCount[i]; get_next_block()
489 byteCount[i] = j; get_next_block()
495 dbuf[byteCount[uc]] |= (i << 8); get_next_block()
496 byteCount[uc]++; get_next_block()
/linux-4.4.14/drivers/scsi/aacraid/
H A Daachba.c1161 readcmd2->byteCount = cpu_to_le32(count * aac_read_raw_io()
1287 writecmd2->byteCount = cpu_to_le32(count * aac_write_raw_io()
H A Daacraid.h1479 __le32 byteCount; member in struct:aac_raw_io2

Completed in 203 milliseconds