Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcirc_buf.h16 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) macro
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c18 #define CIRC_CNT(head, tail, size) (((head) - (tail)) & (size - 1)) macro