Home
last modified time | relevance | path

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

/dports/audio/sfront/sfront-0.99/src/
H A Dmp4read.c51 if (fread(&bitstoread,sizeof(char),1,bitfile)!=1)
74 ret |= ((bitstoread & (1 << bitreadpos)) != 0) << (numbits-1);
98 u.l |= ((bitstoread & (1 << bitreadpos)) != 0) << (numbits-1);
110 if (fread(&bitstoread,sizeof(char),1,bitfile)!=1)
533 bitstoread = 0;
556 bitstoread = 0;
597 bitstoread = 0;
H A Dglobals.c277 unsigned char bitstoread = 0; /* buffers for mp4 binary read */ variable
H A Dtree.h1336 extern unsigned char bitstoread; /* buffers for mp4 binary read */
1356 extern unsigned char bitstoread;