Home
last modified time | relevance | path

Searched defs:LastBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c227 int LastBytes = (int)databitlen >> 3; in EdonRUpdate() local
249 int LastBytes = ((~(((-(int)databitlen) >> 3) & 0x03ff)) + 1) \ in EdonRUpdate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2348 unsigned LastBytes = 0; in RescheduleOps() local