Home
last modified time | relevance | path

Searched refs:my_min (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/test/
Dfloyd_warshall_test.cpp24 template < typename T > inline const T& my_min(const T& x, const T& y) in my_min() function
100 = my_min(boost::get(local_edge_map, *first), in acceptance_test()
122 = my_min(boost::get(local_edge_map, *first), in acceptance_test()
296 = my_min(boost::get(local_edge_map, *first), in acceptance_test2()
318 = my_min(boost::get(local_edge_map, *first), in acceptance_test2()
/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
1864 my_min = FFMIN(my_min, my); in lowest_referenced_row()
1867 off = ((FFMAX(-my_min, my_max)<<qpel_shift) + 63) >> 6; in lowest_referenced_row()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c40 #define my_min(a,b) (((a) < (b)) ? (a) : (b)) macro