/external/chromium_org/third_party/smhasher/src/ |
AvalancheTest.h | 111 void BicTest ( pfHash hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose ) 178 maxB = out2; 205 int maxB = 0; 221 maxB = b; 225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); 252 int maxB = 0; 314 maxB = out2; 338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); 359 int maxB = 0; 402 maxB = out2 [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkMorphologyImageFilter.cpp | 106 int maxB = 0, maxG = 0, maxR = 0, maxA = 0; 112 if (b > maxB) maxB = b; 117 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_cc_functions.c | [all...] |
sctp_structs.h | 266 uint32_t maxB; [all...] |
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 671 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); 679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) 734 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f); 745 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result)) [all...] |