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()
125 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpackB_write()
168 int bits=8-b->endbit; in oggpack_writealign() local
174 int bits=8-b->endbit; in oggpackB_writealign() local
181 long bits, in oggpack_writecopy_helper()
230 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpack_writecopy()
234 void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpackB_writecopy()
269 long oggpack_look(oggpack_buffer *b,int bits){ in oggpack_look()
301 long oggpackB_look(oggpack_buffer *b,int bits){ in oggpackB_look()
341 void oggpack_adv(oggpack_buffer *b,int bits){ in oggpack_adv()
357 void oggpackB_adv(oggpack_buffer *b,int bits){ in oggpackB_adv()
374 long oggpack_read(oggpack_buffer *b,int bits){ in oggpack_read()
418 long oggpackB_read(oggpack_buffer *b,int bits){ in oggpackB_read()
549 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){ in cliptest()
584 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){ in cliptestB()