Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c36 PRINTF( in PRINTF() function
139 PRINTF(stream, "T_DIFFUSE"); in print_reg_type_nr()
142 PRINTF(stream, "T_SPECULAR"); in print_reg_type_nr()
145 PRINTF(stream, "T_FOG_W"); in print_reg_type_nr()
148 PRINTF(stream, "T_TEX%d", nr); in print_reg_type_nr()
153 PRINTF(stream, "oC"); in print_reg_type_nr()
159 PRINTF(stream, "oD"); in print_reg_type_nr()
167 PRINTF(stream, "%s[%d]", regname[type], nr); in print_reg_type_nr()
188 PRINTF(stream, "."); in print_reg_neg_swizzle()
192 PRINTF(stream, "-"); in print_reg_neg_swizzle()
[all …]
Di915_debug.c70 PRINTF( in PRINTF() function
89 PRINTF(stream, "Error - zero length packet (0x%08x)\n", stream->ptr[0]); in debug()
95 PRINTF(stream, "%08x: ", stream->offset); in debug()
98 PRINTF(stream, "%s (%d dwords):\n", name, len); in debug()
100 PRINTF(stream, "\t0x%08x\n", ptr[i]); in debug()
101 PRINTF(stream, "\n"); in debug()
138 PRINTF(stream, "%s %s (%d dwords):\n", name, prim, len); in debug_prim()
139 PRINTF(stream, "\t0x%08x\n", ptr[0]); in debug_prim()
142 PRINTF(stream, "\t0x%08x // %f\n", ptr[i], *(float *)&ptr[i]); in debug_prim()
144 PRINTF(stream, "\t0x%08x\n", ptr[i]); in debug_prim()
[all …]
/external/libhevc/encoder/
Dihevce_error_check.c184PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params()
185PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*********** STATIC PARAMS CONFIG **********… in ihevce_hle_validate_static_params()
186PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params()
188PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : ps_static_cfg_prms->s_src_prms \n"… in ihevce_hle_validate_static_params()
189PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_width %d \n"… in ihevce_hle_validate_static_params()
190PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_height %d \n"… in ihevce_hle_validate_static_params()
191PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_frm_rate_num %d \n"… in ihevce_hle_validate_static_params()
192PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_frm_rate_denom %d \n"… in ihevce_hle_validate_static_params()
193PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_field_pic %d \n"… in ihevce_hle_validate_static_params()
194PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_chr_format %d \n"… in ihevce_hle_validate_static_params()
[all …]
Dihevce_profile.c63 #define PRINTF(x, y, ...) printf(__VA_ARGS__) macro
Dihevce_hle_interface.h53 #define PRINTF(v, x, y, ...) ps_sys_api->ihevce_printf(v, __VA_ARGS__) macro
/external/pcre/src/
Dpcre2posix_test.c30 #define PRINTF if (v) printf /* Shorthand for testing output */ macro
127 PRINTF("Test of pcre2posix.h without pcre2.h\n"); in main()
136 PRINTF("Pattern: %s flags=0x%02x\n", pattern, cflags[i]); in main()
151 PRINTF("Compile error %d: %s (expected)\n", rc, buffer); in main()
160 PRINTF("Subject: %s\n", *subjects); in main()
161 PRINTF("Return: %d", rc); in main()
165 PRINTF("\n"); in main()
180 PRINTF("\n"); in main()
188 PRINTF(" (%d %d %d)", j, m->rm_so, m->rm_eo); in main()
196 PRINTF(": %s (expected)", buffer); in main()
[all …]
/external/dtc/
Dutil.h17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro
19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
23 #define PRINTF(i, j) macro
32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
66 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
67 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
Dsrcpos.h96 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
98 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
Dchecks.c61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
/external/vboot_reference/
DMakefile81 PRINTF := printf macro
83 PRINTF := : macro
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"
893 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
[all …]
/external/openthread/third_party/nlbuild-autotools/repo/scripts/
Dmkversion64 PRINTF=${USRBINDIR}/printf
160 …gitversion=`${PRINTF} "${dtag}" | ${AWK} -F '-' '{printf("%s-%05d-%s", $(NF-2),$(NF-1),$(NF))}' 2>…
164 gitversion=`${PRINTF} "g${head}"`
203 ${PRINTF} "${string}"
245 ${PRINTF} "${VERSION}"
/external/clang/test/CodeGen/
Dfunc-in-block.c4 extern void PRINTF(const char *);
9 PRINTF(__func__); in main()
12 PRINTF(__func__); in main()
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c61 #define PRINTF(fmt, arg...) { \ macro
362 PRINTF("family id %d\n", id); in main()
368 PRINTF("Sent register cpumask, retval %d\n", rc); in main()
383 PRINTF("Sent pid/tgid, retval %d\n", rc); in main()
415 PRINTF("received %d bytes\n", rep_len); in main()
430 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", in main()
/external/OpenCL-CTS/test_conformance/printf/
DCMakeLists.txt1 set(MODULE_NAME PRINTF)
/external/one-true-awk/
Dawkgram.y59 %token <i> PRINT PRINTF SPRINTF
85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
272 PRINT | PRINTF
Dmaketab.c78 { PRINTF, "awkprintf", "printf" },
Dlex.c76 { "printf", PRINTF, PRINTF },
/external/harfbuzz_ng/perf/texts/
Den-words.txt8574 PRINTF