Searched refs:zero_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_intr.c93 intr->zero_count = 0;
106 if (intr->zero_count++ == 0) {
H A Dsfxge.h214 uint32_t zero_count; member in struct:sfxge_intr
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c1916 int zero_count = 0;
1976 zero_count = 0;
1987 while (IS_ONLY_IFZERO (nent) && zero_count < 7)
1990 zero_count++;
1993 insn_list[our_offset + 0] |= zero_count;
2124 printf ("%d: if (0:%d) goto %d\n", our_offset, zero_count + 1,
1905 int zero_count = 0; local
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c5103 HOST_WIDE_INT count = 0, zero_count = 0;
5136 zero_count += this_node_count;
5144 || 4 * zero_count >= 3 * count))
5374 unsigned HOST_WIDE_INT count = 0, zero_count = 0;
5386 zero_count += n_elts_here;
5391 need_to_clear = (count < n_elts || 4 * zero_count >= 3 * count);
5089 HOST_WIDE_INT count = 0, zero_count = 0; local
5360 unsigned HOST_WIDE_INT count = 0, zero_count = 0; local

Completed in 183 milliseconds