Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsapdec.c94 int addr_type, auth_len; in sap_read_header() local
119 addr_type = recvbuf[0] & 0x10; in sap_read_header()
123 if (addr_type) in sap_read_header()
/third_party/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()
/third_party/gstreamer/gstplugins_bad/ext/sctp/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.c5317 sup_addr->addr_type[i++] = htons(SCTP_IPV4_ADDRESS);
5320 sup_addr->addr_type[i++] = htons(SCTP_IPV6_ADDRESS);
6113 stc.addr_type = SCTP_IPV4_ADDRESS;
6139 stc.addr_type = SCTP_IPV6_ADDRESS;
6200 stc.addr_type = SCTP_CONN_ADDRESS;
6253 stc.addr_type = SCTP_IPV4_ADDRESS;
6285 stc.addr_type = SCTP_IPV6_ADDRESS;
6316 stc.addr_type = SCTP_CONN_ADDRESS;
6642 if (stc.addr_type == SCTP_CONN_ADDRESS) {
Dsctp_input.c2634 if ((cookie->addr_type == SCTP_CONN_ADDRESS) && (src->sa_family == AF_CONN)) {
2802 switch (cookie->addr_type) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp67 typedef typename ELFT::uint addr_type; typedef in __anon4fabd93a0111::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()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c685 LLVMTypeRef int_type, addr_type; in calc_memop_addr() local
696 addr_type = LLVMPointerType(insn_symbol_type(insn), as); in calc_memop_addr()
697 src = LLVMBuildPointerCast(fn->builder, src, addr_type, LLVMGetValueName(src)); in calc_memop_addr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm.c1849 const unsigned addr_type = lsc_msg_desc_addr_type(devinfo, imm_desc); in lsc_disassemble_ex_desc() local
1850 switch (addr_type) { in lsc_disassemble_ex_desc()
1867 format(file, "unsupported address surface type %d", addr_type); in lsc_disassemble_ex_desc()
Dbrw_eu.h1275 enum lsc_addr_surface_type addr_type, in lsc_msg_desc() argument
1300 SET_BITS(addr_type, 30, 29); in lsc_msg_desc()
/third_party/python/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
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h68889 u16 addr_type; member
88329 int addr_type; member