HomeSort by relevance Sort by last modified time
    Searched full:next_x (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-pointers-10.ll 5 ; CHECK-DAG: derived %next_x base %base_obj_x
16 %current_x = phi i64 addrspace(1)* [ %base_obj_x , %entry ], [ %next_x, %merge ]
21 %next_x = getelementptr i64, i64 addrspace(1)* %current_x, i32 1
33 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
base-pointers-10.ll 13 %current_x = phi i64 addrspace(1)* [ %base_obj_x, %entry ], [ %next_x, %merge ]
17 %next_x = getelementptr i64, i64 addrspace(1)* %current_x, i32 1
28 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ]
34 ; CHECK-DAG: derived %next_x base %base_obj_x
  /external/skia/resources/
slides_transitions.lua 63 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
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1504 int x,next_x,last_x; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1504 int x,next_x,last_x; local
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
808 cur_x->next[0] = next_x->next[0];
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
818 cur_x->next[1] = next_x->next[1];
    [all...]
  /external/opencv3/modules/imgproc/src/
emd.cpp 731 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
780 while( (next_x = cur_x->next[0]) != leave_x )
782 cur_x = next_x;
785 cur_x->next[0] = next_x->next[0];
790 while( (next_x = cur_x->next[1]) != leave_x )
792 cur_x = next_x;
795 cur_x->next[1] = next_x->next[1];
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 179 goto NEXT_X;
184 goto NEXT_X;
192 NEXT_X:

Completed in 636 milliseconds