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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgattrib.c75 static int to_change; variable
266 to_change |= SET_FUZZY;
270 to_change |= RESET_FUZZY;
274 to_change |= SET_OBSOLETE;
278 to_change |= RESET_OBSOLETE;
283 to_change |= RESET_FUZZY;
288 to_change |= RESET_OBSOLETE;
312 to_change |= REMOVE_PREV;
554 if (to_change)
571 if (to_change
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dxonar_wm87x6.c246 u8 to_change; local
257 to_change = (chip->dac_volume[0] !=
259 to_change |= (chip->dac_volume[1] !=
261 if (to_change & 1)
263 ((to_change & 2) ? 0 : WM8776_UPDATE));
264 if (to_change & 2)
279 u8 to_change; local
287 to_change = 0;
291 to_change = 1;
292 if (to_change) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c132 int to_change = -1; local
211 to_change = 0;
216 to_change = 1;
220 to_change = 0;
226 to_change = 1;
229 to_change = 0;
235 to_change = 1;
239 if (to_change >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit.c289 static int audit_do_config_change(char *function_name, int *to_change, argument
293 int allow_changes, rc = 0, old = *to_change;
310 *to_change = new;

Completed in 120 milliseconds