Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compute.c223 static bool warned = false; in brw_dispatch_compute_common() local
225 if (!warned) { in brw_dispatch_compute_common()
228 warned = true; in brw_dispatch_compute_common()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h244 static bool warned = FALSE; \
245 if (!warned) { \
248 warned = TRUE; \
/external/elfutils/src/
Dldlex.l232 bool warned = false; in eat_to_eol() local
246 if (empty && ! isspace (c) && ! warned) in eat_to_eol()
249 warned = true; in eat_to_eol()
Dreadelf.c4450 bool warned:1; member
4489 if (!p1->warned && !p2->warned) in compare_listptr()
4493 p1->warned = p2->warned = true; in compare_listptr()
4500 p1->warned = p2->warned = true; in compare_listptr()
4507 p1->warned = p2->warned = true; in compare_listptr()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_fs.c246 static boolean warned = FALSE; in make_fs_key() local
250 if (!warned) { in make_fs_key()
265 warned = TRUE; in make_fs_key()
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c352 static GLboolean warned = GL_FALSE; in problem() local
353 if (!warned) { in problem()
356 warned = GL_TRUE; in problem()
/external/fio/
Dgettime.c31 int warned; member
183 else if (cycles_wrap && t >= cycles_start && !tv->warned) { in __fio_gettime()
185 tv->warned = 1; in __fio_gettime()
Dio_u.c166 static int warned; in __get_next_rand_offset_zoned() local
191 if (!warned) { in __get_next_rand_offset_zoned()
193 warned = 1; in __get_next_rand_offset_zoned()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c469 static bool warned = false; in vc4_job_submit() local
470 if (ret && !warned) { in vc4_job_submit()
473 warned = true; in vc4_job_submit()
Dvc4_resource.c590 static bool warned = false; in vc4_resource_from_handle() local
591 if (!warned) { in vc4_resource_from_handle()
592 warned = true; in vc4_resource_from_handle()
/external/ltp/runtest/
Dcrashme2 # Before running these: BACKUP YOUR SYSTEM! you've been warned!
/external/stressapptest/src/
Dos.cc298 static bool warned = false; in FindRegion() local
310 if (!warned) { in FindRegion()
313 warned = true; in FindRegion()
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c229 static int warned; variable
294 if (warned) in abbrok()
321 warned = TRUE; in abbrok()
578 warned = FALSE; in main()
/external/mesa3d/src/glx/
Dglx_pbuffer.c48 static int warned=1; \
49 if(warned) { \
51 warned=0; \
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c854 static int warned = 0; in nvfx_fragprog_parse_instruction() local
855 if(!warned) { in nvfx_fragprog_parse_instruction()
857 warned = 1; in nvfx_fragprog_parse_instruction()
872 static int warned = 0; in nvfx_fragprog_parse_instruction() local
873 if(!warned) { in nvfx_fragprog_parse_instruction()
877 warned = 1; in nvfx_fragprog_parse_instruction()
/external/dnsmasq/src/
Ddnsmasq.c838 static int warned = 0; in poll_resolv() local
842 warned = 0; in poll_resolv()
850 if (!warned) in poll_resolv()
853 warned = 1; in poll_resolv()
/external/python/cpython2/PCbuild/
Dget_externals.bat10 rem Optionally clean up first. Be warned that this can be very destructive!
/external/python/cpython3/PCbuild/
Dget_externals.bat10 rem Optionally clean up first. Be warned that this can be very destructive!
/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc336 static std::unordered_set<string> warned; in CheckOpDeprecation() local
340 warn = warned.insert(op_def.name()).second; in CheckOpDeprecation()
/external/llvm/docs/
DGettingStartedVS.rst69 3. Remember that you were warned twice about reading the documentation.
/external/selinux/libsepol/src/
Dwrite.c1777 int warned = 0; in role_trans_rule_write() local
1790 if (!warned) in role_trans_rule_write()
1794 warned = 1; in role_trans_rule_write()
/external/syslinux/lzo/doc/
DLZO.TXT265 Be warned: the main source code in the 'src' directory is a
/external/valgrind/docs/internals/
D3_12_BUGSTATUS.txt229 377463 Uninitialized parameters to VALGRIND_MAKE_MEM_NOACCESS() not warned
/external/python/cpython2/Demo/metaclasses/
Dmeta-vladimir.txt149 However, be warned! The features we're going to talk about aren't fully
/external/python/cpython2/Doc/howto/
Dpyporting.rst301 You can also run Python 2 with the ``-3`` flag to be warned about various

123