Home
last modified time | relevance | path

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

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