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

  /external/srec/srec/include/
front.h 70 cepdata *sub_vector; member in struct:__anon11137
  /external/srec/srec/cfront/
frontobj.c 203 channel->spectral_sub->sub_vector = (cepdata *) CALLOC(NUM_MEL_FREQS,
236 FREE((char *) channel->spectral_sub->sub_vector);
267 channel->spectral_sub->sub_vector[ii] = (cepdata) 0.0;
  /external/v8/src/
jsregexp.cc 216 static int ReStringMatch(Vector<const SubjectChar> sub_vector,
223 int subject_length = sub_vector.length();
225 return SearchString(sub_vector, pat_vector, start_index);
    [all...]

Completed in 431 milliseconds