Searched refs:flipflop (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-6-prg.c41 int flipflop; variable
46 /* Waits until the flipflop has a given value.
53 while (flipflop != value)
58 /* Sets the flipflop to a given value.
63 flipflop = value;
146 flipflop = 1;
H A Dgettext-7-prg.c41 int flipflop; variable
46 /* Waits until the flipflop has a given value.
53 while (flipflop != value)
58 /* Sets the flipflop to a given value.
63 flipflop = value;
150 flipflop = 1;

Completed in 90 milliseconds