| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | bound.hpp | 20 struct bound { struct 22 edge_list<T> edges; 23 edge_list_itr<T> current_edge; 24 edge_list_itr<T> next_edge; 25 mapbox::geometry::point<T> last_point; 26 ring_ptr<T> ring; 27 bound_ptr<T> maximum_bound; // the bound who's maximum connects with this bound 28 double current_x; 29 std::size_t pos; 30 std::int32_t winding_count; [all …]
|
| H A D | active_bound_list.hpp | 64 bool is_even_odd_fill_type(bound<T> const& bound, in is_even_odd_fill_type() argument 75 bool is_even_odd_alt_fill_type(bound<T> const& bound, in is_even_odd_alt_fill_type() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/halbb_8852b/ |
| H A D | halbb_8852b.c | 197 bool halbb_set_pd_lower_bound_8852b(struct bb_info *bb, u8 bound, in halbb_set_pd_lower_bound_8852b() 263 bool halbb_set_pd_lower_bound_cck_8852b(struct bb_info *bb, u8 bound, in halbb_set_pd_lower_bound_cck_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/halbb_8852b/ |
| H A D | halbb_8852b.c | 197 bool halbb_set_pd_lower_bound_8852b(struct bb_info *bb, u8 bound, in halbb_set_pd_lower_bound_8852b() 263 bool halbb_set_pd_lower_bound_cck_8852b(struct bb_info *bb, u8 bound, in halbb_set_pd_lower_bound_cck_8852b()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | clock.c | 122 u32 bound = LDELAY; in wait_for_clk_enable() local 150 u32 bound = LDELAY; in wait_for_clk_disable() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_phonet.h | 16 bool bound; member
|
| H A D | u_ecm.h | 21 bool bound; member
|
| H A D | u_eem.h | 21 bool bound; member
|
| H A D | u_gether.h | 21 bool bound; member
|
| H A D | u_ncm.h | 21 bool bound; member
|
| H A D | u_rndis.h | 23 bool bound; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | syslib.c | 32 u32 bound) in wait_on_value()
|
| /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 D | tree-ssa-loop.h | 63 tree bound; variable
|
| /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 D | tree-ssa-loop.h | 63 tree bound; variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmutils.h | 607 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 608 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 611 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 612 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 615 #define MODADD(x, y, bound) \ argument 617 #define MODSUB(x, y, bound) \ argument 621 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 622 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | debugfs.c | 76 int bound[3], i, range; in mt7603_ampdu_stat_show() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_custom.c | 71 rtw_hal_set_pkt_detect_thold(void *hal, u32 bound) in rtw_hal_set_pkt_detect_thold()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_custom.c | 71 rtw_hal_set_pkt_detect_thold(void *hal, u32 bound) in rtw_hal_set_pkt_detect_thold()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_compositerects.c | 40 bound(int16_t a, uint16_t b) in bound() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 684 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 685 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 688 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 689 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 692 #define MODADD(x, y, bound) \ argument 694 #define MODSUB(x, y, bound) \ argument 698 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 699 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 684 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 685 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 688 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 689 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 692 #define MODADD(x, y, bound) \ argument 694 #define MODSUB(x, y, bound) \ argument 698 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 699 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 684 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 685 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 688 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 689 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 692 #define MODADD(x, y, bound) \ argument 694 #define MODSUB(x, y, bound) \ argument 698 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 699 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 831 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 832 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 835 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 836 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 839 #define MODADD(x, y, bound) \ argument 841 #define MODSUB(x, y, bound) \ argument 845 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 846 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 831 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 832 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 835 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 836 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 839 #define MODADD(x, y, bound) \ argument 841 #define MODSUB(x, y, bound) \ argument 845 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 846 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gps/ |
| H A D | gps.cpp | 43 int bound=ui->cmb_bound->currentText().toInt(); in set_termios() local
|