Home
last modified time | relevance | path

Searched refs:all_zero (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dinet.c245 int all_zero; in addr_or() local
251 all_zero = 1; in addr_or()
257 all_zero = 0; in addr_or()
261 return !all_zero; in addr_or()
274 int all_zero; in addr_and() local
280 all_zero = 1; in addr_and()
286 all_zero = 0; in addr_and()
290 return !all_zero; in addr_and()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc674 timer::all_zero (const timevar_time_def &elapsed) in all_zero() function in timer
734 if (! all_zero ((*i).second)) in print()
743 && all_zero (tv->elapsed)) in print()
755 if (! all_zero ((*i).second)) in print()
H A Dtimevar.h135 static bool all_zero (const timevar_time_def &elapsed);
H A Dexpmed.cc1254 int all_zero = 0; in store_fixed_bit_field_1() local
1280 all_zero = 1; in store_fixed_bit_field_1()
1328 if (! all_zero) in store_fixed_bit_field_1()
H A DChangeLog-201615780 (timer::all_zero): New static helper.
15788 (timer::print): Print sub-timevar stats, use all_zero.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c676 timer::all_zero (const timevar_time_def &elapsed) in all_zero() function
736 if (! all_zero ((*i).second)) in print()
745 && all_zero (tv->elapsed)) in print()
757 if (! all_zero ((*i).second)) in print()
H A Dtimevar.h135 static bool all_zero (const timevar_time_def &elapsed);
H A Dexpmed.c1249 int all_zero = 0; in store_fixed_bit_field_1() local
1275 all_zero = 1; in store_fixed_bit_field_1()
1323 if (! all_zero) in store_fixed_bit_field_1()