OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxB
(Results
1 - 5
of
5
) sorted by null
/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
122
int
maxB
= 0, maxG = 0, maxR = 0, maxA = 0;
128
if (b >
maxB
)
maxB
= b;
133
*dptr = SkPackARGB32(maxA, maxR, maxG,
maxB
);
/external/skia/src/effects/
SkMorphologyImageFilter.cpp
122
int
maxB
= 0, maxG = 0, maxR = 0, maxA = 0;
128
if (b >
maxB
)
maxB
= b;
133
*dptr = SkPackARGB32(maxA, maxR, maxG,
maxB
);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js
150
this.
maxB
= 0;
176
this.
maxB
= Array.max(arr);
244
max: this.maxA > this.
maxB
? this.maxA * 1.5 : this.
maxB
* 1.5
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
426
unsigned short
maxB
= maxBlockX ? 1000: 200;
427
checkPixel(buf, w-1, h-1, maxR, maxG,
maxB
);
Completed in 1315 milliseconds