Lines Matching refs:num_bits
922 sign_extend(int n, int num_bits)924 int shift = (int)(sizeof(int) * 8 - num_bits);1475 unsigned int num_bits : 5;