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

  /external/dtc/
util.h 29 #define PRINTF(i, j) __attribute__((format (printf, i, j)))
32 #define PRINTF(i, j)
38 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...)
71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
  /external/ltp/testcases/kernel/syscalls/utils/
include_j_h.h 47 * PRINTF : macro to output detail log
49 #define PRINTF(...) \
69 PRINTF("EXPECT: return value(ret)=%s", \
72 PRINTF("EXPECT: return value(ret)=%d", rc); \
73 PRINTF(" errno=%d (%s)", errno, strerror(errno)); \
79 PRINTF("RESULT: return value(ret)=%8d", rc); \
81 PRINTF("RESULT: return value(ret)=%d", rc); \
82 PRINTF(" errno=%d (%s)", errno, strerror(errno)); \
88 PRINTF("\n"); \
90 PRINTF("\n");
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug_fp.c 36 PRINTF(
139 PRINTF(stream, "T_DIFFUSE");
142 PRINTF(stream, "T_SPECULAR");
145 PRINTF(stream, "T_FOG_W");
148 PRINTF(stream, "T_TEX%d", nr);
153 PRINTF(stream, "oC");
159 PRINTF(stream, "oD");
167 PRINTF(stream, "%s[%d]", regname[type], nr);
188 PRINTF(stream, ".");
192 PRINTF(stream, "-")
    [all...]
i915_debug.c 70 PRINTF(
89 PRINTF(stream, "Error - zero length packet (0x%08x)\n", stream->ptr[0]);
95 PRINTF(stream, "%08x: ", stream->offset);
98 PRINTF(stream, "%s (%d dwords):\n", name, len);
100 PRINTF(stream, "\t0x%08x\n", ptr[i]);
101 PRINTF(stream, "\n");
138 PRINTF(stream, "%s %s (%d dwords):\n", name, prim, len);
139 PRINTF(stream, "\t0x%08x\n", ptr[0]);
142 PRINTF(stream, "\t0x%08x // %f\n", ptr[i], *(float *)&ptr[i]);
144 PRINTF(stream, "\t0x%08x\n", ptr[i]);
    [all...]
  /external/skia/tools/bookmaker/
selfCheck.cpp 17 printf does not generate output in visual studio, but
21 #define PRINTF(...) \
26 printf(__VA_ARGS__); \
30 #define PRINTF(...) \
31 printf(__VA_ARGS__)
104 PRINTF("No #In: %s\n", csChild->fName.c_str());
125 PRINTF("No #Subtopic: %s\n", fullname.c_str());
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 64 #define PRINTF(fmt, arg...) { \
66 printf(fmt, ##arg); \
200 printf("\n\nCPU %15s%15s%15s%15s\n"
229 printf("\n\nTask %15s%15s\n"
239 printf("sleeping %llu, blocked %llu, running %llu, stopped %llu, "
251 printf("%s: read=%llu, write=%llu, cancelled_write=%llu\n",
290 printf("print delayacct stats ON\n");
294 printf("printing IO accounting\n");
298 printf("printing task/process context switch rates\n");
307 printf("write to file %s\n", logfile)
    [all...]
  /external/syslinux/gpxe/src/
Makefile 22 PRINTF := printf
  /external/vboot_reference/
Makefile 81 PRINTF := printf
83 PRINTF := :
864 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
866 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
873 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
875 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
882 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
884 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
891 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 67 static int PRINTF( const char* fmt, ... )
75 static int PRINTF( const char*, ... )
288 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num);
333 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num);
384 PRINTF("Starting ordering of inner quads\n");
387 PRINTF("Orig count: %d After ordering: %d\n", icount, count);
423 PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count);
426 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count);
613 PRINTF("col: %d row: %d\n", col, row);
626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE])
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 35 #define PRINTF(format, args...) OS_INFO("%s: %s[%d]:: " format, __FILE__, __FUNCTION__ , __LINE__ , ## args )
37 //#define PRINTF(args...)
  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 26 #ifndef PRINTF
27 #define PRINTF printf
    [all...]

Completed in 960 milliseconds