Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dzm.c97 static void zputhex __P ((int c, char *pos));
394 zputhex(type & 0x7f ,s+4); in zshhdr()
400 zputhex(*hdr,s+len); in zshhdr()
405 zputhex(crc>>8,s+len); in zshhdr()
406 zputhex(crc,s+len+2); in zshhdr()
904 zputhex(int c, char *pos) in zputhex() function