Home | History | Annotate | Download | only in fmt

Lines Matching refs:cd

462 	{"% 08x", []byte{0xab, 0xcd}, "000ab cd"},
466 {"% 8x", []byte{0xab, 0xcd}, " ab cd"},
474 {"% 08x", "\xab\xcd", "000ab cd"},
478 {"% 8x", "\xab\xcd", " ab cd"},