Searched refs:oggpack_bytes (Results 1 – 8 of 8) sorted by relevance
134 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function310 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function418 if((bitcount+7)/8!=oggpack_bytes(&r)) in cliptest()422 if(oggpack_bytes(&r)!=(bitcount+7)/8){ in cliptest()423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8); in cliptest()623 if(oggpack_bytes(&r)!=test2size*4){ in main()624 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), test2size*4); in main()783 if(oggpack_bytes(&o)!=0){ in main()811 if(oggpack_bytes(&o)!=(bitcount+7)/8){ in main()813 (bitcount+7)/8,oggpack_bytes(&o)); in main()[all …]
176 extern long oggpack_bytes(oggpack_buffer *b);
464 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function473 return oggpack_bytes(b); in oggpackB_bytes()519 bytes=oggpack_bytes(&o); in cliptest()543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in cliptest()668 bytes=oggpack_bytes(&o); in main()679 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in main()
19 oggpack_bytes
22 oggpack_bytes
20 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
193 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
133 extern long oggpack_bytes(oggpack_buffer *b);