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

/system/core/toolbox/
H A Dvmstat.c75 int toggle, count; local
116 toggle = 0;
121 read_state(&s[1 - toggle]);
124 read_state(&s[toggle]);
130 print_line(&s[1 - toggle], &s[toggle]);
131 toggle = 1 - toggle;
H A Diftop.c230 unsigned int toggle = 0; local
261 get_interfaces(ifs[!toggle]);
268 nr = get_interfaces(ifs[toggle]);
273 count += print_interfaces(ifs[!toggle], ifs[toggle], nr);
274 toggle = !toggle;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c217 print_info("Hard reset,perform PMEN toggle\n");
265 static int toggle; local
315 if (toggle)
317 toggle = !toggle;

Completed in 88 milliseconds