Home
last modified time | relevance | path

Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance

/external/lzma/xz-embedded/
Dxz_config.h53 #define min_t(type, x, y) min(x, y) macro
/external/libnl/include/
Dnetlink-local.h135 #define min_t(type,x,y) \ macro
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp409 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
/external/toybox/toys/pending/
Dxzcat.c325 #define min_t(type, x, y) min(x, y) macro