Home
last modified time | relevance | path

Searched refs:max (Results 201 – 225 of 7044) sorted by relevance

12345678910>>...282

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_max.S3 test_suite max
7 test max
11 max a5, a2, a3
17 max a5, a2, a3
23 max a2, a2, a3
29 max a3, a2, a3
35 max a2, a2, a3
41 max a3, a2, a3
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Fix-type-mismatch-on-32bit-arches.patch7 std::max call therefore gets (unsigned int, unsigned long) here.
9 and there is no matching std::max implementation for mismatching
10 arguments. std::max expects both input variables to be of
11 same type, max(int,int) etc..
14 src/mongo/util/processinfo_linux.cpp:424:16: error: no matching function for call to 'max'
15 return std::max(socketIds.size(), 1ul);
29 - return std::max(socketIds.size(), 1ul);
30 + return std::max(static_cast<unsigned long>(socketIds.size()), 1ul);
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c63 tbl->max = num; in pvrdma_uar_table_init()
92 obj = find_next_zero_bit(tbl->table, tbl->max, tbl->last); in pvrdma_uar_alloc()
93 if (obj >= tbl->max) { in pvrdma_uar_alloc()
94 tbl->top = (tbl->top + tbl->max) & tbl->mask; in pvrdma_uar_alloc()
95 obj = find_first_zero_bit(tbl->table, tbl->max); in pvrdma_uar_alloc()
98 if (obj >= tbl->max) { in pvrdma_uar_alloc()
121 obj = uar->index & (tbl->max - 1); in pvrdma_uar_free()
125 tbl->top = (tbl->top + tbl->max) & tbl->mask; in pvrdma_uar_free()
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhikey970-pmic.dtsi31 regulator-max-microvolt = <2000000>;
38 regulator-max-microvolt = <1900000>;
45 regulator-max-microvolt = <3300000>;
52 regulator-max-microvolt = <3000000>;
59 regulator-max-microvolt = <3000000>;
66 regulator-max-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
78 regulator-max-microvolt = <3300000>;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-ddr3l-evk.dts43 regulator-max-microvolt = <950000>;
52 regulator-max-microvolt = <3300000>;
60 regulator-max-microvolt = <1800000>;
68 regulator-max-microvolt = <1350000>;
76 regulator-max-microvolt = <1800000>;
84 regulator-max-microvolt = <800000>;
92 regulator-max-microvolt = <1800000>;
100 regulator-max-microvolt = <1200000>;
108 regulator-max-microvolt = <3300000>;
H A Dimx8mq-sr-som.dtsi14 regulator-max-microvolt = <3300000>;
52 regulator-max-microvolt = <1875000>;
57 regulator-max-microvolt = <1875000>;
62 regulator-max-microvolt = <3300000>;
68 regulator-max-microvolt = <1975000>;
74 regulator-max-microvolt = <3300000>;
80 regulator-max-microvolt = <5150000>;
85 regulator-max-microvolt = <3000000>;
95 regulator-max-microvolt = <1550000>;
100 regulator-max-microvolt = <1550000>;
[all …]
/openbmc/linux/sound/soc/codecs/
H A Daudio-iio-aux.c22 int max; member
40 uinfo->value.integer.max = chan->max - chan->min; in audio_iio_aux_info_volsw()
41 uinfo->type = (uinfo->value.integer.max == 1) ? in audio_iio_aux_info_volsw()
50 int max = chan->max; in audio_iio_aux_get_volsw() local
71 int max = chan->max; in audio_iio_aux_put_volsw() local
81 if (val > max - min) in audio_iio_aux_put_volsw()
86 val = max - val; in audio_iio_aux_put_volsw()
203 if (chan->min > chan->max) { in audio_iio_aux_component_probe()
211 swap(chan->min, chan->max); in audio_iio_aux_component_probe()
216 chan->is_invert_range ? chan->max : chan->min); in audio_iio_aux_component_probe()
[all …]
/openbmc/linux/drivers/bus/
H A Dintel-ixp4xx-eb.c86 u32 max; member
94 .max = 3,
100 .max = 3,
106 .max = 15,
112 .max = 3,
124 .max = 1,
129 .max = 1,
134 .max = 1,
139 .max = 1,
144 .max = 1,
[all …]
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-rock2-som.dtsi30 regulator-max-microvolt = <1800000>;
39 regulator-max-microvolt = <5000000>;
101 regulator-max-microvolt = <1200000>;
108 regulator-max-microvolt = <3300000>;
115 regulator-max-microvolt = <1000000>;
122 regulator-max-microvolt = <2000000>;
129 regulator-max-microvolt = <3300000>;
136 regulator-max-microvolt = <1000000>;
143 regulator-max-microvolt = <3300000>;
193 regulator-max-microvolt = <1350000>;
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() argument
75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost()
77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost()
90 for (s = 0; s <= max; ++s) { in ZSTD_entropyCost()
107 unsigned const max) in ZSTD_fseBitCost() argument
114 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()
116 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
119 for (s = 0; s <= max; ++s) { in ZSTD_fseBitCost()
146 for (s = 0; s <= max; ++s) { in ZSTD_crossEntropyCost()
245 unsigned* count, U32 max, in ZSTD_buildCTable() argument
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dskyworks,aat1290.yaml15 asserted high, enable flash strobe and movie mode (max 1/2 of flash current)
37 led-max-microamp: true
39 flash-max-microamp:
44 flash-max-timeout-us:
50 - flash-max-microamp
51 - flash-max-timeout-us
52 - led-max-microamp
91 led-max-microamp = <520833>;
92 flash-max-microamp = <1012500>;
93 flash-max-timeout-us = <1940000>;
/openbmc/qemu/tests/unit/
H A Dtest-aio.c44 int max; member
51 int max; member
59 if (++data->n < data->max) { in bh_test_cb()
67 if (++data->n < data->max) { in timer_test_cb()
80 if (++data->n < data->max) { in bh_delete_cb()
253 while (data1.n < data1.max) { in test_bh_delete_from_cb()
290 while (data1.n < data1.max || in test_bh_delete_from_cb_many()
291 data2.n < data2.max || in test_bh_delete_from_cb_many()
292 data3.n < data3.max || in test_bh_delete_from_cb_many()
293 data4.n < data4.max) { in test_bh_delete_from_cb_many()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-mtp.dts158 regulator-max-microvolt = <3700000>;
166 regulator-max-microvolt = <1800000>;
179 regulator-max-microvolt = <880000>;
215 regulator-max-microvolt = <2000000>;
222 regulator-max-microvolt = <1128000>;
236 regulator-max-microvolt = <932000>;
243 regulator-max-microvolt = <880000>;
320 regulator-max-microvolt = <912000>;
842 vcc-max-microamp = <750000>;
844 vccq-max-microamp = <700000>;
[all …]
H A Dsc7180-idp.dts100 regulator-max-microvolt = <1128000>;
105 regulator-max-microvolt = <1120000>;
110 regulator-max-microvolt = <2040000>;
115 regulator-max-microvolt = <1256000>;
121 regulator-max-microvolt = <1056000>;
127 regulator-max-microvolt = <1064000>;
133 regulator-max-microvolt = <928000>;
145 regulator-max-microvolt = <648000>;
151 regulator-max-microvolt = <800000>;
354 spi-max-frequency = <25000000>;
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dsun9i-a80-optimus.dts87 regulator-max-microvolt = <5000000>;
96 regulator-max-microvolt = <5000000>;
195 regulator-max-microvolt = <3000000>;
201 regulator-max-microvolt = <1800000>;
212 regulator-max-microvolt = <1100000>;
219 regulator-max-microvolt = <3000000>;
225 regulator-max-microvolt = <1100000>;
232 regulator-max-microvolt = <1100000>;
239 regulator-max-microvolt = <1100000>;
246 regulator-max-microvolt = <1575000>;
[all …]
H A Ddra76-evm.dts29 regulator-max-microvolt = <12000000>;
39 regulator-max-microvolt = <5000000>;
50 regulator-max-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
70 regulator-max-microvolt = <3300000>;
80 regulator-max-microvolt = <1800000>;
88 regulator-max-microvolt = <1350000>;
100 regulator-max-microvolt = <1800000>;
133 regulator-max-microvolt = <1250000>;
384 spi-max-frequency = <96000000>;
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-trats.dts44 regulator-max-microvolt = <2800000>;
53 regulator-max-microvolt = <2800000>;
62 regulator-max-microvolt = <2800000>;
71 regulator-max-microvolt = <2800000>;
80 regulator-max-microvolt = <1200000>;
89 regulator-max-microvolt = <1500000>;
266 samsung,i2c-max-bus-freq = <400000>;
286 samsung,i2c-max-bus-freq = <100000>;
328 regulator-max-microvolt = <1100000>;
335 regulator-max-microvolt = <1100000>;
[all …]
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
100 for (max = MAXBITS; max >= 1; max--) in zlib_inflate_table()
101 if (count[max] != 0) break; in zlib_inflate_table()
102 if (root > max) root = max; in zlib_inflate_table()
103 if (max == 0) { /* no symbols to code at all */ in zlib_inflate_table()
123 if (left > 0 && (type == CODES || max != 1)) in zlib_inflate_table()
241 if (len == max) break; in zlib_inflate_table()
257 while (curr + drop < max) { in zlib_inflate_table()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
110 for (max = MAXBITS; max >= 1; max--) in inflate_table()
111 if (count[max] != 0) break; in inflate_table()
112 if (root > max) root = max; in inflate_table()
113 if (max == 0) { /* no symbols to code at all */ in inflate_table()
133 if (left > 0 && (type == CODES || max != 1)) in inflate_table()
251 if (len == max) break; in inflate_table()
267 while (curr + drop < max) { in inflate_table()
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_mult.c14 unsigned long mult, min, max; member
26 if (_mult > mult->max) in ccu_mult_find_best()
27 _mult = mult->max; in ccu_mult_find_best()
43 if (cm->mult.max) in ccu_mult_round_rate()
44 _cm.max = cm->mult.max; in ccu_mult_round_rate()
46 _cm.max = (1 << cm->mult.width) + cm->mult.offset - 1; in ccu_mult_round_rate()
125 if (cm->mult.max) in ccu_mult_set_rate()
126 _cm.max = cm->mult.max; in ccu_mult_set_rate()
128 _cm.max = (1 << cm->mult.width) + cm->mult.offset - 1; in ccu_mult_set_rate()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx31-lite.dts63 spi-max-frequency = <1000000>;
73 regulator-max-microvolt = <1500000>;
80 regulator-max-microvolt = <1500000>;
87 regulator-max-microvolt = <1800000>;
94 regulator-max-microvolt = <1800000>;
101 regulator-max-microvolt = <1800000>;
108 regulator-max-microvolt = <2775000>;
115 regulator-max-microvolt = <2775000>;
120 regulator-max-microvolt = <2800000>;
125 regulator-max-microvolt = <2775000>;
[all …]
H A Dimx6dl-mamoj.dts73 regulator-max-microvolt = <3300000>;
83 regulator-max-microvolt = <3300000>;
93 regulator-max-microvolt = <3300000>;
104 regulator-max-microvolt = <3300000>;
115 regulator-max-microvolt = <3300000>;
126 regulator-max-microvolt = <3300000>;
136 regulator-max-microvolt = <10280000>;
149 regulator-max-microvolt = <50000000>;
160 regulator-max-microvolt = <1800000>;
195 regulator-max-microvolt = <1875000>;
[all …]
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-radxa-cm3i.dtsi38 regulator-max-microvolt = <900000>;
48 regulator-max-microvolt = <1800000>;
58 regulator-max-microvolt = <3300000>;
68 regulator-max-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
131 regulator-max-microvolt = <1150000>;
168 regulator-max-microvolt = <1350000>;
227 regulator-max-microvolt = <900000>;
239 regulator-max-microvolt = <900000>;
251 regulator-max-microvolt = <900000>;
[all …]
/openbmc/linux/Documentation/scheduler/
H A Dsched-pelt.c57 long max = 1024; variable
65 max = ((max*y_inv)>>SHIFT) + 1024; in calc_converged_max()
71 if (last == max) in calc_converged_max()
74 last = max; in calc_converged_max()
78 printf("#define LOAD_AVG_MAX %ld\n", max); in calc_converged_max()
/openbmc/linux/arch/arm/boot/dts/actions/
H A Dowl-s500-roseapplepi.dts34 regulator-max-microvolt = <5000000>;
76 regulator-max-microvolt = <1400000>;
83 regulator-max-microvolt = <2150000>;
91 regulator-max-microvolt = <3300000>;
98 regulator-max-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
112 regulator-max-microvolt = <2000000>;
119 regulator-max-microvolt = <3300000>;
125 regulator-max-microvolt = <1400000>;
132 regulator-max-microvolt = <1800000>;
[all …]

12345678910>>...282