Searched refs:fIn (Results 1 – 6 of 6) sorted by relevance
/external/iptables/extensions/ |
D | libxt_connlimit.man | 4 \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.
|
D | libxt_statistic.man | 19 [\fB!\fP] \fB\-\-every\fP \fIn\fP
|
D | libxt_u32.man | 14 a single number, \fIn\fP, is interpreted the same as \fIn:n\fP. \fIn:m\fP is
|
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 250 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/ |
D | Layer.cpp | 251 , 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/ |
D | SkottieLayer.cpp | 534 , 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
|