| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | Run | 1080 my $indexed = { }; 1107 ++$indexed->{$cat}; 1111 $results->{'indexed'} = $indexed; 1113 foreach my $c (keys(%$indexed)) { 1114 if ($indexed->{$c} > 0) { 1115 $results->{'index'}{$c} = exp($sum->{$c} / $indexed->{$c}) * 10; 1508 my $indexed = $results->{'indexed'}{$cat}; 1510 my $full = $total == $indexed; 1513 if (!defined($indexed) || $indexed == 0) { 1752 my $indexed = $results->{'indexed'}{$cat}; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | tsl2772.c | 1520 .indexed = 1, 1525 .indexed = 1, 1538 .indexed = 1, 1545 .indexed = 1, 1550 .indexed = 1, 1561 .indexed = 1, 1572 .indexed = 1, 1582 .indexed = 1, 1594 .indexed = 1, 1599 .indexed = 1, [all …]
|
| H A D | apds9300.c | 366 .indexed = true, 372 .indexed = true, 380 .indexed = true,
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | axp288_adc.c | 58 .indexed = 1, 65 .indexed = 1, 72 .indexed = 1, 79 .indexed = 1, 86 .indexed = 1, 93 .indexed = 1,
|
| H A D | ingenic-adc.c | 386 .indexed = 1, 397 .indexed = 1, 406 .indexed = 1, 417 .indexed = 1, 428 .indexed = 1, 439 .indexed = 1, 450 .indexed = 1, 461 .indexed = 1, 475 .indexed = 1, 486 .indexed = 1, [all …]
|
| H A D | ti-ads8344.c | 38 .indexed = 1, \ 48 .indexed = 1, \
|
| H A D | mxs-lradc-adc.c | 579 .indexed = 1, \ 605 .indexed = 1, 617 .indexed = 1, 641 .indexed = 1, 653 .indexed = 1,
|
| H A D | ltc2497-core.c | 109 .indexed = 1, \ 119 .indexed = 1, \
|
| H A D | ad7292.c | 46 .indexed = 1, \ 65 .indexed = 1,
|
| H A D | sd_adc_modulator.c | 19 .indexed = 1,
|
| H A D | ti-adc0832.c | 46 .indexed = 1, \ 61 .indexed = 1, \
|
| H A D | stmpe-adc.c | 217 ics->indexed = 1; in stmpe_adc_voltage_chan() 225 ics->indexed = 1; in stmpe_adc_temp_chan()
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/ |
| H A D | ad7746.c | 124 .indexed = 1, 134 .indexed = 1, 145 .indexed = 1, 153 .indexed = 1, 161 .indexed = 1, 172 .indexed = 1, 184 .indexed = 1, 196 .indexed = 1,
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | apple-gmux.c | 50 bool indexed; member 222 if (gmux_data->indexed) in gmux_read8() 230 if (gmux_data->indexed) in gmux_write8() 238 if (gmux_data->indexed) in gmux_read32() 247 if (gmux_data->indexed) in gmux_write32() 655 gmux_data->indexed = true; in gmux_probe() 668 ver_release, (gmux_data->indexed ? "indexed" : "classic")); in gmux_probe() 759 if (gmux_data->indexed) in gmux_probe()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41723.patch | 39 wantStr := d.emitEnabled || it.indexed() 72 if it.indexed() { 83 -// anyway. This does mean that huffman decoding errors for non-indexed 85 -// is returning an error anyway, and because they're not indexed, the error 104 + // for non-indexed strings past the maximum string length 106 + // and because the string is not indexed the error will not
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | centroid.hpp | 132 static inline void apply(Indexed const& indexed, Point& centroid) in apply() 134 coordinate_type const c1 = get<min_corner, Dimension>(indexed); in apply() 135 coordinate_type const c2 = get<max_corner, Dimension>(indexed); in apply() 145 >::apply(indexed, centroid); in apply() 162 static inline void apply(Indexed const& indexed, Point& centroid, in apply() 168 >::apply(indexed, centroid); in apply()
|
| /OK3568_Linux_fs/kernel/drivers/iio/gyro/ |
| H A D | adis16080.c | 140 .indexed = 1, 148 .indexed = 1, 156 .indexed = 1,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.c | 852 const struct a6xx_indexed_registers *indexed, in a6xx_get_indexed_regs() argument 857 obj->handle = (const void *) indexed; in a6xx_get_indexed_regs() 858 obj->data = state_kcalloc(a6xx_state, indexed->count, sizeof(u32)); in a6xx_get_indexed_regs() 863 gpu_write(gpu, indexed->addr, 0); in a6xx_get_indexed_regs() 866 for (i = 0; i < indexed->count; i++) in a6xx_get_indexed_regs() 867 obj->data[i] = gpu_read(gpu, indexed->data); in a6xx_get_indexed_regs() 1101 const struct a6xx_indexed_registers *indexed = obj->handle; in a6xx_show_indexed_regs() local 1103 if (!indexed) in a6xx_show_indexed_regs() 1106 print_name(p, " - regs-name: ", indexed->name); in a6xx_show_indexed_regs() 1107 drm_printf(p, " dwords: %d\n", indexed->count); in a6xx_show_indexed_regs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/dummy/ |
| H A D | iio_simple_dummy.c | 101 .indexed = 1, 149 .indexed = 1, 180 .indexed = 1, 232 .indexed = 1,
|
| /OK3568_Linux_fs/kernel/drivers/iio/health/ |
| H A D | afe440x.h | 97 .indexed = true, \ 108 .indexed = true, \
|
| /OK3568_Linux_fs/kernel/drivers/iio/resolver/ |
| H A D | ad2s1200.c | 115 .indexed = 1, 121 .indexed = 1,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 22 from the default size of 1024. The array is indexed by the OUT endpoint 28 from the default size of 1024. The array is indexed by the IN endpoint
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-class-multicolor.rst | 21 Each colored LED will be indexed under the multi_* files. The order of the 23 color name to indexed value.
|
| /OK3568_Linux_fs/kernel/drivers/iio/pressure/ |
| H A D | dlhl60d.c | 216 .indexed = 1, 231 .indexed = 1,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/iio/ |
| H A D | core.rst | 112 * set **.indexed** field of :c:type:`iio_chan_spec` to 1. In this case the 159 .indexed = 1, 165 .indexed = 1,
|