Home
last modified time | relevance | path

Searched refs:c_i (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A Dtest_dsp_r1_wrdsp.c7 int ccond_i, outflag_i, efi_i, c_i, scount_i, pos_i; in main() local
13 c_i = 0x00000001; /* 2 */ in main()
20 (c_i << 13) | \ in main()
41 assert(c_o == c_i); in main()
H A Dtest_dsp_r1_rddsp.c7 int ccond_i, outflag_i, efi_i, c_i, scount_i, pos_i; in main() local
13 c_i = 0x00000001; /* 2 */ in main()
20 (c_i << 13) | \ in main()
41 assert(c_o == c_i); in main()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst124 该接口强制要求单个实体的带宽总是可以达到的,即:max(c_i) <= C。然而,在总体情况下,是明确
127 例如,Sum (c_i)可能超过C
129 [ 其中C是父方的带宽,c_i是其子方的带宽。 ]
/openbmc/linux/drivers/iio/
H A Dinkern.c332 struct iio_map_internal *c_i = NULL, *c = NULL; in iio_channel_get_sys() local
341 list_for_each_entry(c_i, &iio_map_list, l) { in iio_channel_get_sys()
342 if ((name && strcmp(name, c_i->map->consumer_dev_name) != 0) || in iio_channel_get_sys()
344 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
346 c = c_i; in iio_channel_get_sys()
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst144 attainable, that is: max(c_i) <= C. However, over-subscription in the
148 e.g. \Sum (c_i) may exceed C
150 [ Where C is the parent's bandwidth, and c_i its children ]