Searched refs:PRINTF (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dfunc-in-block.c4 extern void PRINTF(const char *);
9 PRINTF(__func__);
12 PRINTF(__func__);
19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
/external/qemu/android/
H A Dhelp.c17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__) macro
22 PRINTF(
61 PRINTF(
101 PRINTF(
151 PRINTF(
242 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
246 PRINTF( "\n" );
247 PRINTF( " note that NumLock must be deactivated for keypad keys to work\n\n" );
255 PRINTF(
291 PRINTF(
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug_fp.c36 PRINTF( function
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(strea
[all...]
H A Di915_debug.c70 PRINTF( function
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(strea
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_fp.c36 PRINTF( function
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(strea
[all...]
H A Di915_debug.c70 PRINTF( function
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(strea
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp67 static int PRINTF( const char* fmt, ... ) function
75 static int PRINTF( const char*, ... ) function
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("HIS
[all...]

Completed in 593 milliseconds