Home
last modified time | relevance | path

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

12

/external/toybox/tests/
Dprintf.test11 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\' "" ""
21 testing "not octal" "$PRINTF '\9'" '\9' "" ""
22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \
24 testing "%x" "$PRINTF '%x\n' 0x2a" "2a\n" "" ""
26 testing "%d 42" "$PRINTF %d 42" "42" "" ""
[all …]
/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 …]
/external/u-boot/disk/
Dpart_amiga.c17 #define PRINTF(fmt, args...) printf(fmt ,##args) macro
19 #define PRINTF(fmt, args...) macro
148 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i); in get_rdisk()
151 PRINTF("FOUND\n"); in get_rdisk()
158 PRINTF("Done scanning, no RDB found\n"); in get_rdisk()
180 PRINTF("Scanning for BOOT from 0 to %d\n", limit); in get_bootcode()
190 PRINTF("BOOT block at %d, checking checksum\n", i); in get_bootcode()
193 PRINTF("Found valid bootcode block\n"); in get_bootcode()
201 PRINTF("No boot code found on disk\n"); in get_bootcode()
214 PRINTF("part_test_amiga: Testing for an Amiga RDB partition\n"); in part_test_amiga()
[all …]
Dpart_iso.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
19 #define PRINTF(fmt,args...) macro
82 PRINTF(" Lastsect:%08lx\n",lastsect); in part_get_info_iso_verb()
84 PRINTF("Reading block %d\n", i); in part_get_info_iso_verb()
104 PRINTF(" Boot Entry at: %08lX\n",bootaddr); in part_get_info_iso_verb()
197 PRINTF(" part %d found @ %lx size %lx\n",part_num,info->start,info->size); in part_get_info_iso_verb()
Dpart.c18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
20 #define PRINTF(fmt,args...) macro
304 PRINTF("## Testing for valid %s partition ##\n", drv->name); in part_print()
333 PRINTF("## Driver %s does not have the get_info() method\n", in part_get_info()
338 PRINTF("## Valid %s partition found ##\n", drv->name); in part_get_info()
/external/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h49 #define PRINTF(...) \ macro
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"); \
98 PRINTF("\n"); \
[all …]
/external/u-boot/drivers/fpga/
Dcyclon2.c14 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
16 #define PRINTF(fmt,args...) macro
44 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in CYC2_load()
53 PRINTF ("%s: Launching Fast Passive Parallel Loader\n", in CYC2_load()
74 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in CYC2_dump()
101 PRINTF ("%s: start with interface functions @ 0x%p\n", in CYC2_ps_load()
108 PRINTF ("%s: Function Table:\n" in CYC2_ps_load()
Dvirtex2.c22 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
24 #define PRINTF(fmt,args...) macro
100 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in virtex2_load()
105 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in virtex2_load()
122 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in virtex2_dump()
127 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in virtex2_dump()
162 PRINTF ("%s:%d: Start with interface functions @ 0x%p\n", in virtex2_ssm_load()
172 PRINTF ("%s:%d: Function Table:\n" in virtex2_ssm_load()
181 PRINTF (" clock 0x%p\n" in virtex2_ssm_load()
257 PRINTF ("%s:%d:done went active early, bytecount = %d\n", in virtex2_ssm_load()
Dspartan2.c12 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
14 #define PRINTF(fmt,args...) macro
50 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in spartan2_load()
55 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in spartan2_load()
73 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in spartan2_dump()
78 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in spartan2_dump()
104 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan2_sp_load()
113 PRINTF ("%s: Function Table:\n" in spartan2_sp_load()
306 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan2_ss_load()
315 PRINTF ("%s: Function Table:\n" in spartan2_ss_load()
Dspartan3.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
19 #define PRINTF(fmt,args...) macro
54 PRINTF ("%s: Launching Slave Serial Load\n", __FUNCTION__); in spartan3_load()
59 PRINTF ("%s: Launching Slave Parallel Load\n", __FUNCTION__); in spartan3_load()
77 PRINTF ("%s: Launching Slave Serial Dump\n", __FUNCTION__); in spartan3_dump()
82 PRINTF ("%s: Launching Slave Parallel Dump\n", __FUNCTION__); in spartan3_dump()
108 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan3_sp_load()
117 PRINTF ("%s: Function Table:\n" in spartan3_sp_load()
312 PRINTF ("%s: start with interface functions @ 0x%p\n", in spartan3_ss_load()
321 PRINTF ("%s: Function Table:\n" in spartan3_ss_load()
DACEX1K.c16 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
18 #define PRINTF(fmt,args...) macro
46 PRINTF ("%s: Launching Passive Serial Loader\n", __FUNCTION__); in ACEX1K_load()
66 PRINTF ("%s: Launching Passive Serial Dump\n", __FUNCTION__); in ACEX1K_dump()
95 PRINTF ("%s: start with interface functions @ 0x%p\n", in ACEX1K_ps_load()
104 PRINTF ("%s: Function Table:\n" in ACEX1K_ps_load()
/external/u-boot/cmd/
Dfdc.c19 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
21 #define PRINTF(fmt,args...) macro
257 PRINTF("Cmd 0x%02x Track %ld, Head %ld, Sector %ld, Drive %d (blnr %ld)\n", in fdc_issue_cmd()
323 PRINTF("Error: timeout while issue cmd%d\n",i); in fdc_issue_cmd()
332 PRINTF(" timeout while reading result%d MSR=0x%02X\n",i,read_fdc_reg(FDC_MSR)); in fdc_issue_cmd()
437 PRINTF("1st nr of block possible read %ld start %ld\n",readblk,pCMD->blnr); in fdc_read_data()
440 PRINTF("we read %ld blocks start %ld\n",readblk,pCMD->blnr); in fdc_read_data()
461 PRINTF("Transfer error transferred: at %ld, MSR=%02X\n",i,c); in fdc_read_data()
475 PRINTF(" trying to recalibrate Try %d\n",retriescal); in fdc_read_data()
487 PRINTF("Read retry %d\n",retriesrw); in fdc_read_data()
[all …]
Dreiser.c27 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
29 #define PRINTF(fmt,args...) macro
51 PRINTF("Using device %s %d:%d, directory: %s\n", argv[1], dev, part, filename); in do_reiserls()
/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/clang/test/CodeGen/
Dfunc-in-block.c4 extern void PRINTF(const char *);
9 PRINTF(__func__); in main()
12 PRINTF(__func__); in main()
/external/dtc/
Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
32 #define PRINTF(i, j) macro
38 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
71 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
Dsrcpos.h110 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,
/external/u-boot/scripts/dtc/
Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
32 #define PRINTF(i, j) macro
41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
Dsrcpos.h110 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,
/external/skia/tools/bookmaker/
DselfCheck.cpp22 #define PRINTF(...) \ macro
31 #define PRINTF(...) \ macro
105 PRINTF("No #In: %s\n", csChild->fName.c_str()); in checkMethod()
126 PRINTF("No #Subtopic: %s\n", fullname.c_str()); in checkRelatedFunctions()
/external/skqp/tools/bookmaker/
DselfCheck.cpp22 #define PRINTF(...) \ macro
31 #define PRINTF(...) \ macro
105 PRINTF("No #In: %s\n", csChild->fName.c_str()); in checkMethod()
126 PRINTF("No #Subtopic: %s\n", fullname.c_str()); in checkRelatedFunctions()
/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/one-true-awk/
Dytab.h112 PRINTF = 322, enumerator
209 #define PRINTF 322 macro

12