Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/games/mp3enc/
H A Dportableio.c206 Write16BitsHighLow(FILE *fp, int i) in Write16BitsHighLow() function
326 Write16BitsHighLow(fp,(int)((i>>16)&0xffffL)); in Write32BitsHighLow()
327 Write16BitsHighLow(fp,(int)(i&0xffffL)); in Write32BitsHighLow()
H A Dportableio.h92 extern CLINK void Write16BitsHighLow(FILE *fp, int i);