Lines Matching refs:lo_avd
378 struct av_decision lo_avd; in type_attribute_bounds_av() local
387 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
396 &lo_avd); in type_attribute_bounds_av()
397 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av()
399 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
404 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
413 &lo_avd); in type_attribute_bounds_av()
414 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av()
416 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
421 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
431 &lo_avd); in type_attribute_bounds_av()
432 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av()
434 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()