Searched refs:__ds (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admswvar.h180 struct admsw_descsoft *__ds = &(sc)->sc_rxhsoft[(x)]; \
182 struct mbuf *__m = __ds->ds_mbuf; \
185 __desc->data = __ds->ds_addr[0] + 2; \
197 struct admsw_descsoft *__ds = &(sc)->sc_rxlsoft[(x)]; \
199 struct mbuf *__m = __ds->ds_mbuf; \
202 __desc->data = __ds->ds_addr[0] + 2; \
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp105 __dir_stream(__dir_stream&& __ds) noexcept : __stream_(__ds.__stream_),
106 __root_(move(__ds.__root_)),
107 __entry_(move(__ds.__entry_)) {
108 __ds.__stream_ = INVALID_HANDLE_VALUE;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp93 unsigned int __ds; member in struct:libunwind::Registers_x86::GPRs

Completed in 119 milliseconds