Searched refs:byteCount (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_bunzip2.c | 109 int byteCount[256]; member 162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local 169 byteCount = bd->byteCount; in get_next_block() 353 byteCount[i] = 0; in get_next_block() 445 byteCount[uc] += t; in get_next_block() 476 byteCount[uc]++; in get_next_block() 486 /* Turn byteCount into cumulative occurrence counts of 0 to n-1. */ in get_next_block() 489 k = j+byteCount[i]; in get_next_block() 490 byteCount[ in get_next_block() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_bunzip2.c | 109 int byteCount[256]; member 162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local 169 byteCount = bd->byteCount; in get_next_block() 353 byteCount[i] = 0; in get_next_block() 445 byteCount[uc] += t; in get_next_block() 476 byteCount[uc]++; in get_next_block() 486 /* Turn byteCount into cumulative occurrence counts of 0 to n-1. */ in get_next_block() 489 k = j+byteCount[i]; in get_next_block() 490 byteCount[ in get_next_block() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 1243 readcmd2->byteCount = cpu_to_le32(count * in aac_read_raw_io() 1371 writecmd2->byteCount = cpu_to_le32(count * in aac_write_raw_io()
|
H A D | aacraid.h | 1923 __le32 byteCount; member
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | aacraid.h | 1922 __le32 byteCount; member
|
H A D | aachba.c | 1230 readcmd2->byteCount = cpu_to_le32(count * in aac_read_raw_io() 1358 writecmd2->byteCount = cpu_to_le32(count * in aac_write_raw_io()
|
Completed in 25 milliseconds