HomeSort by: relevance | last modified time | path
    Searched defs:bclr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 58 uint64_t bclr; /* bits that are definitely clear */ member in struct:integer_constraints
213 return !is_uinteger(tp->t_tspec) && ic.bclr >> 63 == 0;
220 return !is_uinteger(tp->t_tspec) && (a.bclr & b.bclr) >> 63 == 0;
235 c.bclr = ~c.umax;
241 c.bclr = 0;
261 c.bclr = ~u64_fill_right(c.umax);
272 c.bclr = ~u64_fill_right(c.umax);
290 c.bclr = ~u64_fill_right(c.umax);
307 c.bclr = 0
    [all...]
tree.c 58 uint64_t bclr; /* bits that are definitely clear */ member in struct:integer_constraints
213 return !is_uinteger(tp->t_tspec) && ic.bclr >> 63 == 0;
220 return !is_uinteger(tp->t_tspec) && (a.bclr & b.bclr) >> 63 == 0;
235 c.bclr = ~c.umax;
241 c.bclr = 0;
261 c.bclr = ~u64_fill_right(c.umax);
272 c.bclr = ~u64_fill_right(c.umax);
290 c.bclr = ~u64_fill_right(c.umax);
307 c.bclr = 0
    [all...]

Completed in 30 milliseconds