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

  /external/curl/lib/
checksrc.pl 261 my $prevl;
484 if((($prevl =~ /\)\z/) && ($prevl !~ /^ *#/)) && ($l =~ /^( +)\{/)) {
492 if($prevl =~ /^( *)(if|while|for)\(.*\{\z/) {
580 $prevl = $ol;
  /external/opencv/cv/src/
cvfloodfill.cpp 49 ushort prevl; member in struct:CvFFillSegment
63 tail->prevl = (ushort)(PREV_L); \
76 PREV_L = head->prevl; \
    [all...]

Completed in 545 milliseconds