Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_ime.c936 uint32_t bufCount; in ImeCrc8() local
938 for ( bufCount = 0; bufCount < length; bufCount++ ) in ImeCrc8()
942 crc = crc ^ pBuf[bufCount]; in ImeCrc8()