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

  /external/svox/pico/lib/
picokpdf.c 53 - Vecsize: 1 uint8
59 - And then numframes x vecsize uint8
63 - vecsize: 1 uint8
74 And then numframes x vecsize uint8
108 pdfdur->vecsize = this->base[pos++];
117 PICODBG_DEBUG(("numframes %d, vecsize %d, phonquantlen %d, "
118 "statequantlen %d", pdfdur->numframes, pdfdur->vecsize,
120 if ((picoos_uint32)(pos + (pdfdur->numframes * pdfdur->vecsize)) != this->size) {
122 pos + (pdfdur->numframes * pdfdur->vecsize),
162 pdfmul->vecsize = this->base[pos++]
    [all...]
picokpdf.h 101 picoos_uint8 vecsize; member in struct:picokpdf_pdfdur
113 picoos_uint8 vecsize; member in struct:picokpdf_pdfmul
picocep.c 969 picoos_uint8 vecsize = pdf->vecsize; local
1313 picoos_uint8 vecsize = pdf->vecsize; local
1349 picoos_uint8 vecsize = pdf->vecsize; local
    [all...]
picopam.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_vector.i 352 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
353 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
378 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
379 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
404 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
405 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
430 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
431 for (unsigned vpos = 0; vpos < vecsize; ++vpos)
456 unsigned vecsize = Rf_length(VECTOR_ELT(obj, listpos));
457 for (unsigned vpos = 0; vpos < vecsize; ++vpos
    [all...]
  /external/regex-re2/util/
pcre.cc 462 int vecsize) const {
502 vecsize);
510 rc = vecsize / 2;
545 << ", vecsize=" << vecsize; local
559 int vecsize) const {
560 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
598 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
600 int *vec = new int[vecsize];
    [all...]
pcre.h 466 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
482 int vecsize) const;
499 int vecsize) const;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 241 milliseconds