HomeSort by: relevance | last modified time | path
    Searched refs:tries (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_crt.c 176 int tries = 1; local
182 tries = 2;
184 tries = 1;
202 for (try = 0; try < tries; try++) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_screen_cache.c 103 unsigned tries = 0; local
114 ++tries;
162 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__,
163 handle ? "hit" : "miss", tries, bucket);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_screen_cache.c 103 unsigned tries = 0; local
114 ++tries;
162 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__,
163 handle ? "hit" : "miss", tries, bucket);
  /xsrc/external/mit/xf86-video-ati/dist/src/
atombios_output.c 2643 uint8_t tries, voltage, ss_cntl; local
2694 tries = 0;
2717 ++tries;
2718 if (tries == 5) {
2724 tries = 0;
2738 tries = 0;
2757 if (tries > 5) {
2759 "channel eq failed: 5 tries\n");
2767 ++tries;
theatre200.c 392 uint32_t tries = 0; local
420 while(result != DSP_OK && tries < 10)
496 if (tries >= 10)
507 result = tries = 0;
508 while(result != DSP_OK && tries < 10)
radeon_driver.c 1020 int tries = 0; local
1025 if (++tries > 10)
1130 tries = 0;
  /xsrc/external/mit/libXaw/dist/src/
SimpleMenu.c 1707 int tries; local
1713 for (tries = 0; tries < 100; tries++) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 103 # but it will not be allowed to change them. If it tries it will
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 109 # but it will not be allowed to change them. If it tries it will

Completed in 21 milliseconds