• Home
  • Raw
  • Download

Lines Matching defs:b

39 void oggpack_writeinit(oggpack_buffer *b){  in oggpack_writeinit()
46 void oggpackB_writeinit(oggpack_buffer *b){ in oggpackB_writeinit()
50 int oggpack_writecheck(oggpack_buffer *b){ in oggpack_writecheck()
55 int oggpackB_writecheck(oggpack_buffer *b){ in oggpackB_writecheck()
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()
163 void oggpack_writealign(oggpack_buffer *b){ in oggpack_writealign()
169 void oggpackB_writealign(oggpack_buffer *b){ in oggpackB_writealign()
175 static void oggpack_writecopy_helper(oggpack_buffer *b, 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()
229 void oggpack_reset(oggpack_buffer *b){ in oggpack_reset()
236 void oggpackB_reset(oggpack_buffer *b){ in oggpackB_reset()
240 void oggpack_writeclear(oggpack_buffer *b){ in oggpack_writeclear()
245 void oggpackB_writeclear(oggpack_buffer *b){ in oggpackB_writeclear()
249 void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){ in oggpack_readinit()
255 void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){ in oggpackB_readinit()
260 long oggpack_look(oggpack_buffer *b,int bits){ in oggpack_look()
287 long oggpackB_look(oggpack_buffer *b,int bits){ in oggpackB_look()
313 long oggpack_look1(oggpack_buffer *b){ in oggpack_look1()
318 long oggpackB_look1(oggpack_buffer *b){ in oggpackB_look1()
323 void oggpack_adv(oggpack_buffer *b,int bits){ in oggpack_adv()
330 void oggpackB_adv(oggpack_buffer *b,int bits){ in oggpackB_adv()
334 void oggpack_adv1(oggpack_buffer *b){ in oggpack_adv1()
342 void oggpackB_adv1(oggpack_buffer *b){ in oggpackB_adv1()
347 long oggpack_read(oggpack_buffer *b,int bits){ in oggpack_read()
383 long oggpackB_read(oggpack_buffer *b,int bits){ in oggpackB_read()
420 long oggpack_read1(oggpack_buffer *b){ in oggpack_read1()
442 long oggpackB_read1(oggpack_buffer *b){ in oggpackB_read1()
464 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes()
468 long oggpack_bits(oggpack_buffer *b){ in oggpack_bits()
472 long oggpackB_bytes(oggpack_buffer *b){ in oggpackB_bytes()
476 long oggpackB_bits(oggpack_buffer *b){ in oggpackB_bits()
480 unsigned char *oggpack_get_buffer(oggpack_buffer *b){ in oggpack_get_buffer()
484 unsigned char *oggpackB_get_buffer(oggpack_buffer *b){ in oggpackB_get_buffer()
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()