/external/toybox/tests/ |
D | 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\' "" "" 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/ |
D | i915_debug_fp.c | 36 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 …]
|
D | i915_debug.c | 70 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/ |
D | ihevce_error_check.c | 184 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params() 185 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*********** STATIC PARAMS CONFIG **********… in ihevce_hle_validate_static_params() 186 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "*******************************************… in ihevce_hle_validate_static_params() 188 …PRINTF(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() 189 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_width %d \n"… in ihevce_hle_validate_static_params() 190 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_height %d \n"… in ihevce_hle_validate_static_params() 191 …PRINTF(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() 192 …PRINTF(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() 193 …PRINTF(ps_sys_api->pv_cb_handle, i4_res_id, i4_br_id, "IHEVCE : i4_field_pic %d \n"… in ihevce_hle_validate_static_params() 194 …PRINTF(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/ |
D | part_amiga.c | 17 #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 …]
|
D | part_iso.c | 17 #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()
|
D | part.c | 18 #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/ |
D | include_j_h.h | 49 #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/ |
D | cyclon2.c | 14 #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()
|
D | virtex2.c | 22 #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()
|
D | spartan2.c | 12 #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()
|
D | spartan3.c | 17 #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()
|
D | ACEX1K.c | 16 #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/ |
D | fdc.c | 19 #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 …]
|
D | reiser.c | 27 #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/ |
D | Makefile | 81 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/ |
D | func-in-block.c | 4 extern void PRINTF(const char *); 9 PRINTF(__func__); in main() 12 PRINTF(__func__); in main()
|
/external/dtc/ |
D | util.h | 29 #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, ...);
|
D | 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,
|
/external/u-boot/scripts/dtc/ |
D | util.h | 29 #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, ...);
|
D | 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,
|
/external/skia/tools/bookmaker/ |
D | selfCheck.cpp | 22 #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/ |
D | selfCheck.cpp | 22 #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/ |
D | cgroup_regression_getdelays.c | 61 #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/ |
D | ytab.h | 112 PRINTF = 322, enumerator 209 #define PRINTF 322 macro
|