Home
last modified time | relevance | path

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

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dlights.cpp89 const int lengthOfPrefix = 5; in Set() local
90 if (parameterName.leftRef(lengthOfPrefix) == "light") in Set()
94 parameterName.midRef(lengthOfPrefix, positionOfDash - lengthOfPrefix).toInt(); in Set()
H A Drendered_image_widget.cpp1323 const int lengthOfPrefix = 5; in DisplayAllLights() local
1324 if (parameterName.leftRef(lengthOfPrefix) == "light") in DisplayAllLights()
1328 parameterName.midRef(lengthOfPrefix, positionOfDash - lengthOfPrefix).toInt(); in DisplayAllLights()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp720 } else if (size_t lengthOfPrefix = in SniffStreamBytes() local
737 if (!contiguous.append(mBufferedBytes[1].Elements(), lengthOfPrefix)) { in SniffStreamBytes()