Home
last modified time | relevance | path

Searched defs:smallest (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c135 unsigned smallest = 0; in retrieve_or_generate_indices() local
/external/lz4/examples/
DHCStreaming_ringBuffer.c149 size_t smallest = r0; in compare() local
/external/speex/libspeex/
Dstereo.c151 spx_word32_t largest, smallest; in speex_encode_stereo_int() local
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp193 double smallest = SkTMin(allRoots[0], allRoots[1]); in DEF_TEST() local
DSkpSkGrTest.cpp308 int smallest = SK_MaxS32; in addError() local
DPathOpsAngleIdeas.cpp53 int smallest = -1; in testArc() local
/external/lz4/lib/
Dlz4.c839 const BYTE* smallest = (const BYTE*) source; in LZ4_compress_continue_generic() local
901 const BYTE* smallest = dictEnd; in LZ4_compress_forceExtDict() local
/external/mesa3d/src/mesa/program/
Dprog_execute.c1372 const float largest = 1.884467e+19, smallest = 5.42101e-20; in _mesa_execute_program() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp5284 size_t smallest = 0; in filter() local
5342 float smallest = 0; in filter() local
5403 size_t smallest = 0; in filter() local
/external/skia/src/core/
DSkPath.cpp2130 SkScalar smallest = SkTMin(fCurrPt.fX, SkTMin(fCurrPt.fY, SkTMin(fLastPt.fX, fLastPt.fY))); in directionChange() local