Lines Matching refs:l

108 #define	_MTYPE(l, t) \  argument
109 (((_mac_label_impl_t *)(l))->id == (t))
111 #define _MSETTYPE(l, t) \ argument
112 (((_mac_label_impl_t *)(l))->id = (t))
114 #define _MGETTYPE(l) (((_mac_label_impl_t *)(l))->id) argument
143 #define LCLASS_SET(slp, l) ((slp)->_lclass.class_u.class_chunk = (l)) argument
148 #define LCLASS_SET(slp, l) \ argument
149 ((slp)->_lclass.class_u.class_ar[0] = (uint8_t)((l)>> 8), \
150 (slp)->_lclass.class_u.class_ar[1] = (uint8_t)(l))
159 #define ICLASS_SET(ilp, l) ((ilp)->_iclass.class_u.class_chunk = (l)) argument
164 #define ICLASS_SET(ilp, l) \ argument
165 ((ilp)->_iclass.class_u.class_ar[0] = (uint8_t)((l)>> 8), \
166 (ilp)->_iclass.class_u.class_ar[1] = (uint8_t)(l))
181 #define _LOW_LABEL(l, t) \ argument
182 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
183 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
184 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
187 #define _HIGH_LABEL(l, t) \ argument
188 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
189 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
190 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
196 #define BLTYPE(l, t) \ argument
198 (((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_ID || \
199 ((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_UN) && \
200 (((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_ID || \
201 ((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_UN) : \
202 ((_mac_label_impl_t *)(l))->id == (t))
237 #define BLINRANGE(l, r)\ argument
238 (BLDOMINATES((l), &((r)->lower_bound)) && \
239 BLDOMINATES(&((r)->upper_bound), (l)))
276 #define BCLLOW(l) (BSLLOW(BCLTOSL(l)), BILLOW(BCLTOIL(l))) argument
279 #define BSLLOW(l) _BSLLOW((_bslabel_impl_t *)(l)) argument
281 #define _BSLLOW(l) \ argument
282 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
283 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
284 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
288 #define BSLHIGH(l) _BSLHIGH((_bslabel_impl_t *)(l)) argument
290 #define _BSLHIGH(l) \ argument
291 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
292 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
293 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
297 #define BILLOW(l) _BILLOW((_bilabel_impl_t *)(l)) argument
299 #define _BILLOW(l) \ argument
300 ((l)->_iid = SUN_IL_ID, (l)->_i_c_len = _C_LEN, \
301 ICLASS_SET(l, LOW_CLASS), \
302 (l)->_icomps.c1 = (l)->_icomps.c2 = (l)->_icomps.c3 = \
303 (l)->_icomps.c4 = (l)->_icomps.c5 = (l)->_icomps.c6 = \
304 (l)->_icomps.c7 = (l)->_icomps.c8 = EMPTY_SET, \
305 (l)->_imarks.m1 = (l)->_imarks.m2 = (l)->_imarks.m3 = \
306 (l)->_imarks.m4 = (l)->_imarks.m5 = (l)->_imarks.m6 = \
307 (l)->_imarks.m7 = (l)->_imarks.m8 = EMPTY_SET)
311 #define BCLEARLOW(l) _BCLEARLOW((_bclear_impl_t *)(l)) argument
321 #define BCLEARHIGH(l) _BCLEARHIGH((_bclear_impl_t *)(l)) argument
331 #define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN) argument
337 #define BCLTOSL(l) ((bslabel_t *)&((_bclabel_impl_t *)(l))->_bcl_sl) argument
340 #define BCLTOIL(l) ((_bilabel_impl_t *)&((_bclabel_impl_t *)(l))->_bcl_il) argument
351 #define SETBLTYPE(l, t) (((_bclabel_impl_t *)(l))->_bcl_sl.id = (t)) argument
353 #define GETBLTYPE(l) (((const _bclabel_impl_t *)(l))->_bcl_sl.id) argument