Searched refs:check_shift (Results 1 – 1 of 1) sorted by relevance
441 int check_shift = -1; in apply_special_operator() local446 check_shift = 0; in apply_special_operator()453 check_shift = 16; in apply_special_operator()460 check_shift = 32; in apply_special_operator()475 if (check_shift >= 0 && ret != (num >> check_shift)) in apply_special_operator()478 ~0ULL << (check_shift + 16 - 1), in apply_special_operator()479 ~0ULL >> (64 - (check_shift + 16 - 1)), in apply_special_operator()