Home
last modified time | relevance | path

Searched refs:sring (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/math/singular/Singular-Release-4-2-1/kernel/groebner_walk/
H A DwalkProc.cc58 if ( rChar(sring) != rChar(dring) ) in walkConsistency()
69 else if ( sring->N != dring->N ) in walkConsistency()
84 int nvar = rVar(sring); in walkConsistency()
85 int npar = rPar(sring); in walkConsistency()
170 while(sring->order[i]!=0) in walkConsistency()
225 if ( rChar(sring) != rChar(dring) ) in fractalWalkConsistency()
238 if ( rVar(sring) != rVar(dring) ) in fractalWalkConsistency()
244 if ( rPar(sring) != rPar(dring) ) in fractalWalkConsistency()
254 int nvar = sring->N; in fractalWalkConsistency()
255 int npar = rPar(sring); in fractalWalkConsistency()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c65 if (!sring || !sring->va) in wil_sring_free()
68 sz = sring->elem_size * sring->size; in wil_sring_free()
71 sz, sring->va, &sring->pa); in wil_sring_free()
82 size_t sz = sring->elem_size * sring->size; in wil_sring_alloc()
217 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_rx_status_msg()
226 sring->swhead = (sring->swhead + 1) % sring->size; in wil_sring_advance_swhead()
228 sring->desc_rdy_pol = 1 - sring->desc_rdy_pol; in wil_sring_advance_swhead()
896 (sring->va + (sring->elem_size * sring->swhead)); in wil_sring_reap_rx_edma()
1112 wil_w(wil, sring->hwtail, (sring->swhead - 1) % sring->size); in wil_rx_handle_edma()
1147 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_tx_status_msg()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c65 if (!sring || !sring->va) in wil_sring_free()
68 sz = sring->elem_size * sring->size; in wil_sring_free()
71 sz, sring->va, &sring->pa); in wil_sring_free()
82 size_t sz = sring->elem_size * sring->size; in wil_sring_alloc()
217 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_rx_status_msg()
226 sring->swhead = (sring->swhead + 1) % sring->size; in wil_sring_advance_swhead()
228 sring->desc_rdy_pol = 1 - sring->desc_rdy_pol; in wil_sring_advance_swhead()
896 (sring->va + (sring->elem_size * sring->swhead)); in wil_sring_reap_rx_edma()
1112 wil_w(wil, sring->hwtail, (sring->swhead - 1) % sring->size); in wil_rx_handle_edma()
1147 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_tx_status_msg()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c65 if (!sring || !sring->va) in wil_sring_free()
68 sz = sring->elem_size * sring->size; in wil_sring_free()
71 sz, sring->va, &sring->pa); in wil_sring_free()
82 size_t sz = sring->elem_size * sring->size; in wil_sring_alloc()
217 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_rx_status_msg()
226 sring->swhead = (sring->swhead + 1) % sring->size; in wil_sring_advance_swhead()
228 sring->desc_rdy_pol = 1 - sring->desc_rdy_pol; in wil_sring_advance_swhead()
896 (sring->va + (sring->elem_size * sring->swhead)); in wil_sring_reap_rx_edma()
1112 wil_w(wil, sring->hwtail, (sring->swhead - 1) % sring->size); in wil_rx_handle_edma()
1147 (sring->va + (sring->elem_size * sring->swhead)); in wil_get_next_tx_status_msg()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/net/ipxe/ipxe-2265a65/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dring.h108 struct __name##_sring *sring; \
116 struct __name##_sring *sring; \
151 (_r)->sring = (_s); \
158 (_r)->sring = (_s); \
177 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
181 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \
189 ((((_r)->sring->req_prod - (_r)->req_cons) < \
191 ((_r)->sring->req_prod - (_r)->req_cons) : \
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
200 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/xen/io/
H A Dring.h126 struct __name##_sring *sring; \
134 struct __name##_sring *sring; \
169 (_r)->sring = (_s); \
176 (_r)->sring = (_s); \
195 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
199 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
207 ((((_r)->sring->req_prod - (_r)->req_cons) < \
209 ((_r)->sring->req_prod - (_r)->req_cons) : \
215 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
218 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/xen/interface/io/
H A Dring.h138 struct __name##_sring *sring; \
146 struct __name##_sring *sring; \
181 (_r)->sring = (_s); \
188 (_r)->sring = (_s); \
207 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
211 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
219 ((((_r)->sring->req_prod - (_r)->req_cons) < \
221 ((_r)->sring->req_prod - (_r)->req_cons) : \
227 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
244 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/xen/interface/io/
H A Dring.h116 struct __name##_sring *sring; \
124 struct __name##_sring *sring; \
159 (_r)->sring = (_s); \
166 (_r)->sring = (_s); \
185 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
189 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
197 ((((_r)->sring->req_prod - (_r)->req_cons) < \
199 ((_r)->sring->req_prod - (_r)->req_cons) : \
205 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
222 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/xen/interface/io/
H A Dring.h116 struct __name##_sring *sring; \
124 struct __name##_sring *sring; \
159 (_r)->sring = (_s); \
166 (_r)->sring = (_s); \
185 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
189 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
197 ((((_r)->sring->req_prod - (_r)->req_cons) < \
199 ((_r)->sring->req_prod - (_r)->req_cons) : \
205 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
222 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/xen/interface/io/
H A Dring.h116 struct __name##_sring *sring; \
124 struct __name##_sring *sring; \
159 (_r)->sring = (_s); \
166 (_r)->sring = (_s); \
185 ((_r)->sring->rsp_prod - (_r)->rsp_cons)
189 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
197 ((((_r)->sring->req_prod - (_r)->req_cons) < \
199 ((_r)->sring->req_prod - (_r)->req_cons) : \
205 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
222 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
[all …]

12345678910>>...15