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

  /external/clang/test/CodeGen/
func-in-block.c 4 extern void PRINTF(const char *);
9 PRINTF(__func__);
12 PRINTF(__func__);
19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
  /external/toybox/tests/
printf.test 11 PRINTF="$(which printf)"
13 testing "printf text" "$PRINTF TEXT" "TEXT" "" ""
14 testing "printf escapes" "$PRINTF 'one\ntwo\n\v\t\r\f\e\b\athree'" \
16 testing "printf %b escapes" "$PRINTF %b 'one\ntwo\n\v\t\r\f\e\b\athree'" \
18 testing "printf null" "$PRINTF 'x\0y' | od -An -tx1" ' 78 00 79\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/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...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 113 #define PRINTF(str,args...) printf("\n"str"\n",##args)
115 #define PRINTF(str,args...)
121 printf(_string); \
130 printf(_string); \
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 80 static int PRINTF( const char* fmt, ... )
87 static int PRINTF( const char*, ... )
331 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num);
374 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num);
426 PRINTF("Starting ordering of inner quads\n");
429 PRINTF("Orig count: %d After ordering: %d\n", icount, count);
465 PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count);
468 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count);
693 PRINTF("col: %d row: %d\n", col, row);
704 PRINTF("HIST[%d] = %d\n", i, col_hist[i])
    [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...]
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 77 { PRINTF, "awkprintf", "printf" },
122 printf("#include <stdio.h>\n");
123 printf("#include \"awk.h\"\n");
124 printf("#include \"ytab.h\"\n\n");
142 printf("static char *printname[%d] = {\n", SIZE);
154 printf("\t(char *) \"%s\",\t/* %d */\n", name, tok);
157 printf("};\n\n");
161 printf("\nCell *(*proctab[%d])(Node **, int) = {\n", SIZE);
164 printf("\tnullproc,\t/* %s */\n", names[i])
    [all...]
awkgram.y 59 %token <i> PRINT PRINTF SPRINTF
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
269 PRINT | PRINTF
lex.c 76 { "printf", PRINTF, PRINTF },
92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); }
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /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.25/opcodes/
bfin-dis.c 26 #ifndef PRINTF
27 #define PRINTF printf
    [all...]

Completed in 734 milliseconds