Home
last modified time | relevance | path

Searched defs:min3 (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/linux/
Dkernel.h170 #define min3(x, y, z) min((typeof(x))min(x, y), z) macro
/external/expat/lib/
Dxmltok.c1346 min3 = 0x800, in XmlUtf8Encode() enumerator
/external/python/cpython2/Modules/expat/
Dxmltok.c1346 min3 = 0x800, in XmlUtf8Encode() enumerator
/external/python/cpython3/Modules/expat/
Dxmltok.c1349 min3 = 0x800, in XmlUtf8Encode() enumerator
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5929 ir_expression *min3 = min2(x, min2(y,z)); in _min3() local