Lines Matching defs:bits
59 void oggpack_writetrunc(oggpack_buffer *b,long bits){ in oggpack_writetrunc()
70 void oggpackB_writetrunc(oggpack_buffer *b,long bits){ in oggpackB_writetrunc()
82 void oggpack_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpack_write()
123 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpackB_write()
164 int bits=8-b->endbit; in oggpack_writealign() local
170 int bits=8-b->endbit; in oggpackB_writealign() local
177 long bits, in oggpack_writecopy_helper()
221 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpack_writecopy()
225 void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpackB_writecopy()
260 long oggpack_look(oggpack_buffer *b,int bits){ in oggpack_look()
287 long oggpackB_look(oggpack_buffer *b,int bits){ in oggpackB_look()
323 void oggpack_adv(oggpack_buffer *b,int bits){ in oggpack_adv()
330 void oggpackB_adv(oggpack_buffer *b,int bits){ in oggpackB_adv()
347 long oggpack_read(oggpack_buffer *b,int bits){ in oggpack_read()
383 long oggpackB_read(oggpack_buffer *b,int bits){ in oggpackB_read()
511 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ in cliptest()
546 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){ in cliptestB()