Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dlift.cpp42 auto my_max = BOOST_HOF_LIFT(std::max); in BOOST_HOF_TEST_CASE() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c119 long my_max = 1000 * SCALABILITY_FACTOR; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c155 long my_max = 1000 * SCALABILITY_FACTOR; in main() local
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c39 #define my_max(a,b) (((a) > (b)) ? (a) : (b)) macro
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c1841 int my_max = INT_MIN, my_min = INT_MAX, qpel_shift = !s->quarter_sample; in lowest_referenced_row() local