Searched refs:byteCount (Results 1 – 6 of 6) sorted by relevance
57 uint32_t byteCount; member91 s->byteCount = 0; in sha1_init()151 ++s->byteCount; in sha1_writebyte()170 sha1_addUncounted(s, s->byteCount >> 29); // Shifting to multiply by 8 in sha1_pad()171 sha1_addUncounted(s, s->byteCount >> 21); // as SHA-1 supports bitstreams as well as in sha1_pad()172 sha1_addUncounted(s, s->byteCount >> 13); // byte. in sha1_pad()173 sha1_addUncounted(s, s->byteCount >> 5); in sha1_pad()174 sha1_addUncounted(s, s->byteCount << 3); in sha1_pad()
39 void append_uleb128Fixed(uint64_t value, unsigned byteCount) { in append_uleb128Fixed() argument41 assert(min <= byteCount); in append_uleb128Fixed()42 unsigned pad = byteCount - min; in append_uleb128Fixed()
357 volatile MV_U16 byteCount; member
1844 pPRDTable[i].byteCount = (MV_U16)tmpSg->wSgSize; in fDeviceSendCommand()
2042 uint32_t byteCount; /**< This counter reflects byte count of frames that member
4306 p_KeyStatistics->byteCount = GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()