Lines Matching refs:has_q
3548 my $has_q = 0;3549 eval { $has_q = pack("Q", "1") ? 1 : 1; };3550 if (!$has_q) {