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

  /external/toybox/tests/
printf.test 11 PRINTF="$(which printf)"
13 testing "text" "$PRINTF TEXT" "TEXT" "" ""
14 testing "escapes" "$PRINTF 'one\ntwo\n\v\t\r\f\e\b\athree'" \
16 testing "%b escapes" "$PRINTF %b 'one\ntwo\n\v\t\r\f\e\b\athree'" \
18 testing "null" "$PRINTF 'x\0y' | od -An -tx1" ' 78 00 79\n' "" ""
19 testing "trailing slash" "$PRINTF 'abc\'" 'abc\' "" ""
20 testing "octal" "$PRINTF ' \1\002\429\045x'" ' \001\002"9%x' "" ""
21 testing "not octal" "$PRINTF '\9'" '\9' "" ""
22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1"
    [all...]
  /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/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/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/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, ...);
srcpos.h 110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
dtc-lexer.l 65 static void PRINTF(1, 2) lexical_error(const char *fmt, ...);
checks.c 75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti,
  /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/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/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/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...]
  /external/one-true-awk/
maketab.c 77 { PRINTF, "awkprintf", "printf" },
121 printf("#include <stdio.h>\n");
122 printf("#include \"awk.h\"\n");
123 printf("#include \"ytab.h\"\n\n");
131 printf("static char *printname[%d] = {\n", SIZE);
143 printf("\t(char *) \"%s\",\t/* %d */\n", name, tok);
146 printf("};\n\n");
150 printf("\nCell *(*proctab[%d])(Node **, int) = {\n", SIZE);
153 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); }
  /external/syslinux/gpxe/src/
Makefile 22 PRINTF := 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.27/opcodes/
bfin-dis.c 26 #ifndef PRINTF
27 #define PRINTF printf
    [all...]

Completed in 935 milliseconds