/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | uperf.cpp | 411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local 431 if(t<min_t) { in runTestLoop() 432 min_t=t; in runTestLoop() 459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop() 465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | uperf.cpp | 411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local 431 if(t<min_t) { in runTestLoop() 432 min_t=t; in runTestLoop() 459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop() 465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local 431 if(t<min_t) { in runTestLoop() 432 min_t=t; in runTestLoop() 459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop() 465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | min.hpp | 42 struct min_t { 47 constexpr min_t min{};
|
/third_party/boost/boost/hana/fwd/ |
D | min.hpp | 42 struct min_t { 47 constexpr min_t min{};
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | page-types.c | 207 #define min_t(type, x, y) ({ \ macro 578 batch = min_t(unsigned long, count, KPAGEFLAGS_BATCH); in walk_pfn() 601 batch = min_t(unsigned long, count, PAGEMAP_BATCH); in walk_vma() 632 index = min_t(unsigned long, pg_end[i], end); in walk_task() 645 opt_size[nr_addr_ranges] = min_t(unsigned long, size, ULONG_MAX-offset); in add_addr_range()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_intersection_shader.c | 192 nir_ssa_def *min_t = nir_load_ray_t_min(b); in brw_nir_lower_intersection_shader() local 201 nir_push_if(b, nir_iand(b, nir_fge(b, hit_t, min_t), in brw_nir_lower_intersection_shader()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | min.hpp | 25 constexpr decltype(auto) min_t::operator()(X&& x, Y&& y) const { in operator ()()
|
/third_party/boost/boost/hana/ |
D | min.hpp | 25 constexpr decltype(auto) min_t::operator()(X&& x, Y&& y) const { in operator ()()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 137 #ifndef min_t 138 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro
|
/third_party/libnl/lib/route/link/ |
D | inet.c | 113 int len = min_t(int, IPV4_DEVCONF_MAX, nla_len(tb[IFLA_INET_CONF]) / 4); in inet_parse_af()
|
D | inet6.c | 202 len = min_t(int, __IPSTATS_MIB_MAX, len); in inet6_parse_protinfo() 213 int len = min_t(int, __ICMP6_MIB_MAX, nla_len(tb[IFLA_INET6_ICMP6STATS]) / 8); in inet6_parse_protinfo()
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 173 #define min_t(type,x,y) \ macro
|
/third_party/libnl/lib/route/cls/ |
D | ematch_syntax.y | 414 $$.index = min_t(int, $$.len, nl_addr_get_prefixlen(addr)/8);
|
/third_party/libnl/lib/ |
D | attr.c | 361 minlen = min_t(int, count, nla_len(src)); in nla_memcpy()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | cdcacm.c | 1455 val = (int)min_t(unsigned, len, sizeof(struct usb_cdc_line_state)); in cdcacm_setup()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_rt.c | 1036 nir_ssa_def *min_t = nir_load_ray_t_min(b); in nir_lower_intersection_shader() local 1043 nir_push_if(b, nir_iand(b, nir_fge(b, hit_t, min_t), nir_fge(b, max_t, hit_t))); in nir_lower_intersection_shader()
|