• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/src/

Lines Matching defs:long

27 static const unsigned long mask[]=
59 void oggpack_writetrunc(oggpack_buffer *b,long bits){
60 long bytes=bits>>3;
70 void oggpackB_writetrunc(oggpack_buffer *b,long bits){
71 long bytes=bits>>3;
82 void oggpack_write(oggpack_buffer *b,unsigned long value,int bits){
123 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){
177 long bits,
179 unsigned long,
184 long bytes=bits/8;
191 w(b,(unsigned long)(ptr[i]),8);
215 w(b,(unsigned long)(ptr[bytes]>>(8-bits)),bits);
217 w(b,(unsigned long)(ptr[bytes]),bits);
221 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){
225 void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits){
260 long oggpack_look(oggpack_buffer *b,int bits){
261 unsigned long ret;
262 unsigned long m=mask[bits];
287 long oggpackB_look(oggpack_buffer *b,int bits){
288 unsigned long ret;
313 long oggpack_look1(oggpack_buffer *b){
318 long oggpackB_look1(oggpack_buffer *b){
347 long oggpack_read(oggpack_buffer *b,int bits){
348 long ret;
349 unsigned long m=mask[bits];
383 long oggpackB_read(oggpack_buffer *b,int bits){
384 long ret;
385 long m=32-bits;
420 long oggpack_read1(oggpack_buffer *b){
421 long ret;
442 long oggpackB_read1(oggpack_buffer *b){
443 long ret;
464 long oggpack_bytes(oggpack_buffer *b){
468 long oggpack_bits(oggpack_buffer *b){
472 long oggpackB_bytes(oggpack_buffer *b){
476 long oggpackB_bits(oggpack_buffer *b){
511 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){
512 long bytes,i;
546 void cliptestB(unsigned long *b,int vals,int bits,int *comp,int compsize){
547 long bytes,i;
583 long bytes,i;
584 static unsigned long testbuffer1[]=
589 static unsigned long testbuffer2[]=
595 static unsigned long testbuffer3[]=
600 static unsigned long large[]=