Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp58 uint32_t byteCount; member
92 s->byteCount = 0; in sha1_init()
153 ++s->byteCount; in sha1_writebyte()
172 sha1_addUncounted(s, s->byteCount >> 29); // Shifting to multiply by 8 in sha1_pad()
173 sha1_addUncounted(s, s->byteCount >> 21); // as SHA-1 supports bitstreams as well as in sha1_pad()
174 sha1_addUncounted(s, s->byteCount >> 13); // byte. in sha1_pad()
175 sha1_addUncounted(s, s->byteCount >> 5); in sha1_pad()
176 sha1_addUncounted(s, s->byteCount << 3); in sha1_pad()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h38 void append_uleb128Fixed(uint64_t value, unsigned byteCount) { in append_uleb128Fixed() argument
40 assert(min <= byteCount); in append_uleb128Fixed()
41 unsigned pad = byteCount - min; in append_uleb128Fixed()
/freebsd-13.1/sys/dev/hptmv/
H A DmvSata.h357 volatile MV_U16 byteCount; member
H A Dentry.c1844 pPRDTable[i].byteCount = (MV_U16)tmpSg->wSgSize; in fDeviceSendCommand()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp101 size_t byteCount; member
/freebsd-13.1/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2042 uint32_t byteCount; /**< This counter reflects byte count of frames that member
/freebsd-13.1/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c4306 p_KeyStatistics->byteCount = GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()