Searched refs:real_length (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c1464 unsigned real_length = length; local
1475 if(real_length < FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) { /* underflow check */
1480 real_length -= FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8;
1487 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1494 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1499 if(real_length > 0) {
1500 if(0 == (block.data.application.data = (FLAC__byte*)malloc(real_length))) {
1504 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, block.data.application.data, real_length))
1527 if(real_length > 0) {
1528 if(0 == (block.data.unknown.data = (FLAC__byte*)malloc(real_length))) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dsstfb.c338 int tiles_in_X, real_length; local
414 real_length = tiles_in_X * (IS_VOODOO2(par) ? 32 : 64 )
417 if (real_length * yDim > info->fix.smem_len) {

Completed in 25 milliseconds