Searched refs:nsrc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 2596 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() argument 2632 vga_wgfx(regbase, CL_GR2C, (u_char) (nsrc & 0xff)); in cirrusfb_set_blitter() 2634 vga_wgfx(regbase, CL_GR2D, (u_char) (nsrc >> 8)); in cirrusfb_set_blitter() 2636 vga_wgfx(regbase, CL_GR2E, (u_char) (nsrc >> 16)); in cirrusfb_set_blitter() 2662 u_long nsrc, ndest; in cirrusfb_BitBLT() local 2676 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT() 2682 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2689 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 771 int nsrc = ee->ops->get_num_sources(ph); in scmi_register_protocol_events() local 773 if (nsrc <= 0) in scmi_register_protocol_events() 775 num_sources = nsrc; in scmi_register_protocol_events()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 1132 CV_EXPORTS void hconcat(const Mat* src, size_t nsrc, OutputArray dst); 1194 CV_EXPORTS void vconcat(const Mat* src, size_t nsrc, OutputArray dst);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 1132 CV_EXPORTS void hconcat(const Mat* src, size_t nsrc, OutputArray dst); 1194 CV_EXPORTS void vconcat(const Mat* src, size_t nsrc, OutputArray dst);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 1132 CV_EXPORTS void hconcat(const Mat* src, size_t nsrc, OutputArray dst); 1194 CV_EXPORTS void vconcat(const Mat* src, size_t nsrc, OutputArray dst);
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_state.c | 120 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local 129 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 130 if (!nsrc) { in xfrm_hash_resize() 137 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize() 147 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize() 154 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 2768 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local 2777 nsrc = symsect->sh_size / sizeof(*src); in layout_symtab() 2780 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab() 2809 mod->init_layout.size += nsrc * sizeof(char); in layout_symtab()
|