HomeSort by relevance Sort by last modified time
    Searched refs:out_begin (Results 1 - 3 of 3) sorted by null

  /external/tremolo/Tremolo/
dsp.c 57 v->out_begin=-1;
147 if(v->out_begin>-1 && v->out_begin<v->out_end){
148 int n=v->out_end-v->out_begin;
158 v->out_begin,v->out_begin+n);
166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL);
167 v->out_begin+=s;
242 if(vd->out_begin==-1){
243 vd->out_begin=0
    [all...]
codec_internal.h 64 int out_begin; member in struct:vorbis_dsp_state
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 147 const char *out_begin; // Beginning of output string. member in struct:__anon7155
191 state->out_begin = out;
327 if (str[0] == '<' && state->out_begin < state->out_cur &&
390 state->out_begin <= state->out_cur - 2) {
    [all...]

Completed in 98 milliseconds