Home
last modified time | relevance | path

Searched refs:out_end (Results 1 – 8 of 8) sorted by relevance

/external/tremolo/Tremolo/
Ddsp.c56 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()
Dcodec_internal.h65 int out_end; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc52 char *out_end = out + out_size; in SubstituteForFlagValue() local
53 while (*s && out < out_end - 1) { in SubstituteForFlagValue()
62 while (*base && out < out_end - 1) in SubstituteForFlagValue()
75 while (buf_pos < buf + 32 && out < out_end - 1) in SubstituteForFlagValue()
85 CHECK(out < out_end - 1); in SubstituteForFlagValue()
/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.h83 T* out_end = output->data() + end; in ConcatCPUImpl() local
100 size = std::min(size, out_end - out); in ConcatCPUImpl()
107 if (out == out_end) return; in ConcatCPUImpl()
109 CHECK(out < out_end); in ConcatCPUImpl()
120 ptrdiff_t size = std::min(sizes[j], out_end - out); in ConcatCPUImpl()
124 if (out == out_end) return; in ConcatCPUImpl()
Dmaxpooling_op.cc184 const int out_end = limit * out_size; in SpatialMaxPoolWithArgMaxHelper() local
185 for (int index = out_start; index < out_end; ++index) { in SpatialMaxPoolWithArgMaxHelper()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.c266 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
272 out_end = out_data + out_len; in tlsv1_server_decrypt()
276 olen = out_end - out_pos; in tlsv1_server_decrypt()
332 if (out_pos > out_end) { in tlsv1_server_decrypt()
/external/syzkaller/executor/
Dexecutor.cc1218 uint64 out_end = out_start + kMaxOutput; in ignore() local
1219 if (arg1 >= out_start && arg1 <= out_end) in ignore()
1221 if (arg2 >= out_start && arg2 <= out_end) in ignore()
/external/epid-sdk/ext/argtable3/
Dargtable3.c2745 …trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TRexChar** out_end);
2746 …xChar* text_begin, const TRexChar* text_end, const TRexChar** out_begin, const TRexChar** out_end);
3632 …TRexChar* text_begin,const TRexChar* text_end,const TRexChar** out_begin, const TRexChar** out_end) in trex_searchrange() argument
3657 if(out_end) *out_end = cur; in trex_searchrange()
3661 …l trex_search(TRex* exp,const TRexChar* text, const TRexChar** out_begin, const TRexChar** out_end) in trex_search() argument
3663 return trex_searchrange(exp,text,text + scstrlen(text),out_begin,out_end); in trex_search()