Searched defs:warned (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
/external/dnsmasq/src/
H A Ddnsmasq.c943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
/external/fio/
H A Dgettime.c29 int warned; member in struct:tv_valid
179 else if (cycles_wrap && t >= cycles_start && !tv->warned) {
181 tv->warned = 1;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c228 static int warned; variable
293 if (warned)
320 warned = TRUE;
578 warned = FALSE;
/external/selinux/libsepol/src/
H A Dwrite.c1640 int warned = 0; local
1653 if (!warned)
1657 warned = 1;
/external/elfutils/src/src/
H A Dldlex.c2804 bool warned = false; local
2818 if (empty && ! isspace (c) && ! warned)
2821 warned = true;
H A Dreadelf.c4344 bool warned:1; member in struct:listptr
4383 if (!p1->warned && !p2->warned)
4387 p1->warned = p2->warned = true;
4394 p1->warned = p2->warned = true;
4401 p1->warned = p2->warned = true;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 497 milliseconds