Home
last modified time | relevance | path

Searched refs:addr_type (Results 1 – 25 of 26) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Dipmi.h54 int addr_type; member
66 int addr_type; member
77 int addr_type; member
102 int addr_type; member
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp235 AddressType addr_type; in LibStdcppStringSummaryProvider() local
237 valobj.GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppStringSummaryProvider()
239 switch (addr_type) { in LibStdcppStringSummaryProvider()
284 AddressType addr_type; in LibStdcppWStringSummaryProvider() local
286 valobj.GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppWStringSummaryProvider()
288 switch (addr_type) { in LibStdcppWStringSummaryProvider()
/external/webrtc/rtc_base/
Dserver_socket_adapters.cc142 uint8_t ver, command, reserved, addr_type; in HandleConnect() local
146 !request->ReadUInt8(&reserved) || !request->ReadUInt8(&addr_type) || in HandleConnect()
152 if (ver != 5 || command != 1 || reserved != 0 || addr_type != 1) { in HandleConnect()
/external/scapy/scapy/layers/
Dsctp.py373 lambda p: p.addr_type == 5),
376 lambda p: p.addr_type == 6),]
388 lambda p: p.addr_type == 5),
391 lambda p: p.addr_type == 6),]
412 lambda p: p.addr_type == 5),
415 lambda p: p.addr_type == 6),]
/external/ppp/pppd/
Dcbcp.c310 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/f2fs-tools/fsck/
Dsegment.c248 u64 count, pgoff_t offset, enum wr_addr_type addr_type) in f2fs_write_ex() argument
262 bool has_data = (addr_type == WR_NORMAL in f2fs_write_ex()
263 || addr_type == WR_COMPRESS_DATA); in f2fs_write_ex()
273 if (addr_type != WR_NORMAL) in f2fs_write_ex()
307 dn.data_blkaddr = addr_type; in f2fs_write_ex()
352 if (addr_type == WR_NORMAL && offset > le64_to_cpu(inode->i.i_size)) { in f2fs_write_ex()
/external/arm-trusted-firmware/plat/intel/soc/common/drivers/qspi/
Dcadence_qspi.c54 uint32_t addr_type, uint32_t data_type, in cad_qspi_set_read_config() argument
60 CAD_QSPI_DEV_ADDR_TYPE(addr_type) | in cad_qspi_set_read_config()
68 int cad_qspi_set_write_config(uint32_t opcode, uint32_t addr_type, in cad_qspi_set_write_config() argument
73 CAD_QSPI_DEV_ADDR_TYPE(addr_type) | in cad_qspi_set_write_config()
/external/llvm-project/lldb/source/API/
DSBValue.cpp1313 AddressType addr_type; in GetLoadAddress() local
1314 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type); in GetLoadAddress()
1315 if (addr_type == eAddressTypeFile) { in GetLoadAddress()
1324 } else if (addr_type == eAddressTypeHost || in GetLoadAddress()
1325 addr_type == eAddressTypeInvalid) in GetLoadAddress()
1344 AddressType addr_type; in GetAddress() local
1345 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type); in GetAddress()
1346 if (addr_type == eAddressTypeFile) { in GetAddress()
1350 } else if (addr_type == eAddressTypeLoad) { in GetAddress()
/external/usrsctp/usrsctplib/netinet/
Dsctp_header.h96 uint16_t addr_type[2]; /* array of supported address types */ member
218 uint32_t addr_type; /* address type */ member
Dsctp_output.c5364 sup_addr->addr_type[i++] = htons(SCTP_IPV4_ADDRESS);
5367 sup_addr->addr_type[i++] = htons(SCTP_IPV6_ADDRESS);
6161 stc.addr_type = SCTP_IPV4_ADDRESS;
6187 stc.addr_type = SCTP_IPV6_ADDRESS;
6248 stc.addr_type = SCTP_CONN_ADDRESS;
6301 stc.addr_type = SCTP_IPV4_ADDRESS;
6333 stc.addr_type = SCTP_IPV6_ADDRESS;
6364 stc.addr_type = SCTP_CONN_ADDRESS;
/external/iproute2/tc/
Df_flower.c84 static int flower_parse_eth_addr(char *str, int addr_type, int mask_type, in flower_parse_eth_addr() argument
97 addattr_l(n, MAX_MSG, addr_type, addr, sizeof(addr)); in flower_parse_eth_addr()
305 int addr_type, int mask_type, in flower_parse_arp_ip_addr() argument
311 return __flower_parse_ip_addr(str, AF_INET, addr_type, mask_type, in flower_parse_arp_ip_addr()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp952 AddressType addr_type; in DoExecute() local
953 addr = valobj_sp->GetAddressOf(false, &addr_type); in DoExecute()
954 if (addr_type == eAddressTypeLoad) { in DoExecute()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td2755 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/
DRuntimeDyldELF.cpp45 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in __anon5b0ead5a0111::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()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp67 typedef typename ELFT::uint addr_type; typedef in __anon95faae480111::DyldELFObject
120 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress()
132 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress()
151 typedef typename ELFT::uint addr_type; in createRTDyldELFObject() typedef
177 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp67 typedef typename ELFT::uint addr_type; typedef in __anon8c9392bc0111::DyldELFObject
120 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress()
132 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress()
151 typedef typename ELFT::uint addr_type; in createRTDyldELFObject() typedef
177 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
/external/llvm-project/lldb/examples/summaries/cocoa/
Dobjc_runtime.py693 self.types_cache.addr_type = valobj.GetType(
695 self.types_cache.addr_ptr_type = self.types_cache.addr_type.GetPointerType()
/external/webrtc/pc/
Dwebrtc_sdp.cc759 std::string* addr_type) { in GetDefaultDestination() argument
760 *addr_type = kConnectionIpv4Addrtype; in GetDefaultDestination()
784 addr_type->assign(kConnectionIpv4Addrtype); in GetDefaultDestination()
786 addr_type->assign(kConnectionIpv6Addrtype); in GetDefaultDestination()
797 std::string rtcp_line, rtcp_port, rtcp_ip, addr_type; in GetRtcpLine() local
799 &rtcp_ip, &addr_type); in GetRtcpLine()
811 << addr_type << " " << rtcp_ip; in GetRtcpLine()
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c1402 enum addr_type { enum
1411 enum addr_type atype) in convert_addr()
/external/python/cpython2/Doc/library/
Dsocket.rst75 ``(addr_type, v1, v2, v3 [, scope])``, where:
77 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`,
81 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is
84 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2*
87 If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the
/external/llvm-project/lldb/source/Core/
DValueObject.cpp763 AddressType addr_type; in GetPointeeData() local
764 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) in GetPointeeData()
765 : GetAddressOf(true, &addr_type); in GetPointeeData()
767 switch (addr_type) { in GetPointeeData()
/external/python/cpython3/Doc/library/
Dsocket.rst98 ``(addr_type, v1, v2, v3 [, scope])``, where:
100 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`,
104 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is
107 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2*
110 If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the
/external/rust/crates/structopt/
DCHANGELOG.md236 addr_type: AddrType // this adds `addr-type` subcommand
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout4487 … int addr_type = 4, load_size = 8, load_type = ((vtop->type.t & 0x000f) == 13) ? 4 : 9;
4506 vtop->type.t = addr_type;
5937 … int addr_type = 4, load_size = 8, load_type = ((vtop->type.t & 0x000f) == 13) ? 4 : 9;
5946 vtop->type.t = addr_type;
/external/cpuinfo/test/dmesg/
Dnexus6p.log1674 [ 8.387494] camera id 2 Slave addr 0x20 addr_type 2
1687 [ 8.452102] camera id 2 Slave addr 0x20 addr_type 2
1699 [ 8.505200] camera id 0 Slave addr 0x34 addr_type 2

12