Searched refs:hex_format (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dmmix.c2498 char hex_format[sizeof (HOST_WIDEST_INT_PRINT_HEX)]; local
2503 strcpy (hex_format, HOST_WIDEST_INT_PRINT_HEX);
2504 hex_format[0] = '#';
2505 hex_format[1] = '0';
2516 fprintf (stream, hex_format, value);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c2849 char hex_format[sizeof (HOST_WIDEST_INT_PRINT_HEX)]; local
2854 strcpy (hex_format, HOST_WIDEST_INT_PRINT_HEX);
2855 hex_format[0] = '#';
2856 hex_format[1] = '0';
2867 fprintf (stream, hex_format, value);
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables6070 my $hex_format = ($self->isa('Map_Table')
6231 push @OUT, sprintf "$hex_format\t$hex_format",
6236 push @OUT, sprintf "$hex_format\t$hex_format",
6241 $OUT[-1] .= sprintf "\t$hex_format\n", $value;
6273 sprintf "$hex_format\t\t$hex_format\n",
6277 push @OUT, sprintf $hex_format, $i;
6326 my $hex = sprintf $hex_format,
[all...]

Completed in 215 milliseconds