Home
last modified time | relevance | path

Searched refs:tip (Results 26 - 50 of 62) sorted by relevance

123

/third_party/lame/ACM/
H A DAEncodeProperties.h45 const char *tip; member
/test/xts/hats/useriam/faceauth_additional/src/
H A Dface_auth_hdi.cpp56 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
67 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
69 cout << "tip is " << tip << " extraInfo len is " << extraInfo.size() << endl;
/test/xts/hats/useriam/fingerprintauth_additional/src/
H A Dfingerprint_auth_hdi.cpp54 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
65 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
67 cout << "tip is " << tip << " extraInfo len is " << extraInfo.size() << endl;
/kernel/linux/linux-5.10/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h152 * tip: Target IP address
159 __u32 tip; member
/third_party/toybox/toys/pending/
H A Droute.c303 static void is_prefix_inet6(char **tip, struct in6_rtmsg *rt) in is_prefix_inet6() argument
306 char *prefix = strchr(*tip, '/'); in is_prefix_inet6()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l43-jack.c69 /* This tip sense invert is always set, HW wants an inverted signal */ in cs42l43_set_jack()
142 ret = device_property_read_u32(cs42l43->dev, "cirrus,tip-debounce-ms", in cs42l43_set_jack()
145 dev_err(priv->dev, "Property cirrus,tip-debounce-ms malformed: %d\n", ret); in cs42l43_set_jack()
149 /* This tip sense invert is set normally, as TIPSENSE_INV already inverted */ in cs42l43_set_jack()
150 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert")) in cs42l43_set_jack()
153 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup")) in cs42l43_set_jack()
158 ret = cs42l43_find_index(priv, "cirrus,tip-fall-db-ms", 500, in cs42l43_set_jack()
166 ret = cs42l43_find_index(priv, "cirrus,tip-rise-db-ms", 500, in cs42l43_set_jack()
706 unsigned int tip, ring; in cs42l43_tip_sense_work() local
711 dev_err(priv->dev, "Failed to resume for tip wor in cs42l43_tip_sense_work()
[all...]
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp60 int32_t OnTip(int32_t tip, const std::vector<uint8_t>& extraInfo) override
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h129 virtual bool CalculateTipPoint(struct libinput_event_tablet_tool* tip,
H A Dinput_windows_manager.h138 bool TransformTipPoint(struct libinput_event_tablet_tool* tip, PhysicalCoordinate& coord, int32_t& displayId) const;
139 bool CalculateTipPoint(struct libinput_event_tablet_tool* tip,
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h154 * @tip: Target IP address
161 __u32 tip; member
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/
H A Dnopermisson.js237 // register result and tip
248 authInstance.on("tip", {
251 console.log("authV9 tip " + result.tip);
262 // unregister result and tip
265 authInstance.off("tip");
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl.c1878 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1927 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1929 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1934 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1944 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl.c1670 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1719 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1721 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1726 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1736 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/
H A Dexceptionprompt.js170 Text.create(this.options.tip);
/test/xts/hats/useriam/pinauth/src/
H A Dpin_auth_hdi.cpp70 int32_t OnTip(int32_t tip, const std::vector<uint8_t>& extraInfo) override
/kernel/linux/linux-5.10/net/ipv4/
H A Dipconfig.c479 __be32 sip, tip; in ic_rarp_recv() local
537 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
550 ic_myaddr = tip; in ic_rarp_recv()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipconfig.c503 __be32 sip, tip; in ic_rarp_recv() local
561 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
574 ic_myaddr = tip; in ic_rarp_recv()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp197 std::optional<std::string> tip; in Create() local
205 tip = ""; in Create()
208 tip = placeholder; in Create()
237 auto controller = SearchModel::GetInstance()->Create(key, tip, src); in Create()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c2859 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2863 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
2864 slave_dbg(bond->dev, slave->dev, "%s: sip %pI4 tip %pI4 not found\n", in bond_validate_arp()
2865 __func__, &sip, &tip); in bond_validate_arp()
2885 __be32 sip, tip; in bond_arp_rcv() local
2923 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
2925 slave_dbg(bond->dev, slave->dev, "%s: %s/%d av %d sv %d sip %pI4 tip %pI4\n", in bond_arp_rcv()
2928 &sip, &tip); in bond_arp_rcv()
2950 * this is checking the request, sip/tip are swapped for in bond_arp_rcv()
2957 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c3056 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
3060 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
3061 slave_dbg(bond->dev, slave->dev, "%s: sip %pI4 tip %pI4 not found\n", in bond_validate_arp()
3062 __func__, &sip, &tip); in bond_validate_arp()
3082 __be32 sip, tip; in bond_arp_rcv() local
3107 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
3109 slave_dbg(bond->dev, slave->dev, "%s: %s/%d av %d sv %d sip %pI4 tip %pI4\n", in bond_arp_rcv()
3112 &sip, &tip); in bond_arp_rcv()
3134 * this is checking the request, sip/tip are swapped for in bond_arp_rcv()
3141 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c1629 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key()
1630 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key()
1631 sizeof(key->arp.tip)); in fl_set_key()
2976 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key()
2977 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key()
2979 sizeof(key->arp.tip)) || in fl_dump_key()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c1986 __be32 sip, tip; in arp_reduce() local
2011 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
2013 if (ipv4_is_loopback(tip) || in arp_reduce()
2014 ipv4_is_multicast(tip)) in arp_reduce()
2017 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
2035 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
2052 .sin.sin_addr.s_addr = tip, in arp_reduce()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c1829 __be32 sip, tip; in arp_reduce() local
1854 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
1856 if (ipv4_is_loopback(tip) || in arp_reduce()
1857 ipv4_is_multicast(tip)) in arp_reduce()
1860 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
1878 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
1899 .sin.sin_addr.s_addr = tip, in arp_reduce()

Completed in 49 milliseconds

123