Home
last modified time | relevance | path

Searched refs:prevl (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dchecksrc.pl363 my $prevl="";
616 if(($l =~ /^\{/) && ($prevl =~ /^[ \t]*\z/)) {
662 if((($prevl =~ /\)\z/) && ($prevl !~ /^ *#/)) && ($l =~ /^( +)\{/)) {
670 if($prevl =~ /^( *)((if|while|for)\(.*\{|else)\z/) {
771 $prevl = $ol;
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c1605 const f_pixel prevl = prev_row[i]; in contrast_maps() local
1608 const float a1 = fabsf (prevl.a + nextl.a - curr.a * 2.f), in contrast_maps()
1609 r1 = fabsf (prevl.r + nextl.r - curr.r * 2.f), in contrast_maps()
1610 g1 = fabsf (prevl.g + nextl.g - curr.g * 2.f), in contrast_maps()
1611 b1 = fabsf (prevl.b + nextl.b - curr.b * 2.f); in contrast_maps()