/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 2503 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex); in Emit() 2505 stp(x29, x30, tos); in Emit() 2506 stp(x27, x28, tos); in Emit() 2507 stp(x25, x26, tos); in Emit() 2508 stp(x23, x24, tos); in Emit() 2509 stp(x21, x22, tos); in Emit() 2510 stp(x19, x20, tos); in Emit() 2512 stp(d14, d15, tos); in Emit() 2513 stp(d12, d13, tos); in Emit() 2514 stp(d10, d11, tos); in Emit() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 1021 hi_s32 tos; in ip_start_tcp_client() local 1042 tos = 128; /* 128:TOS设定为128,对应tid = 4,WLAN_WME_AC_VI */ in ip_start_tcp_client() 1043 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_tcp_client() 1104 hi_u32 tos; in ip_start_udp() local 1133 tos = 128; /* 128:TOS is set to 128, corresponding to tid = 4,WLAN_WME_AC_VI */ in ip_start_udp() 1134 ret = setsockopt(sfd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); in ip_start_udp()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.h | 89 void* tos; // Top stack value (*sp). member
|
H A D | tick-sample.cc | 196 // tos = in Init() 198 tos = nullptr; in Init() 200 tos = nullptr; in Init() 367 has_external_callback ? "external_callback_entry" : "tos", tos); in print()
|
H A D | symbolizer.cc | 79 attributed_pc = reinterpret_cast<Address>(sample.tos); in SymbolizeTickSample()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 489 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) 512 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 364 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) 381 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK)
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.cc | 130 unsigned int tos = pi.ecn; in quic_send_packet() local 131 memcpy(CMSG_DATA(cm), &tos, sizeof(tos)); in quic_send_packet() local
|
H A D | util.cc | 1775 unsigned int tos; in msghdr_get_ecn() local 1777 memcpy(&tos, CMSG_DATA(cmsg), sizeof(tos)); in msghdr_get_ecn() 1779 return tos & IPTOS_ECN_MASK; in msghdr_get_ecn()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_sockopt.rs | 410 let tos = 0x80; // CS4 in test_ip_tos() 411 setsockopt(fd, sockopt::IpTos, &tos).unwrap(); in test_ip_tos() 412 assert_eq!(getsockopt(fd, sockopt::IpTos).unwrap(), tos); in test_ip_tos()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_eth_conf_1_0.h | 234 uint8_t tos; /**< Type of service to match. */ member
|
H A D | layout_eth_conf.h | 233 uint8_t tos; /**< Type of service to match. */ member
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 2177 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n" in show_iprule_help() 2186 {"order", 2}, {"priority", 2}, {"tos", 3}, {"dsfield", 3}, {"fwmark", 4}, in ruleupdate() 2243 uint32_t tos; in ruleupdate() local 2245 if ((tos = idxfromRPDB(*argv, RPDB_rtdsfield)) < 0) in ruleupdate() 2247 request.msg.rtm_tos = tos; in ruleupdate() 2364 printf("tos %s ", namefromRPDB(msg->rtm_tos, RPDB_rtdsfield)); in show_rules() 2426 " [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]"); in show_iptunnel_help() 2474 if (ptnl->iph.tos) { in display_tunnel() 2475 printf(" tos"); in display_tunnel() 2476 if (ptnl->iph.tos in display_tunnel() [all...] |
/third_party/lwip/src/core/ |
H A D | tcp_out.c | 1621 pcb->tos, IP_PROTO_TCP, netif); in tcp_output_segment() 1946 u8_t ttl, tos; in tcp_output_control_segment() local 1957 tos = pcb->tos; in tcp_output_control_segment() 1961 tos = 0; in tcp_output_control_segment() 1964 err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif); in tcp_output_control_segment()
|
H A D | raw.c | 549 err = ip_output_if(q, src_ip, dst_ip, ttl, pcb->tos, pcb->protocol, netif); in raw_sendto_if_src()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmip.h | 124 uint8 tos; /* Type Of Service */ member
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 2173 double tos = test->oppPtTStart()->fT; in DebugCheckOverlap() 2174 SkASSERT(between(0, tos, 1)); in DebugCheckOverlap() 2177 SkASSERT(tos != toe); in DebugCheckOverlap() 2178 if (tos > toe) { in DebugCheckOverlap() 2180 swap(tos, toe); in DebugCheckOverlap() 2212 SkASSERT(toe < los || loe < tos); in DebugCheckOverlap()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 61 uint8_t tos;
member
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv4_sender.c | 368 pkt.hdr.tos = 0; in create_clean_packet()
|
H A D | ns-icmp_redirector.c | 407 sndip_p->hdr.tos = 0; in return_icmp4_redirect()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_eth_conf.rs | 1233 pub tos: u8, 1275 unsafe { ::std::ptr::addr_of!((*ptr).tos) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_ipv4_flow() 1281 stringify!(tos) in bindgen_test_layout_rte_eth_ipv4_flow()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 1914 u8 tos; in hostapd_ctrl_iface_data_test_tx() local 1925 /* format: <dst> <src> <tos> [len=<length>] */ in hostapd_ctrl_iface_data_test_tx() 1942 tos = val; in hostapd_ctrl_iface_data_test_tx() 1961 ip->tos = tos; in hostapd_ctrl_iface_data_test_tx() 1976 " src=" MACSTR " tos=0x%x", MAC2STR(dst), MAC2STR(src), tos); in hostapd_ctrl_iface_data_test_tx()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3679 pub fn IPTOS_TOS(tos: u8) -> u8 { in IPTOS_TOS() 3680 tos & IPTOS_TOS_MASK in IPTOS_TOS() 3683 pub fn IPTOS_PREC(tos: u8) -> u8 { in IPTOS_PREC() 3684 tos & IPTOS_PREC_MASK in IPTOS_PREC() 3687 pub fn RT_TOS(tos: u8) -> u8 { in RT_TOS() 3688 tos & ::IPTOS_TOS_MASK in RT_TOS()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1825 tos->addAll(*s); in doParseActions() 1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1837 tos->addAll(*s); in doParseActions()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 1824 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1825 tos->addAll(*s); in doParseActions() 1836 UnicodeSet *tos = (UnicodeSet *)fSetStack.peek(); in doParseActions() local 1837 tos->addAll(*s); in doParseActions()
|