| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | libaio_fix_for_mips_syscalls.patch | 9 @@ -76,7 +76,7 @@ type fname(atype a) \ 17 #define io_syscall2(type,fname,sname,atype,a,btype,b) \ 18 @@ -100,7 +100,7 @@ type fname(atype a, btype b) \ 26 #define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 27 @@ -125,7 +125,7 @@ type fname(atype a, btype b, ctype c) \ 35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 36 @@ -150,7 +150,7 @@ type fname(atype a, btype b, ctype c, dt 45 @@ -186,7 +186,7 @@ type fname(atype a, btype b, ctype c, dt 54 @@ -216,7 +216,7 @@ type fname (atype a,btype b,ctype c,dtyp
|
| H A D | 00_arches.patch | 32 +#define io_syscall1(type,fname,sname,atype,a) \ 33 +type fname(atype a) \ 43 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \ 44 +type fname(atype a,btype b) \ 56 +#define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 57 +type fname(atype a,btype b,ctype c) \ 71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 72 +type fname (atype a, btype b, ctype c, dtype d) \ 87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | bootstd.h | 60 #define _bsc1(type,name,atype,a) \ argument 61 type name(atype a) \ 72 #define _bsc2(type,name,atype,a,btype,b) \ argument 73 type name(atype a, btype b) \ 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 86 type name(atype a, btype b, ctype c) \ 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | opengl.hpp | 113 Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease = false); 121 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false); 130 Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 138 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 155 …void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = fals… 163 void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer() argument 585 create(arows, acols, atype, target, autoRelease); in Buffer() 589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer() argument 591 create(asize, atype, target, autoRelease); in Buffer() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | opengl.hpp | 113 Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease = false); 121 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false); 130 Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 138 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 155 …void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = fals… 163 void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer() argument 585 create(arows, acols, atype, target, autoRelease); in Buffer() 589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer() argument 591 create(asize, atype, target, autoRelease); in Buffer() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | opengl.hpp | 113 Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease = false); 121 Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease = false); 130 Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 138 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 155 …void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = fals… 163 void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); 583 cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0… in Buffer() argument 585 create(arows, acols, atype, target, autoRelease); in Buffer() 589 cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0… in Buffer() argument 591 create(asize, atype, target, autoRelease); in Buffer() [all …]
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | addr.c | 48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr() argument 55 if (atype == ATM_ADDR_LECS) in atm_reset_addr() 69 enum atm_addr_type_t atype) in atm_add_addr() argument 80 if (atype == ATM_ADDR_LECS) in atm_add_addr() 104 enum atm_addr_type_t atype) in atm_del_addr() argument 115 if (atype == ATM_ADDR_LECS) in atm_del_addr() 134 size_t size, enum atm_addr_type_t atype) in atm_get_addr() argument 143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_pci.c | 39 u8 atype; member 52 u8 atype; /* adapter type */ member 71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure() 169 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 99 int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access() argument 104 if (atype == BPF_READ) in bpf_tcp_ca_btf_struct_access() 105 return btf_struct_access(log, t, off, size, atype, next_btf_id); in bpf_tcp_ca_btf_struct_access()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | trace.c | 43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local 46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | trace.c | 96 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local 99 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | k3-udma.c | 157 u32 atype; member 201 u32 atype; member 1543 req_tx.tx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1557 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1593 req_tx.tx_atype = uc->config.atype; in udma_tisci_tx_channel_config() 1630 req_rx.rx_atype = uc->config.atype; in udma_tisci_rx_channel_config() 2995 u32 atype; member 3014 if (filter_param->atype > 2) { in udma_dma_filter_fn() 3016 filter_param->atype); in udma_dma_filter_fn() 3021 ucc->atype = filter_param->atype; in udma_dma_filter_fn() [all …]
|
| H A D | k3-udma-glue.c | 35 u32 atype; member 132 common->atype = dma_spec.args[1]; in of_k3_udma_glue_parse_chn() 230 req.tx_atype = tx_chn->common.atype; in k3_udma_glue_cfg_tx_chn() 520 req.rx_atype = rx_chn->common.atype; in k3_udma_glue_cfg_rx_chn()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | chsc.h | 113 } atype; member
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_probe.h | 193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 194 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvlan_core.c | 58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal() 63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal() 92 hash = (addr->atype == IPVL_IPV6) ? in ipvlan_ht_addr_add()
|
| H A D | ipvlan.h | 85 ipvl_hdr_type atype; member
|
| H A D | ipvlan_main.c | 811 addr->atype = IPVL_IPV4; in ipvlan_add_addr() 815 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | udp_media.c | 598 int atype; in tipc_parse_udp_addr() local 600 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr() 601 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | chsc_sch.c | 823 u32 atype : 8; in chsc_ioctl_dcal() member 848 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
|
| H A D | chsc.c | 1121 u8 atype; in chsc_get_cssid_iid() member 1139 sdcal_area->atype = 4; in chsc_get_cssid_iid()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | gmap.c | 40 unsigned long etype, atype; in gmap_alloc() local 44 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc() 48 atype = _ASCE_TYPE_REGION3; in gmap_alloc() 52 atype = _ASCE_TYPE_REGION2; in gmap_alloc() 56 atype = _ASCE_TYPE_REGION1; in gmap_alloc() 79 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sysctl.c | 1551 enum bpf_attach_type atype = test->attach_type; in run_test_case() local 1569 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) { in run_test_case() 1595 bpf_prog_detach(cgfd, atype); in run_test_case()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 966 unsigned int atype, i; in ip_vs_new_dest() local 974 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest() 975 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest() 976 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest() 986 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest() 987 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | nettest.c | 1432 enum addr_type atype) in convert_addr() argument 1447 switch (atype) { in convert_addr()
|