Searched defs:MBLKL (Results 1 – 3 of 3) sorted by relevance
51 #define MBLKL(mp) _PTRDIFF((mp)->b_wptr, (mp)->b_rptr) macro
73 #define MBLKL(_mp_) ((uintptr_t)(_mp_)->b_wptr - (uintptr_t)(_mp_)->b_rptr) macro
288 #define MBLKL(mp) ((uintptr_t)(mp)->b_wptr - (uintptr_t)(mp)->b_rptr) macro