Home
last modified time | relevance | path

Searched refs:range_idx (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dbma220_spi.c120 u8 range_idx; in bma220_read_raw() local
134 range_idx = ret & BMA220_RANGE_MASK; in bma220_read_raw()
135 *val = bma220_scale_table[range_idx][0]; in bma220_read_raw()
136 *val2 = bma220_scale_table[range_idx][1]; in bma220_read_raw()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgcc-rich-location.h160 label_text get_text (unsigned range_idx) const OVERRIDE;
179 label_text get_text (unsigned range_idx) const FINAL OVERRIDE;
H A Dline-map.h1830 virtual label_text get_text (unsigned range_idx) const = 0;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgcc-rich-location.h160 label_text get_text (unsigned range_idx) const OVERRIDE;
179 label_text get_text (unsigned range_idx) const FINAL OVERRIDE;
H A Dline-map.h1830 virtual label_text get_text (unsigned range_idx) const = 0;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-CVE-2021-42574.patch373 + label_text get_text (unsigned range_idx) const FINAL OVERRIDE
377 + if (range_idx > 0)
379 + const bidi::context &ctxt (bidi::vec[range_idx - 1]);