Searched refs:warned (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/xterm/dist/
H A Dplink.sh55 warned=`mktemp "$TMPDIR/xterm.XXXXXXXX"`
56 trap "rm -f $warned; exit 1" 1 2 3 15
57 trap "rm -f $warned" 0
58 if ( eval $LINKIT $OPT $NO_LTO "$@" >"$warned" 2>&1 )
60 WARNED=`cat "$warned"`
61 rm -f "$warned"
71 rm -f "$warned"
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c136 static int warned = 0; local in function:lnxACPIOpen
148 if (!warned)
151 warned = 1;
162 warned = 0;
H A Dlnx_video.c124 static Bool warned = FALSE; local in function:mtrr_open
136 if (!warned && verbosity <= xf86GetVerbosity()) {
139 warned = TRUE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c138 static int warned = 0; local in function:lnxACPIOpen
150 if (!warned)
153 warned = 1;
164 warned = 0;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.c207 static int warned; local in function:driConfigEqual
208 if (!warned) {
210 warned = 1;
220 static int warned; local in function:driConfigEqual
221 if (!warned) {
223 warned = 1;
231 static int warned; local in function:driConfigEqual
232 if (!warned) {
234 warned = 1;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_debug.h238 static bool warned = FALSE; \
239 if (!warned) { \
242 warned = TRUE; \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h274 static bool warned = false; \
275 if (!warned) { \
279 warned = true; \
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug.h242 static bool warned = false; \
243 if (!warned) { \
246 warned = true; \
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_measure.c271 static bool warned = false; local in function:_anv_measure_snapshot
272 if (unlikely(!warned)) {
280 warned = true;
495 static bool warned = false; local in function:_anv_measure_add_secondary
496 if (unlikely(!warned)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_measure.c149 static bool warned = false; local in function:measure_start_snapshot
150 if (unlikely(!warned)) {
156 warned = true;
H A Diris_screen.c134 static bool warned = false; local in function:iris_warn_clover
135 if (warned)
138 warned = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c416 static bool warned = false; local in function:v3d_job_submit
417 if (ret && !warned) {
420 warned = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_fs.c250 static boolean warned = FALSE; local in function:make_fs_key
254 if (!warned) {
269 warned = TRUE;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dextensions.c272 static bool warned; local in function:_mesa_one_time_init_extension_overrides
274 if (!warned) {
275 warned = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_fs.c270 static boolean warned = FALSE; local in function:make_fs_key
274 if (!warned) {
289 warned = TRUE;
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_measure.c426 static bool warned = false; local in function:intel_measure_push_result
427 if (unlikely(!warned)) {
433 warned = true;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dextensions.c287 static bool warned; local in function:_mesa_one_time_init_extension_overrides
289 if (!warned) {
290 warned = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c918 static bool warned[5] = { 0 }; local in function:v3d_check_compiled_shaders
933 if (!warned[failed_stage]) {
937 warned[failed_stage] = true;
1319 static bool warned = false; local in function:v3d_launch_grid
1320 if (!warned) {
1324 warned = true;
1452 static bool warned = false; local in function:v3d_launch_grid
1453 if (ret && !warned) {
1456 warned = true;
H A Dv3d_job.c555 static bool warned = false; local in function:v3d_job_submit
556 if (ret && !warned) {
559 warned = true;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface_ums.c549 static int warned;
550 if (!warned)
552 warned = 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_job.c493 static bool warned = false; local in function:vc4_job_submit
494 if (ret && !warned) {
497 warned = true;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c48 static int warned=1; \
49 if(warned) { \
51 warned=0; \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_job.c493 static bool warned = false; local in function:vc4_job_submit
494 if (ret && !warned) {
497 warned = true;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_queue.c654 static bool warned = false; local in function:handle_cl_job
655 if (ret && !warned) {
658 warned = true;
722 static bool warned = false; local in function:handle_csd_job
723 if (ret && !warned) {
726 warned = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c828 static int warned = 0; local in function:nvfx_fragprog_parse_instruction
829 if(!warned) {
831 warned = 1;
846 static int warned = 0; local in function:nvfx_fragprog_parse_instruction
847 if(!warned) {
851 warned = 1;

Completed in 26 milliseconds

12