Searched refs:remove_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.h81 int remove_count; member in struct:pex_obj
H A Dpex-common.c74 obj->remove_count = 0;
88 ++obj->remove_count;
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
94 obj->remove[obj->remove_count - 1] = add;
627 if (obj->remove_count > 0)
631 for (i = 0; i < obj->remove_count; ++i)
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_bond.c3412 int remove_count;
3414 remove_count = lag->lag_selected_port_count - bond->ifb_max_active;
3418 remove_count--;
3419 if (remove_count == 0) {

Completed in 186 milliseconds