Home
last modified time | relevance | path

Searched refs:_T_MAX (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtx.h102 #define _T_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
H A Dt_alloc.c143 dsize = _T_MAX((int)info.CDATA_size, in _tx_alloc()
H A D_utility.c516 size1 = _T_MAX(csize, dsize); in _t_alloc_bufs()