reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
22 x.all = a; 23 if (x.s.low == 0) { 24 if (x.s.high == 0) 26 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT); 28 return __builtin_ctzll(x.s.low) + 1;