Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/dtc/
H A Dyamltree.c66 sprintf(buf, "0x%"PRIx32, dtb_ld32(data + off)); in yaml_propval_int()
H A Dtreesource.c116 fprintf(f, "0x%02"PRIx32, dtb_ld32(p)); in write_propval_int()
H A Dutil.c408 printf("0x%08" PRIx32 "%s", fdt32_to_cpu(cell[i]), in utilfdt_print_data()
/linux/arch/s390/tools/
H A Drelocs.c333 return fprintf(stdout, "\t.long 0x%08"PRIx32"\n", v) > 0 ? 0 : -1; in print_reloc()
/linux/arch/mips/boot/tools/
H A Drelocs.c570 res = fprintf(f, "\t.long 0x%08"PRIx32"\n", v); in write_reloc_as_text()