Searched refs:S_MAXPYLDSIZE (Results 1 – 1 of 1) sorted by relevance
1882 #define S_MAXPYLDSIZE 28 macro1884 #define V_MAXPYLDSIZE(x) ((x) << S_MAXPYLDSIZE)1885 #define G_MAXPYLDSIZE(x) (((x) >> S_MAXPYLDSIZE) & M_MAXPYLDSIZE)