| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_hash.py | 43 htype, hexa = fields[:2] 44 if htype == "none": 46 if htype not in self.len_of_hash.keys(): 50 if not re.match("^[0-9A-Fa-f]{%s}$" % self.len_of_hash[htype], hexa): 55 "expected {} hex digits".format(self.len_of_hash[htype])]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_pedit.c | 81 k->htype = nla_get_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]); in tcf_pedit_keys_ex_parse() 84 if (k->htype > TCA_PEDIT_HDR_TYPE_MAX || in tcf_pedit_keys_ex_parse() 120 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump() 291 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() argument 295 switch (htype) { in pedit_skb_hdr_offset() 344 enum pedit_header_type htype = in tcf_pedit_act() local 356 htype = tkey_ex->htype; in tcf_pedit_act() 362 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act() 365 htype); in tcf_pedit_act()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | ippasync.hpp | 170 int htype = toHppType(src.type()); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | ippasync.hpp | 170 int htype = toHppType(src.type()); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | ippasync.hpp | 170 int htype = toHppType(src.type()); in getHpp() local 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp() 183 … return hppiCreateSharedMatrix(htype, src.cols*cn, src.rows, src.data, pitch, size); in getHpp() 187 return hppiCreateMatrix(htype, src.cols*cn, src.rows, src.data, (hpp32s)(src.step));; in getHpp()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_gen.h | 241 #undef htype 289 #define htype MTYPE macro 302 struct htype { struct 338 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() argument 365 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr() 388 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize() 411 struct htype *h = set->data; in mtype_flush() 464 struct htype *h = set->data; in mtype_destroy() 483 const struct htype *x = a->data; in mtype_same_set() 484 const struct htype *y = b->data; in mtype_same_set() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/tc_act/ |
| H A D | tc_pedit.h | 9 enum pedit_header_type htype; member 41 return to_pedit(a)->tcfp_keys_ex[index].htype; in tcf_pedit_htype()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 375 u32 mask, u32 offset, u8 htype, in process_pedit_field() argument 378 switch (htype) { in process_pedit_field() 541 u8 htype; in cxgb4_process_flow_actions() local 543 htype = act->mangle.htype; in cxgb4_process_flow_actions() 548 process_pedit_field(fs, val, mask, offset, htype, in cxgb4_process_flow_actions() 584 u8 htype; in valid_pedit_action() local 586 htype = act->mangle.htype; in valid_pedit_action() 590 switch (htype) { in valid_pedit_action()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/ |
| H A D | dhcpclient.c | 338 if (reply->htype != msg->htype) { in is_valid_reply() 339 if (verbose) printf("Wrong Htype %d != %d\n", reply->htype, msg->htype); in is_valid_reply()
|
| H A D | dhcpmsg.h | 38 uint8_t htype; /* hw addr type */ member
|
| H A D | dhcpmsg.c | 31 msg->htype = HTYPE_ETHER; in init_dhcp_msg()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/ |
| H A D | ebt_arp.h | 23 __be16 htype; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebt_arp.h | 23 __be16 htype; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebt_arp.h | 23 __be16 htype; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmarp.h | 57 uint16 htype; /* Header type (1 = ethernet) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmarp.h | 57 uint16 htype; /* Header type (1 = ethernet) */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmarp.h | 57 uint16 htype; /* Header type (1 = ethernet) */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmarp.h | 48 uint16 htype; /* Header type (1 = ethernet) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmarp.h | 48 uint16 htype; /* Header type (1 = ethernet) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl.c | 517 enum flow_action_mangle_base htype; member 529 .htype = _htype, \ 628 enum flow_action_mangle_base htype, in mlxsw_sp_acl_rulei_act_mangle() argument 638 if (mact->htype == htype && in mlxsw_sp_acl_rulei_act_mangle()
|
| H A D | spectrum_flower.c | 171 enum flow_action_mangle_base htype = act->mangle.htype; in mlxsw_sp_flower_parse_actions() local 179 htype, offset, in mlxsw_sp_flower_parse_actions()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | core_irongate.h | 97 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 229 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local 234 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension() 235 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension() 253 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension() 254 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_arp.c | 33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | spu2.h | 191 enum hash_type htype);
|