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

  /external/expat/lib/
xmlparse.c 341 const char *end, int tok, const char *next, const char **nextPtr,
352 const char *end, const char **nextPtr, XML_Bool haveMore);
356 const char *end, const char **nextPtr, XML_Bool haveMore);
    [all...]
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 192 const uchar* nextPtr = img.ptr(ymap[y+1]);
199 dbuf[width + x] = (float)(nextPtr[xmap[x]] - prevPtr[xmap[x]]);
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp     [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 315 const uchar* nextPtr = img.data + img.step*ymap[y+1];
326 dbuf[width + x] = (float)(lut[nextPtr[x1]] - lut[prevPtr[x1]]);
349 __m128 _dy0 = _mm_sub_ps(_mm_set_ps(lut[nextPtr[x3]], lut[nextPtr[x2]], lut[nextPtr[x1]], lut[nextPtr[x0]]),
351 __m128 _dy1 = _mm_sub_ps(_mm_set_ps(lut[nextPtr[x3+1]], lut[nextPtr[x2+1]], lut[nextPtr[x1+1]], lut[nextPtr[x0+1]])
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 781 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
785 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 244 milliseconds