HomeSort by relevance Sort by last modified time
    Searched defs:dump_printf (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
debug.c 36 int dump_printf(const char *fmt, ...) function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx
72 ctx->dump_printf( ctx, "%u", e );
74 ctx->dump_printf( ctx, "%s", enums[e] );
77 #define EOL() ctx->dump_printf( ctx, "\n" )
78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
79 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I )
81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I )
83 #define SID(I) ctx->dump_printf( ctx, "%d", I
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx
72 ctx->dump_printf( ctx, "%u", e );
74 ctx->dump_printf( ctx, "%s", enums[e] );
77 #define EOL() ctx->dump_printf( ctx, "\n" )
78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
79 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I )
81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I )
83 #define SID(I) ctx->dump_printf( ctx, "%d", I
    [all...]
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 279 #define dump_printf(a, b...) do { \ macro
311 dump_printf("Common Clock Service Status\nLocal time : %lld\n",
315 dump_printf("Common time : %lld\n", commonTime);
317 dump_printf("Common time : %s\n", "not synced");
319 dump_printf("Timeline ID : %016llx\n", mTimelineID);
320 dump_printf("State : %s\n", stateToString(mState));
321 dump_printf("Master Addr : %s\n", maStr);
328 dump_printf("Error Est. : %.3f msec\n",
331 dump_printf("Error Est. : %s\n", "unknown");
334 dump_printf("Syncs TXes : %u\n", mClient_SyncsSentToCurMaster)
435 #undef dump_printf macro
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
252 dump_printf(&log, "set H{");
255 dump_printf(&log, " ");
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
260 dump_printf(&log, "SKIP");
264 dump_printf(&log, "CLR,");
265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
267 dump_printf(&log, "~%d", layer->transform);
269 dump_printf(&log, "} D{");
272 dump_printf(&log, " ")
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 322 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
341 dump_printf(&log, "set H{");
344 dump_printf(&log, " ");
349 dump_printf(&log, "%p:%s,", handle, "DSS");
351 dump_printf(&log, "%p:%s,", handle, "BV2D");
354 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
356 dump_printf(&log, "SKIP");
360 dump_printf(&log, "CLR,");
361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
363 dump_printf(&log, "~%d", layer->transform)
    [all...]

Completed in 270 milliseconds