Searched refs:out_end (Results 1 – 7 of 7) sorted by relevance
56 v->out_end=-1; in vorbis_dsp_restart()147 if(v->out_begin>-1 && v->out_begin<v->out_end){ in vorbis_dsp_pcmout()148 int n=v->out_end-v->out_begin; in vorbis_dsp_pcmout()166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL); in vorbis_dsp_read()244 vd->out_end=0; in vorbis_dsp_synthesis()247 vd->out_end=ci->blocksizes[vd->lW]/4+ci->blocksizes[vd->W]/4; in vorbis_dsp_synthesis()294 vd->out_end-=(int)(vd->sample_count-vd->granulepos); in vorbis_dsp_synthesis()298 if(vd->out_begin>vd->out_end) in vorbis_dsp_synthesis()299 vd->out_begin=vd->out_end; in vorbis_dsp_synthesis()316 vd->out_end-=extra; in vorbis_dsp_synthesis()
65 int out_end; member
112 u8 *out_end = op + out_len; in lzf_compress() local167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */ in lzf_compress()168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress()259 if (expect_false (op >= out_end)) in lzf_compress()272 if (op + 3 > out_end) /* at most 3 bytes can be missing here */ in lzf_compress()
62 u8 *const out_end = op + out_len; in lzf_decompress() local72 if (op + ctrl > out_end) in lzf_decompress()129 if (op + len + 2 > out_end) in lzf_decompress()
50 char *out_end = out + out_size; in SubstituteBinaryName() local51 while (*s && out < out_end - 1) { in SubstituteBinaryName()55 while (*base && out < out_end - 1) in SubstituteBinaryName()
264 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local270 out_end = out_data + out_len; in tlsv1_server_decrypt()274 olen = out_end - out_pos; in tlsv1_server_decrypt()329 if (out_pos > out_end) { in tlsv1_server_decrypt()
2018 const uint8_t *out_end; in merge_option_values() local2032 out_end = dst_iterator.end; in merge_option_values()2041 if (out + option_length + 3 > out_end) { in merge_option_values()