Searched refs:byteCount (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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() 354 byteCount[i] = 0; in get_next_block() 446 byteCount[uc] += t; in get_next_block() 477 byteCount[uc]++; in get_next_block() 490 k = j+byteCount[i]; in get_next_block() 491 byteCount[i] = j; in get_next_block() 497 dbuf[byteCount[uc]] |= (i << 8); in get_next_block() 498 byteCount[uc]++; in get_next_block()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | json_utils.cpp | 87 char* byteCount = (char*)calloc(11, sizeof(char)); in dumpHex() local 97 snprintf(byteCount, 11, "%08X ", static_cast<uint32_t>(i)); in dumpHex() 98 strcat(buffer.get(), byteCount); in dumpHex() 171 free(byteCount); in dumpHex()
|
/openbmc/linux/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
|