/external/chromium_org/third_party/smhasher/src/ |
D | AvalancheTest.h | 111 …sh hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose ) in BicTest() argument 178 maxB = out2; in BicTest() 205 int maxB = 0; in BicTest() local 221 maxB = b; in BicTest() 225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); in BicTest() 252 int maxB = 0; variable 314 maxB = out2; 338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); 359 int maxB = 0; variable 402 maxB = out2; [all …]
|
/external/skia/src/effects/ |
D | SkMorphologyImageFilter.cpp | 103 int maxB = 0, maxG = 0, maxR = 0, maxA = 0; in dilate() local 109 if (b > maxB) maxB = b; in dilate() 114 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB); in dilate()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkMorphologyImageFilter.cpp | 106 int maxB = 0, maxG = 0, maxR = 0, maxA = 0; in dilate() local 112 if (b > maxB) maxB = b; in dilate() 117 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB); in dilate()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 2016 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput() 2019 if (net->cc_mod.htcp_ca.Bi > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput() 2020 net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi; in measure_achieved_throughput() 2021 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput() 2022 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput() 2033 uint32_t maxB = ca->maxB; in htcp_beta_update() local 2035 ca->old_maxB = ca->maxB; in htcp_beta_update() 2037 if (!between(5*maxB, 4*old_maxB, 6*old_maxB)) { in htcp_beta_update()
|
D | sctp_structs.h | 266 uint32_t maxB; member
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 589 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid() local 596 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid() 1024 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid() local 1032 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 671 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isLinearSampleResultValid() 734 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 745 …if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC)… in isLinearSampleResultValid() 1429 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid() local 1440 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isSeamlessLinearSampleResultValid()
|