Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dgenerate_by_value.hpp21 typedef proto::expr<Tag, src_args, 1> src_type; typedef
24 static type const call(src_type const &e) in call()
45 typedef proto::basic_expr<Tag, src_args, 1> src_type; typedef
48 static type const call(src_type const &e) in call()
69 typedef proto::expr<Tag, src_args, 2> src_type; typedef
72 static type const call(src_type const &e) in call()
93 typedef proto::basic_expr<Tag, src_args, 2> src_type; typedef
96 static type const call(src_type const &e) in call()
117 typedef proto::expr<Tag, src_args, 3> src_type; typedef
120 static type const call(src_type const &e) in call()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dgenerate_by_value.hpp50 typedef proto::expr<Tag, src_args, N> src_type; typedef
54 static type const call(src_type const &e) in call()
78 typedef proto::basic_expr<Tag, src_args, N> src_type; typedef
82 static type const call(src_type const &e) in call()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-sunxi-nmi.c116 unsigned int src_type; in sunxi_sc_nmi_set_type() local
123 src_type = SUNXI_SRC_TYPE_EDGE_FALLING; in sunxi_sc_nmi_set_type()
126 src_type = SUNXI_SRC_TYPE_EDGE_RISING; in sunxi_sc_nmi_set_type()
129 src_type = SUNXI_SRC_TYPE_LEVEL_HIGH; in sunxi_sc_nmi_set_type()
133 src_type = SUNXI_SRC_TYPE_LEVEL_LOW; in sunxi_sc_nmi_set_type()
151 src_type_reg |= src_type; in sunxi_sc_nmi_set_type()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_sock.c131 chan->src_type = la.l2_bdaddr_type; in l2cap_sock_bind()
167 if (chan->psm && bdaddr_type_is_le(chan->src_type) && in l2cap_sock_bind()
231 if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && in l2cap_sock_connect()
249 chan->src_type = BDADDR_LE_PUBLIC; in l2cap_sock_connect()
252 if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR) in l2cap_sock_connect()
265 if (chan->psm && bdaddr_type_is_le(chan->src_type) && in l2cap_sock_connect()
427 la->l2_bdaddr_type = chan->src_type; in l2cap_sock_getname()
474 if (bdaddr_type_is_le(chan->src_type) && in l2cap_sock_getsockopt_old()
658 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt()
673 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt()
[all …]
H A Dl2cap_core.c82 return bdaddr_type(hcon->type, hcon->src_type); in bdaddr_src_type()
189 u8 src_type) in __l2cap_global_chan_by_addr() argument
194 if (src_type == BDADDR_BREDR && c->src_type != BDADDR_BREDR) in __l2cap_global_chan_by_addr()
197 if (src_type != BDADDR_BREDR && c->src_type == BDADDR_BREDR) in __l2cap_global_chan_by_addr()
212 if (psm && __l2cap_global_chan_by_addr(psm, src, chan->src_type)) { in l2cap_add_psm()
224 if (chan->src_type == BDADDR_BREDR) { in l2cap_add_psm()
237 chan->src_type)) { in l2cap_add_psm()
1983 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm()
1986 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm()
4170 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_connect()
[all …]
H A D6lowpan.c732 &chan->src, chan->src_type); in setup_netdev()
974 chan->src_type = BDADDR_LE_PUBLIC; in bt_6lowpan_listen()
978 BT_DBG("chan %p src type %d", chan, chan->src_type); in bt_6lowpan_listen()
H A Dhci_conn.c561 hci_copy_identity_address(hdev, &conn->src, &conn->src_type); in hci_conn_add()
652 struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, uint8_t src_type) in hci_get_route() argument
676 if (src_type == BDADDR_BREDR) { in hci_get_route()
695 if (!bacmp(&id_addr, src) && id_addr_type == src_type) { in hci_get_route()
H A Dsmp.c1322 addrinfo.addr_type = hcon->src_type; in smp_distribute_keys()
3329 chan->src_type = BDADDR_LE_PUBLIC; in smp_add_cid()
3331 chan->src_type = BDADDR_LE_RANDOM; in smp_add_cid()
3334 chan->src_type = BDADDR_BREDR; in smp_add_cid()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dold_numeric_cast.hpp220 # define BOOST_UINT64_CAST(src_type) \ argument
221 static inline bool check(src_type x, unsigned __int64) \
227 return ((static_cast<src_type>(div2) * 2.0) + odd) != x; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/
H A Dhal.hpp89 CV_EXPORTS void morph(int op, int src_type, int dst_type,
101 CV_EXPORTS void resize(int src_type,
106 CV_EXPORTS void warpAffine(int src_type,
111 CV_EXPORTS void warpPerspectve(int src_type,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/
H A Dhal.hpp89 CV_EXPORTS void morph(int op, int src_type, int dst_type,
101 CV_EXPORTS void resize(int src_type,
106 CV_EXPORTS void warpAffine(int src_type,
111 CV_EXPORTS void warpPerspectve(int src_type,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/
H A Dhal.hpp89 CV_EXPORTS void morph(int op, int src_type, int dst_type,
101 CV_EXPORTS void resize(int src_type,
106 CV_EXPORTS void warpAffine(int src_type,
111 CV_EXPORTS void warpPerspectve(int src_type,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp570 if (stopped_ || !scalers_.count(source.src_type)) { in OnFrameEvent()
571 LOGE_ANALYZER("Unsuported image source type %d or stopped", source.src_type); in OnFrameEvent()
591 …LOGD_ANALYZER(">>>>>> source type %d , w %d h %d", source.src_type, source.image_source->info.widt… in OnFrameEvent()
594 auto& scaler = scalers_.at(source.src_type); in OnFrameEvent()
595 auto& configs = config_->GetStreamConfig(source.src_type); in OnFrameEvent()
597 auto* buf = bufferManager_->GetBufferByConfig(source.src_type, config); in OnFrameEvent()
615 source.frame_id, source.src_type, config.width_intfactor, in OnFrameEvent()
H A Dthumbnails.h107 rkaiq_stream_type_t src_type; member
H A DRkAiqAnalyzeGroupManager.cpp579 thumbnailsSrc.src_type = RKISP20_STREAM_SP; in thumbnailsGroupMessageHandler()
586 thumbnailsSrc.src_type = RKISP20_STREAM_NR; in thumbnailsGroupMessageHandler()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c606 u8 src_type, in qed_dmae_execute_sub_operation() argument
614 switch (src_type) { in qed_dmae_execute_sub_operation()
671 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument
687 src_addr, src_type, dst_addr, dst_type, in qed_dmae_execute_command()
695 (src_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command()
714 if (src_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command()
735 src_type, in qed_dmae_execute_command()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c603 enum vm_mem_backing_src_type src_type, in vm_userspace_mem_region_add() argument
670 if (src_type == VM_MEM_SRC_ANONYMOUS_THP) in vm_userspace_mem_region_add()
680 | (src_type == VM_MEM_SRC_ANONYMOUS_HUGETLB ? MAP_HUGETLB : 0), in vm_userspace_mem_region_add()
690 if (src_type == VM_MEM_SRC_ANONYMOUS || src_type == VM_MEM_SRC_ANONYMOUS_THP) { in vm_userspace_mem_region_add()
697 TEST_ASSERT(ret == 0 || src_type != VM_MEM_SRC_ANONYMOUS_THP, in vm_userspace_mem_region_add()
702 src_type == VM_MEM_SRC_ANONYMOUS ? MADV_NOHUGEPAGE : MADV_HUGEPAGE); in vm_userspace_mem_region_add()
704 region->host_mem, npages * vm->page_size, src_type); in vm_userspace_mem_region_add()
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0004-add-_lv_img_cache_get_info.patch91 lv_img_src_t src_type = lv_img_src_get_type(src);
92 if(src_type == LV_IMG_SRC_VARIABLE) {
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c677 int src_type, mask_type, src_bpp; in combine_pict_format() local
692 src_type = PICT_FORMAT_TYPE(src); in combine_pict_format()
696 src_type = PICT_FORMAT_TYPE(src); in combine_pict_format()
700 src_type = PICT_TYPE_A; in combine_pict_format()
704 src_type = PICT_FORMAT_TYPE(src); in combine_pict_format()
711 if (src_type == mask_type) { in combine_pict_format()
712 *des = PICT_VISFORMAT(src_bpp, src_type, new_vis); in combine_pict_format()
717 if ((src_type == pict_format_combine_tab[i][0] in combine_pict_format()
719 || (src_type == pict_format_combine_tab[i][1] in combine_pict_format()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddma-axi-dmac.c128 unsigned int src_type; member
179 return chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM; in axi_dmac_src_is_mem()
767 chan->src_type = val; in axi_dmac_parse_chan_dt()
829 chan->src_type = val; in axi_dmac_read_chan_config()
885 chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM) { in axi_dmac_detect_caps()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_core_read.h271 #define ___read(read_fn, dst, src_type, src, accessor) \ argument
272 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c720 u64 size, u32 src_type, u32 dst_type) in _perf_memcpy() argument
747 src = create_region_for_mapping(src_mr, size, src_type, &src_addr); in _perf_memcpy()
781 repr_type(src_type), in _perf_memcpy()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Dkvm_util.h108 enum vm_mem_backing_src_type src_type,
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h551 __u8 src_type; member
H A Dhci_core.h594 __u8 src_type; member
1204 struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, u8 src_type);

12