Home
last modified time | relevance | path

Searched full:cn (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1_netlink.c26 struct cn_msg *cn; /* advances as cn_msg is appeneded */ member
40 /* pointers within w1_cb_block and cn data */
57 if (!block->cn) in w1_reply_len()
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
88 block->cn = NULL; in w1_reply_make_space()
97 if (!(block->request_cn.flags & W1_CN_BUNDLE) && block->cn) in w1_netlink_check_send()
104 * @ack: determines if cn can be reused
106 * block->cn will be setup with the correct ack, advancing if needed
107 * block->cn->len does not include space for block->msg
112 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmatx.hpp317 @tparam cn the number of elements
336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1>
341 channels = cn,
343 depth = Matx<_Tp, cn, 1>::depth, enumerator
369 Vec(const Vec<_Tp, cn>& v);
374 Vec mul(const Vec<_Tp, cn>& v) const;
386 template<typename T2> operator Vec<T2, cn>() const;
394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp);
395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp);
396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp);
[all …]
H A Dippasync.hpp102 @param cn number of channels.
104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument
117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat()
119 CV_Assert(width%cn == 0); in copyHppToMat()
121 width /= cn; in copyHppToMat()
138 @param cn number of channels.
141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument
144 copyHppToMat(src, dst, accel, cn); in getMat()
171 int cn = src.channels(); in getHpp() local
179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmatx.hpp317 @tparam cn the number of elements
336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1>
341 channels = cn,
343 depth = Matx<_Tp, cn, 1>::depth, enumerator
369 Vec(const Vec<_Tp, cn>& v);
374 Vec mul(const Vec<_Tp, cn>& v) const;
386 template<typename T2> operator Vec<T2, cn>() const;
394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp);
395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp);
396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp);
[all …]
H A Dippasync.hpp102 @param cn number of channels.
104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument
117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat()
119 CV_Assert(width%cn == 0); in copyHppToMat()
121 width /= cn; in copyHppToMat()
138 @param cn number of channels.
141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument
144 copyHppToMat(src, dst, accel, cn); in getMat()
171 int cn = src.channels(); in getHpp() local
179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmatx.hpp317 @tparam cn the number of elements
336 template<typename _Tp, int cn> class Vec : public Matx<_Tp, cn, 1>
341 channels = cn,
343 depth = Matx<_Tp, cn, 1>::depth, enumerator
369 Vec(const Vec<_Tp, cn>& v);
374 Vec mul(const Vec<_Tp, cn>& v) const;
386 template<typename T2> operator Vec<T2, cn>() const;
394 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp);
395 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp);
396 template<typename _T2> Vec(const Matx<_Tp, cn, 1>& a, _T2 alpha, Matx_ScaleOp);
[all …]
H A Dippasync.hpp102 @param cn number of channels.
104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument
117 int matType = CV_MAKETYPE(toCvType(type), cn); in copyHppToMat()
119 CV_Assert(width%cn == 0); in copyHppToMat()
121 width /= cn; in copyHppToMat()
138 @param cn number of channels.
141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument
144 copyHppToMat(src, dst, accel, cn); in getMat()
171 int cn = src.channels(); in getHpp() local
179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2cN?p(e.cN,"",!0):"",E=Object.create(e,{parent:{value:E}})}function m(e,n){if(k+=e,null==n)return b… property
/OK3568_Linux_fs/kernel/fs/
H A Dcoredump.c68 static int expand_corename(struct core_name *cn, int size) in expand_corename() argument
70 char *corename = krealloc(cn->corename, size, GFP_KERNEL); in expand_corename()
78 cn->size = ksize(corename); in expand_corename()
79 cn->corename = corename; in expand_corename()
83 static __printf(2, 0) int cn_vprintf(struct core_name *cn, const char *fmt, in cn_vprintf() argument
90 free = cn->size - cn->used; in cn_vprintf()
93 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf()
97 cn->used += need; in cn_vprintf()
101 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
107 static __printf(2, 3) int cn_printf(struct core_name *cn, const char *fmt, ...) in cn_printf() argument
[all …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Djournal.c90 static int can_dirty(struct reiserfs_journal_cnode *cn);
369 struct reiserfs_journal_cnode *cn; in get_cnode() local
379 cn = journal->j_cnode_free_list; in get_cnode()
380 if (!cn) { in get_cnode()
381 return cn; in get_cnode()
383 if (cn->next) { in get_cnode()
384 cn->next->prev = NULL; in get_cnode()
386 journal->j_cnode_free_list = cn->next; in get_cnode()
387 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode()
388 return cn; in get_cnode()
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/docker/docker_file/ubuntu_18_04_cp36/
H A Dsources_bionic.list2 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
3 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
4 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
5 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multi…
6 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
7 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe mul…
8 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
9 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe mult…
12 # deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiver…
13 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe mult…
/OK3568_Linux_fs/buildroot/archives/
HDSourceHanSansCN.zip ... SubsetOTF/CN/ SubsetOTF/CN/SourceHanSansCN-Light.otf SubsetOTF/CN/SourceHanSansCN-Bold.
/OK3568_Linux_fs/buildroot/dl/source-han-sans-cn/
HDSourceHanSansCN.zip ... SubsetOTF/CN/ SubsetOTF/CN/SourceHanSansCN-Light.otf SubsetOTF/CN/SourceHanSansCN-Bold.
/OK3568_Linux_fs/device/rockchip/common/fonts/
HDsource-han-sans-cn-2.004R.tar ... share/fonts/source-han-sans-cn/SourceHanSansCN-Medium.otf ./usr/
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c796 struct cld_net *cn = nn->cld_net; in __cld_pipe_inprogress_downcall() local
839 cn->cn_has_legacy = true; in __cld_pipe_inprogress_downcall()
860 struct cld_net *cn = nn->cld_net; in cld_pipe_downcall() local
887 spin_lock(&cn->cn_lock); in cld_pipe_downcall()
888 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
896 spin_unlock(&cn->cn_lock); in cld_pipe_downcall()
987 struct cld_net *cn; in __nfsd4_init_cld_pipe() local
992 cn = kzalloc(sizeof(*cn), GFP_KERNEL); in __nfsd4_init_cld_pipe()
993 if (!cn) { in __nfsd4_init_cld_pipe()
998 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c115 struct clusterip_net *cn = clusterip_pernet(c->net); in clusterip_config_entry_put() local
118 if (refcount_dec_and_lock(&c->entries, &cn->lock)) { in clusterip_config_entry_put()
120 spin_unlock(&cn->lock); in clusterip_config_entry_put()
126 mutex_lock(&cn->mutex); in clusterip_config_entry_put()
127 if (cn->procdir) in clusterip_config_entry_put()
129 mutex_unlock(&cn->mutex); in clusterip_config_entry_put()
140 struct clusterip_net *cn = clusterip_pernet(net); in __clusterip_config_find() local
142 list_for_each_entry_rcu(c, &cn->configs, list) { in __clusterip_config_find()
193 struct clusterip_net *cn = clusterip_pernet(net); in clusterip_netdev_event() local
196 spin_lock_bh(&cn->lock); in clusterip_netdev_event()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/
H A DCVE-2022-23491.patch30 -# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.
31 -# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.
61 # Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited
62 # Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited
68 -# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden
69 -# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden
108 # Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust
109 # Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust
115 -# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority
116 -# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authori…
[all …]
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0003-Support-OpenSSL-1.1.0.patch22 /*Extract CN from certificate name information*/
24 if ((cn = strstr(remote_cert->name, "/CN=")) == NULL) {
26 + if ((cn = strstr(X509_get_subject_name(remote_cert), "/CN=")) == NULL) {
28 strcpy(buf, "(no CN given)");
/OK3568_Linux_fs/kernel/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c51 #define CN(x) (((x) == 1) ? 0x1f : (((CN_BUF) >> ((x) - 1)) & 0x1f)) macro
83 u32 cn; member
185 * CN ranges between 1 and 32 in mixel_dphy_config_from_opts()
191 cfg->cn = denominator >> i; in mixel_dphy_config_from_opts()
196 cfg->cn < 1 || cfg->cn > 32 || in mixel_dphy_config_from_opts()
198 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n", in mixel_dphy_config_from_opts()
199 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts()
306 priv->cfg.cn < 1 || priv->cfg.cn > 32 || in mixel_dphy_set_pll_params()
308 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n", in mixel_dphy_set_pll_params()
309 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbAccessX.c285 xkbControlsNotify cn; in AccessXKRGExpire() local
295 cn.keycode = xkbi->slowKeyEnableKey; in AccessXKRGExpire()
296 cn.eventType = KeyPress; in AccessXKRGExpire()
297 cn.requestMajor = 0; in AccessXKRGExpire()
298 cn.requestMinor = 0; in AccessXKRGExpire()
300 AccessXKRGTurnOff(dev, &cn); in AccessXKRGExpire()
304 AccessXKRGTurnOn(dev, XkbSlowKeysMask, &cn); in AccessXKRGExpire()
398 xkbControlsNotify cn; in AccessXTimeoutExpire() local
417 if (XkbComputeControlsNotify(dev, &old, ctrls, &cn, FALSE)) { in AccessXTimeoutExpire()
418 cn.keycode = 0; in AccessXTimeoutExpire()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A D2ch_t.patch55 +�����Τ��� #CN ���μ�
110 +�������� #CN ������
113 +���� #CN �奲
229 +���ᤶ���ͤäȤġ� #CN ���ᤶ���ͤäȣ�
233 +���᤾�� #CN ���᤾��
240 +���䤷������ #CN ���䤷������
243 +���䤷������ #CN ����ɤ�����
294 +����ʤ��Ϥ�� #CN ���濺̾
413 +���� #CN ��
439 +���� #CN ��
[all …]
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/
H A Dconfigure14 --mirror-bootstrap "http://mirrors.ustc.edu.cn/debian" \
15 --mirror-chroot "http://mirrors.ustc.edu.cn/debian" \
16 --mirror-chroot-security "http://mirrors.ustc.edu.cn/debian-security" \
17 --mirror-binary "http://mirrors.ustc.edu.cn/debian" \
18 --mirror-binary-security "http://mirrors.ustc.edu.cn/debian-security" \
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-arm64/
H A Dconfigure14 --mirror-bootstrap "http://mirrors.ustc.edu.cn/debian" \
15 --mirror-chroot "http://mirrors.ustc.edu.cn/debian" \
16 --mirror-chroot-security "http://mirrors.ustc.edu.cn/debian-security" \
17 --mirror-binary "http://mirrors.ustc.edu.cn/debian" \
18 --mirror-binary-security "http://mirrors.ustc.edu.cn/debian-security" \
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/
H A Dconfigure14 --mirror-bootstrap "http://mirrors.ustc.edu.cn/debian" \
15 --mirror-chroot "http://mirrors.ustc.edu.cn/debian" \
16 --mirror-chroot-security "http://mirrors.ustc.edu.cn/debian-security" \
17 --mirror-binary "http://mirrors.ustc.edu.cn/debian" \
18 --mirror-binary-security "http://mirrors.ustc.edu.cn/debian-security" \
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-armhf/
H A Dconfigure14 --mirror-bootstrap "http://mirrors.ustc.edu.cn/debian" \
15 --mirror-chroot "http://mirrors.ustc.edu.cn/debian" \
16 --mirror-chroot-security "http://mirrors.ustc.edu.cn/debian-security" \
17 --mirror-binary "http://mirrors.ustc.edu.cn/debian" \
18 --mirror-binary-security "http://mirrors.ustc.edu.cn/debian-security" \

12345678910>>...37