HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 101 - 125 of 370) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/lib/blkid/
blkidP.h 145 #define DBG(m,x) if ((m) & blkid_debug_mask) x;
147 #define DBG(m,x)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
66 DBG("%s\n", __FUNCTION__);
97 DBG("%s\n", __FUNCTION__);
208 DBG("%s\n", __FUNCTION__);
237 DBG("Program after ENDIF handling:\n");
radeon_emulate_loops.c 40 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
210 DBG("No constant limit.\n");
224 DBG("Initial counter value cannot be determined.\n");
227 DBG("Initial counter value is %f\n", counter_value.Value);
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
281 DBG("Limit is %f.\n", limit_value);
306 DBG("Loop will have %d iterations.\n", iterations);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
54 DBG("Search string: '%s'\n", search_str);
56 DBG("Match %u start = %d end = %d\n", i,
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
287 DBG("Dst Reg File=%u Index=%d Writemask=%d\n",
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 476 #undef DBG
t_vertex.c 35 #define DBG 0
310 if (DBG)
341 if (DBG)
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 30 private static final boolean DBG = false;
39 if (DBG) Log.d(TAG, "onCreate()");
84 if (DBG) Log.d(TAG, "onDestroy()");
101 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")");
108 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")");
159 if (DBG) Log.d(TAG, "onStop()");