Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 114) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dbound.hpp20 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 Dactive_bound_list.hpp64 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 Dhalbb_8852b.c197 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 Dhalbb_8852b.c197 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 Dclock.c122 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 Du_phonet.h16 bool bound; member
H A Du_ecm.h21 bool bound; member
H A Du_eem.h21 bool bound; member
H A Du_gether.h21 bool bound; member
H A Du_ncm.h21 bool bound; member
H A Du_rndis.h23 bool bound; member
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dsyslib.c32 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 Dtree-ssa-loop.h63 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 Dtree-ssa-loop.h63 tree bound; variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h607 #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 Ddebugfs.c76 int bound[3], i, range; in mt7603_ampdu_stat_show() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_custom.c71 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 Dhal_custom.c71 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 Dglamor_compositerects.c40 bound(int16_t a, uint16_t b) in bound() function
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h684 #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 Dbcmutils.h684 #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 Dbcmutils.h684 #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 Dbcmutils.h831 #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 Dbcmutils.h831 #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 Dgps.cpp43 int bound=ui->cmb_bound->currentText().toInt(); in set_termios() local

12345