Searched refs:this_is_set (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c232 boolean_t this_is_set; local
234 this_is_set = (map[start.byte] & bit(i)) ? TRUE : FALSE;
235 if (this_is_set != is_set) {
284 boolean_t this_is_set; local
286 this_is_set = (map[start.byte] & bit(i)) ? TRUE : FALSE;
287 if (this_is_set != is_set) {
299 boolean_t this_is_set = (map[start.byte] & bit(i)) ? TRUE : FALSE; local
301 if (this_is_set != is_set) {

Completed in 18 milliseconds