Home
last modified time | relevance | path

Searched refs:fIn (Results 1 – 6 of 6) sorted by relevance

/external/iptables/extensions/
Dlibxt_connlimit.man4 \fB\-\-connlimit\-upto\fP \fIn\fP
5 Match if the number of existing connections is below or equal \fIn\fP.
7 \fB\-\-connlimit\-above\fP \fIn\fP
8 Match if the number of existing connections is above \fIn\fP.
Dlibxt_statistic.man19 [\fB!\fP] \fB\-\-every\fP \fIn\fP
Dlibxt_u32.man14 a single number, \fIn\fP, is interpreted the same as \fIn:n\fP. \fIn:m\fP is
/external/pdfium/third_party/lcms/src/
Dcmsxform.c250 cmsFloat32Number fIn[cmsMAXCHANNELS], fOut[cmsMAXCHANNELS]; in FloatXFORM() local
258 memset(fIn, 0, sizeof(fIn)); in FloatXFORM()
259 memset(fOut, 0, sizeof(fIn)); in FloatXFORM()
268 accum = p->FromInputFloat(p, fIn, accum, Stride->BytesPerPlaneIn); in FloatXFORM()
274 cmsPipelineEvalFloat(fIn, &OutOfGamut, p->GamutCheck); in FloatXFORM()
286 cmsPipelineEvalFloat(fIn, fOut, p->Lut); in FloatXFORM()
292 cmsPipelineEvalFloat(fIn, fOut, p->Lut); in FloatXFORM()
317 cmsFloat32Number fIn[cmsMAXCHANNELS]; in NullFloatXFORM() local
324 memset(fIn, 0, sizeof(fIn)); in NullFloatXFORM()
333 accum = p->FromInputFloat(p, fIn, accum, Stride ->BytesPerPlaneIn); in NullFloatXFORM()
[all …]
/external/skia/modules/skottie/src/
DLayer.cpp251 , fIn(in) in LayerController()
257 const auto active = (t >= fIn && t < fOut) || (t > fOut && t <= fIn); in onSeek()
281 const float fIn, member in skottie::internal::__anonb848764e0111::LayerController
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp534 , fIn(in) in attachLayer()
538 const auto active = (t >= fIn && t <= fOut); in attachLayer()
550 const float fIn, in attachLayer() member in skottie::internal::AnimationBuilder::attachLayer::LayerController