Searched defs:lastPtr (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp106 char *lastPtr = (char *)&Ptr[Size]; local
107 char last = *lastPtr;
108 *lastPtr = 0;
110 *lastPtr = last;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp106 char *lastPtr = (char *)&Ptr[Size]; local
107 char last = *lastPtr;
108 *lastPtr = 0;
110 *lastPtr = last;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp645 int* lastPtr = order.end() - 1;
647 while (leftPtr < lastPtr) {
669 if (rightPtr == lastPtr) {
1861 static void addBottomT(InEdge** currentPtr, InEdge** lastPtr, argument
1867 while (++testPtr != lastPtr) {
1949 static void addIntersectingTs(InEdge** currentPtr, InEdge** lastPtr) { argument
1951 // FIXME: lastPtr should be past the point of interest, so
1952 // test below should be lastPtr - 2
1954 while (++testPtr != lastPtr - 1) {
2042 } while (nextPtr != lastPtr);
2046 advanceEdges(SkTDArray<ActiveEdge>* activeEdges, InEdge** currentPtr, InEdge** lastPtr, SkScalar y) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp645 int* lastPtr = order.end() - 1;
647 while (leftPtr < lastPtr) {
669 if (rightPtr == lastPtr) {
1861 static void addBottomT(InEdge** currentPtr, InEdge** lastPtr, argument
1867 while (++testPtr != lastPtr) {
1949 static void addIntersectingTs(InEdge** currentPtr, InEdge** lastPtr) { argument
1951 // FIXME: lastPtr should be past the point of interest, so
1952 // test below should be lastPtr - 2
1954 while (++testPtr != lastPtr - 1) {
2042 } while (nextPtr != lastPtr);
2046 advanceEdges(SkTDArray<ActiveEdge>* activeEdges, InEdge** currentPtr, InEdge** lastPtr, SkScalar y) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c2387 const mDNSu8 * lastPtr = NULL; local
2412 lastPtr = ptr;
2417 lastPtr = NULL;
2501 ok = DNSDigest_VerifyMessage( &pkt->msg, ( mDNSu8* ) lastPtr, &lcr, (*key), rcode, tcode );
2514 pkt->len = lastPtr - ( mDNSu8* ) ( &pkt->msg );

Completed in 146 milliseconds