Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dstats64.h120 uint32_t orig_low, orig_high; in stat64_min() local
137 orig_low = qatomic_read(&s->low); in stat64_min()
138 if (orig_low <= low) { in stat64_min()
160 uint32_t orig_low, orig_high; in stat64_max() local
177 orig_low = qatomic_read(&s->low); in stat64_max()
178 if (orig_low >= low) { in stat64_max()
/openbmc/linux/drivers/crypto/bcm/
H A Dutil.c179 u64 orig_low = __be64_to_cpu(*low_be); in add_to_ctr() local
180 u64 new_low = orig_low + (u64)increment; in add_to_ctr()
183 if (new_low < orig_low) in add_to_ctr()