Home
last modified time | relevance | path

Searched refs:next_x (Results 1 – 3 of 3) sorted by relevance

/external/skia/resources/
Dslides_transitions.lua63 self.nextDrawable:draw(canvas, self.next_x, 0, self.paint)
71 rec.next_x = 640
73 rec.isDone = function (self) return self.next_x <= 0 end
75 self.next_x = self.next_x - 20
76 self.next_a = (640 - self.next_x) / 640
82 rec.next_x = 0
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-10.ll3 ; CHECK: derived %next_x base %base_obj_x
15 %current_x = phi i64 addrspace(1)* [ %base_obj_x , %entry ], [ %next_x, %merge ]
20 %next_x = getelementptr i64, i64 addrspace(1)* %current_x, i32 1
32 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ]
/external/opencv/cv/src/
Dcvemd.cpp754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; in icvNewSolution() local
803 while( (next_x = cur_x->next[0]) != leave_x ) in icvNewSolution()
805 cur_x = next_x; in icvNewSolution()
808 cur_x->next[0] = next_x->next[0]; in icvNewSolution()
813 while( (next_x = cur_x->next[1]) != leave_x ) in icvNewSolution()
815 cur_x = next_x; in icvNewSolution()
818 cur_x->next[1] = next_x->next[1]; in icvNewSolution()