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

  /external/libedit/doc/
mdoc2man.awk 45 retval=retval OFS
82 add(OFS)
123 add(OFS words[++w])
131 add(OFS words[++w])
153 add(OFS)
236 add(OFS words[++w] " \\fI" words[++w] "\\fP")
305 add(OFS)
453 add(OFS)
  /external/opencv/cv/src/
cvstereobm.cpp 113 const int OFS = 256*5, TABSZ = OFS*2 + 256;
122 tab[x] = (uchar)(x - OFS < -ftzero ? 0 : x - OFS > ftzero ? ftzero*2 : x - OFS + ftzero);
157 dptr[0] = tab[val + OFS];
163 dptr[x] = tab[val + OFS];
168 dptr[x] = tab[val + OFS];
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 134 milliseconds