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

/external/flac/libFLAC/
H A Dstream_decoder.c1470 unsigned real_length = length; local
1481 if(real_length < FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) { /* underflow check */
1486 real_length -= FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8;
1493 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1500 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1505 if(real_length > 0) {
1506 if(0 == (block.data.application.data = (FLAC__byte*)malloc(real_length))) {
1510 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, block.data.application.data, real_length))
1533 if(real_length > 0) {
1534 if(0 == (block.data.unknown.data = (FLAC__byte*)malloc(real_length))) {
[all...]
/external/v8/src/
H A Dapi.cc4997 int real_length = length > 0 ? length : 0; local
4998 i::Handle<i::JSArray> obj = isolate->factory()->NewJSArray(real_length);
5000 isolate->factory()->NewNumberFromInt(real_length);

Completed in 72 milliseconds