Home
last modified time | relevance | path

Searched refs:minmax (Results 1 – 25 of 66) sorted by relevance

123

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Drockchip_dw_mmc.c33 u32 minmax[2]; member
84 if (dev_read_u32_array(dev, "clock-freq-min-max", priv->minmax, 2)) { in rockchip_dwmmc_ofdata_to_platdata()
90 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_ofdata_to_platdata()
91 priv->minmax[1] = val; in rockchip_dwmmc_ofdata_to_platdata()
120 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_probe()
121 priv->minmax[1] = dtplat->max_frequency; in rockchip_dwmmc_probe()
147 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
Dftsdc010_mci.c60 u32 minmax[2]; member
405 "clock-freq-min-max", priv->minmax, 2)) { in ftsdc010_mmc_ofdata_to_platdata()
411 priv->minmax[0] = 400000; /* 400 kHz */ in ftsdc010_mmc_ofdata_to_platdata()
412 priv->minmax[1] = val; in ftsdc010_mmc_ofdata_to_platdata()
418 chip->sclk = priv->minmax[1]; in ftsdc010_mmc_ofdata_to_platdata()
439 memcpy(priv->minmax, dtplat->clock_freq_min_max, sizeof(priv->minmax)); in ftsdc010_mmc_probe()
450 priv->minmax[1] , priv->minmax[0]); in ftsdc010_mmc_probe()
/third_party/boost/libs/algorithm/minmax/test/
Dminmax_test.cpp59 tuple<Value const&, Value const&> result1 = boost::minmax(zero, one); in test()
63 tuple<Value const&, Value const&> result2 = boost::minmax(one, zero); in test()
69 tuple<Value const&, Value const&> result3 = boost::minmax(zero, one, lc ); in test()
75 tuple<Value const&, Value const&> result4 = boost::minmax(one, zero, lc ); in test()
DJamfile.v218 test-suite algorithm/minmax
22 : : : : minmax ]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async_histogram.txt27 and minmax readbacks. It allows programs to get the contents of a
28 histogram or minmax table without blocking and to continue issuing
55 minmax operators in section 3.6.4 ("Pixel Transfer Operations"):
64 into host memory. Asynchronous histogram and minmax readback
68 of the histogram or minmax table then the result of the query is
109 asynchronous histogram or minmax readback commands that have been
/third_party/openGLES/extensions/SGIX/
DSGIX_async_histogram.txt27 and minmax readbacks. It allows programs to get the contents of a
28 histogram or minmax table without blocking and to continue issuing
55 minmax operators in section 3.6.4 ("Pixel Transfer Operations"):
64 into host memory. Asynchronous histogram and minmax readback
68 of the histogram or minmax table then the result of the query is
109 asynchronous histogram or minmax readback commands that have been
/third_party/boost/boost/algorithm/
Dminmax.hpp36 minmax(T const& a, T const& b) { in minmax() function
42 minmax(T const& a, T const& b, BinaryPredicate comp) { in minmax() function
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_histogram.txt26 and maximum color component values (minmax). An optional mode allows
27 pixel data to be discarded after the histogram and/or minmax operations
140 The specification of histogram and minmax operators is added to
149 the histogram operation (TRUE) or passed on to the minmax
175 A minmax table is specified using the MinmaxEXT command. Its <target>
180 to TRUE or FALSE. The resulting minmax table always has 2 entries,
184 The operations of the histogram and minmax are added to the GL
188 Histogram and minmax operations are performed only for RGBA pixel
191 and minmax are enabled and disabled by calling Enable or Disable
212 2-element minmax table. (The first element stores the minimum values,
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_histogram.txt26 and maximum color component values (minmax). An optional mode allows
27 pixel data to be discarded after the histogram and/or minmax operations
140 The specification of histogram and minmax operators is added to
149 the histogram operation (TRUE) or passed on to the minmax
175 A minmax table is specified using the MinmaxEXT command. Its <target>
180 to TRUE or FALSE. The resulting minmax table always has 2 entries,
184 The operations of the histogram and minmax are added to the GL
188 Histogram and minmax operations are performed only for RGBA pixel
191 and minmax are enabled and disabled by calling Enable or Disable
212 2-element minmax table. (The first element stores the minimum values,
[all …]
/third_party/boost/boost/safe_numerics/
Dinterval.hpp119 return utility::minmax<T>( in operator *()
134 return utility::minmax<T>( in operator /()
149 return utility::minmax<T>( in operator %()
163 return utility::minmax<T>( in operator <<()
177 return utility::minmax<T>( in operator >>()
Dutility.hpp240 minmax(const std::initializer_list<T> l){ in minmax() function
Dautomatic.hpp202 return utility::minmax( in rx()
262 return utility::minmax( in rx()
/third_party/python/Lib/test/
Dtest_audioop.py48 self.assertEqual(audioop.minmax(b'', w),
50 self.assertEqual(audioop.minmax(bytearray(), w),
52 self.assertEqual(audioop.minmax(memoryview(b''), w),
55 self.assertEqual(audioop.minmax(p(5), w), (5, 5))
56 self.assertEqual(audioop.minmax(p(5, -8, -1), w), (-8, 5))
57 self.assertEqual(audioop.minmax(p(maxvalues[w]), w),
59 self.assertEqual(audioop.minmax(p(minvalues[w]), w),
61 self.assertEqual(audioop.minmax(datas[w], w),
515 self.assertRaises(audioop.error, audioop.minmax, data, size)
538 self.assertRaises(TypeError, audioop.minmax, data, size)
/third_party/libxml2/result/schemas/
Delement-minmax-err_0_0.err1 ./test/schemas/element-minmax-err_0.xsd:6: element element: Schemas parser error : Element '{http:/…
/third_party/boost/libs/integer/doc/html/
Dstandalone_HTML.manifest9 boost_integer/minmax.html
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DAndroid.bp72 "spv-amd-shader-trinary-minmax.insts.inc",
85 ":swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json",
96 …ed1_extinst.spv-amd-shader-trinary-minmax.grammar.json) --vendor-insts-output=$(location spv-amd-s…
/third_party/boost/libs/algorithm/minmax/example/
Dminmax_ex.cpp21 boost::tuple<int const&, int const&> result1 = boost::minmax(1, 0); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/
DAndroid.bp90 name: "swiftshader_spirv_headers_unified1_extinst.spv-amd-shader-trinary-minmax.grammar.json",
91 srcs: ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
DBUILD.bazel116 srcs = ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
/third_party/boost/tools/inspect/doc/
Dinspect.qbk74 -minmax
124 [ [[^-minmax]]
/third_party/boost/boost/multiprecision/cpp_int/
Dcpp_int_config.hpp127 inline BOOST_MP_CXX14_CONSTEXPR void minmax(const T& a, const T& b, T& aa, T& bb) in minmax() function
/third_party/gettext/libtextstyle/gnulib-local/modules/
Dhtml-ostream12 minmax
/third_party/skia/third_party/externals/spirv-headers/
DBUILD.bazel116 srcs = ["include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json"],
/third_party/skia/third_party/externals/spirv-tools/
DAndroid.mk225 $(1)/spv-amd-shader-trinary-minmax.insts.inc
273 $(eval $(call gen_spvtools_vendor_tables,$(SPVTOOLS_OUT_PATH),spv-amd-shader-trinary-minmax,""))
/third_party/boost/libs/stl_interfaces/example/
Dstatic_vector.hpp224 std::minmax(this->size(), other.size()); in swap()

123