/external/kernel-headers/original/uapi/linux/ |
D | ipmi.h | 73 int addr_type; member 85 int addr_type; member 96 int addr_type; member 121 int addr_type; member
|
/external/ppp/pppd/ |
D | cbcp.c | 310 u_char type, opt_len, delay, addr_type; local 337 GETCHAR(addr_type, pckt); 451 u_char type, delay, addr_type; local 464 GETCHAR(addr_type, pckt);
|
/external/webrtc/webrtc/base/ |
D | socketadapters.cc | 803 uint8_t ver, command, reserved, addr_type; in HandleConnect() local 809 !request->ReadUInt8(&addr_type) || in HandleConnect() 817 reserved != 0 || addr_type != 1) { in HandleConnect()
|
/external/iproute2/tc/ |
D | f_flower.c | 48 static int flower_parse_eth_addr(char *str, int addr_type, int mask_type, in flower_parse_eth_addr() argument 57 addattr_l(n, MAX_MSG, addr_type, addr, sizeof(addr)); in flower_parse_eth_addr()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 679 std::string* ip, std::string* addr_type) { in GetDefaultDestination() argument 680 *addr_type = kConnectionIpv4Addrtype; in GetDefaultDestination() 705 addr_type->assign(kConnectionIpv4Addrtype); in GetDefaultDestination() 707 addr_type->assign(kConnectionIpv6Addrtype); in GetDefaultDestination() 732 std::string rtp_port, rtp_ip, addr_type; in UpdateMediaDefaultDestination() local 734 &rtp_port, &rtp_ip, &addr_type); in UpdateMediaDefaultDestination() 752 os << " " << addr_type << " " << rtp_ip; in UpdateMediaDefaultDestination() 759 std::string rtcp_line, rtcp_port, rtcp_ip, addr_type; in GetRtcpLine() local 761 &rtcp_port, &rtcp_ip, &addr_type); in GetRtcpLine() 775 << addr_type << " " in GetRtcpLine()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2755 MIMG sample_d, MIMG sample_c_d, ValueType addr_type> { 2756 def : SamplePattern <SIsample, sample, addr_type>; 2757 def : SampleRectPattern <SIsample, sample, addr_type>; 2758 def : SampleArrayPattern <SIsample, sample, addr_type>; 2759 def : SampleShadowPattern <SIsample, sample_c, addr_type>; 2760 def : SampleShadowArrayPattern <SIsample, sample_c, addr_type>; 2762 def : SamplePattern <SIsamplel, sample_l, addr_type>; 2763 def : SampleArrayPattern <SIsamplel, sample_l, addr_type>; 2764 def : SampleShadowPattern <SIsamplel, sample_c_l, addr_type>; 2765 def : SampleShadowArrayPattern <SIsamplel, sample_c_l, addr_type>; [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 45 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in __anon5796c0730111::DyldELFObject 84 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress() 96 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress() 116 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; in createRTDyldELFObject() typedef 134 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
|