Home
last modified time | relevance | path

Searched refs:seg1 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp150 PointOfSegment const& seg1, in apply()
160 calc_t const s1x = get<0>(seg1); in apply()
163 calc_t const s1y = get<1>(seg1); in apply()
225 PointOfSegment const& seg1, in apply()
232 calc_t const s1x = get<0>(seg1); in apply()
243 calc_t const s1y = get<1>(seg1); in apply()
373 PointOfSegment const& seg1, PointOfSegment const& seg2, in check_segment() argument
377 ::apply(point, seg1, seg2, state, eq1, eq2)) in check_segment()
383 calculation_type const s1 = get<0>(seg1); in check_segment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_poly_franklin.hpp81 PointOfSegment const& seg1, PointOfSegment const& seg2, in apply() argument
86 calculation_type const& x1 = get<0>(seg1); in apply()
87 calculation_type const& y1 = get<1>(seg1); in apply()
H A Dpoint_in_poly_crossings_multiply.hpp81 PointOfSegment const& seg1, PointOfSegment const& seg2, in apply() argument
86 calculation_type const x0 = get<0>(seg1); in apply()
87 calculation_type const y0 = get<1>(seg1); in apply()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_channels.c1775 int seg0, seg1; in wf_create_8080MHz_chspec() local
1802 seg1 = chan1_id; in wf_create_8080MHz_chspec()
1812 seg1 = chan0_id; in wf_create_8080MHz_chspec()
1816 (seg1 << WL_CHANSPEC_CHAN1_SHIFT) | in wf_create_8080MHz_chspec()
1848 int seg0, seg1; in wf_create_160160MHz_chspec() local
1875 seg1 = chan1_id; in wf_create_160160MHz_chspec()
1885 seg1 = chan0_id; in wf_create_160160MHz_chspec()
1889 (seg1 << WL_CHANSPEC_CHAN1_SHIFT) | in wf_create_160160MHz_chspec()
2587 int seg0, seg1; in wf_chspec_get8080_chspec() local
2601 seg1 = chan1_id; in wf_chspec_get8080_chspec()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_channels.c1775 int seg0, seg1; in wf_create_8080MHz_chspec() local
1802 seg1 = chan1_id; in wf_create_8080MHz_chspec()
1812 seg1 = chan0_id; in wf_create_8080MHz_chspec()
1816 (seg1 << WL_CHANSPEC_CHAN1_SHIFT) | in wf_create_8080MHz_chspec()
1848 int seg0, seg1; in wf_create_160160MHz_chspec() local
1875 seg1 = chan1_id; in wf_create_160160MHz_chspec()
1885 seg1 = chan0_id; in wf_create_160160MHz_chspec()
1889 (seg1 << WL_CHANSPEC_CHAN1_SHIFT) | in wf_create_160160MHz_chspec()
2587 int seg0, seg1; in wf_chspec_get8080_chspec() local
2601 seg1 = chan1_id; in wf_chspec_get8080_chspec()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.c1098 int seg0, seg1; in wf_chspec_get8080_chspec() local
1112 seg1 = chan1_id; in wf_chspec_get8080_chspec()
1122 seg1 = chan0_id; in wf_chspec_get8080_chspec()
1126 (seg1 << WL_CHANSPEC_CHAN2_SHIFT) | in wf_chspec_get8080_chspec()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_channels.c1158 int seg0, seg1; in wf_chspec_get8080_chspec() local
1172 seg1 = chan1_id; in wf_chspec_get8080_chspec()
1182 seg1 = chan0_id; in wf_chspec_get8080_chspec()
1186 (seg1 << WL_CHANSPEC_CHAN2_SHIFT) | in wf_chspec_get8080_chspec()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_channels.c1207 int seg0, seg1; in wf_chspec_get8080_chspec() local
1221 seg1 = chan1_id; in wf_chspec_get8080_chspec()
1231 seg1 = chan0_id; in wf_chspec_get8080_chspec()
1235 (seg1 << WL_CHANSPEC_CHAN2_SHIFT) | in wf_chspec_get8080_chspec()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_channels.c1207 int seg0, seg1; in wf_chspec_get8080_chspec() local
1221 seg1 = chan1_id; in wf_chspec_get8080_chspec()
1231 seg1 = chan0_id; in wf_chspec_get8080_chspec()
1235 (seg1 << WL_CHANSPEC_CHAN2_SHIFT) | in wf_chspec_get8080_chspec()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c516 uint64_t seg1, seg2, seg3, seg4, seg5; in lpfc_nvmet_ktime() local
572 seg1 = ctxp->ts_cmd_nvme - ctxp->ts_isr_cmd; in lpfc_nvmet_ktime()
573 segsum = seg1; in lpfc_nvmet_ktime()
640 phba->ktime_seg1_total += seg1; in lpfc_nvmet_ktime()
641 if (seg1 < phba->ktime_seg1_min) in lpfc_nvmet_ktime()
642 phba->ktime_seg1_min = seg1; in lpfc_nvmet_ktime()
643 else if (seg1 > phba->ktime_seg1_max) in lpfc_nvmet_ktime()
644 phba->ktime_seg1_max = seg1; in lpfc_nvmet_ktime()
H A Dlpfc_debugfs.c1303 uint64_t seg1, seg2, seg3, seg4; in lpfc_io_ktime() local
1333 seg1 = lpfc_cmd->ts_cmd_start - lpfc_cmd->ts_last_cmd; in lpfc_io_ktime()
1334 if (seg1 > 5000000) /* 5 ms - for sequential IOs only */ in lpfc_io_ktime()
1335 seg1 = 0; in lpfc_io_ktime()
1352 phba->ktime_seg1_total += seg1; in lpfc_io_ktime()
1353 if (seg1 < phba->ktime_seg1_min) in lpfc_io_ktime()
1354 phba->ktime_seg1_min = seg1; in lpfc_io_ktime()
1355 else if (seg1 > phba->ktime_seg1_max) in lpfc_io_ktime()
1356 phba->ktime_seg1_max = seg1; in lpfc_io_ktime()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcan.rst1172 [ tq TQ prop-seg PROP_SEG phase-seg1 PHASE-SEG1
1176 [ dtq TQ dprop-seg PROP_SEG dphase-seg1 PHASE-SEG1
1207 tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1
1241 "tq 125 prop-seg 6 phase-seg1 7 phase-seg2 2 sjw 1"
1271 phase-seg1 7 phase-seg2 2 sjw 1
1384 tq 50 prop-seg 14 phase-seg1 15 phase-seg2 10 sjw 1
1388 dtq 12 dprop-seg 7 dphase-seg1 8 dphase-seg2 4 dsjw 1
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11ax.h660 uint8 seg1; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11ax.h660 uint8 seg1; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h442 uint64_t seg1:4; member
474 uint64_t seg1:4;