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

  /ndk/sources/android/support/src/wcstox/
shgetc.c 6 f->rstart = wcs;
25 } else if (f->rpos > f->rstart) {
31 int off = f->rpos - f->rstart;
33 f->rpos = f->rstart + lim;
38 return (off_t)(f->rpos - f->rstart);
shgetc.h 9 // |rstart| is the start of the input string.
17 const wchar_t *rstart, *rpos, *rend; member in struct:fake_file_t
  /external/opencv3/3rdparty/tbb/
android_additional.h 32 int rstart = 0, rend = 0; local
33 sscanf(pos, "%d-%d", &rstart, &rend);
34 cpusAvailable += rend - rstart + 1;
  /external/opencv3/modules/core/src/
parallel.cpp 488 int rstart = 0, rend = 0; local
489 sscanf(pos, "%d-%d", &rstart, &rend);
490 cpusAvailable += rend - rstart + 1;
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 254 milliseconds