Lines Matching refs:ogg_uint32_t
387 static void oggbyte_set4(oggbyte_buffer *b,ogg_uint32_t val,int pos){
404 static ogg_uint32_t oggbyte_read4(oggbyte_buffer *b,int pos){
405 ogg_uint32_t ret;
469 ogg_uint32_t ogg_page_serialno(ogg_page *og){
475 ogg_uint32_t ogg_page_pageno(ogg_page *og){
514 ogg_uint32_t crc_lookup[256]={
665 ogg_uint32_t _checksum(ogg_reference *or, int bytes);
667 static ogg_uint32_t _checksum(ogg_reference *or, int bytes){
668 ogg_uint32_t crc_reg=0;
728 ogg_uint32_t chksum=oggbyte_read4(&page,22);