Searched refs:_nbytes (Results 1 – 2 of 2) sorted by relevance
29 @@ -148,6 +148,7 @@ static int op_get_data(OggOpusFile *_of,int _nbytes){31 OP_ASSERT(_nbytes>0);32 buffer=(unsigned char *)ogg_sync_buffer(&_of->oy,_nbytes);34 nbytes=(int)(*_of->callbacks.read)(_of->stream,buffer,_nbytes);35 OP_ASSERT(nbytes<=_nbytes);
58 #define MBYTES_2_BYTES(_nbytes) ((uint64)(_nbytes) << MBYTES_SHIFT) argument