Home
last modified time | relevance | path

Searched refs:BoundarySize (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
H A DCEATABlockIo.c91 UINT32 BoundarySize;
98 BoundarySize = CardData->SDHostIo->HostCapability.BoundarySize;
131 if (BufferSize < BoundarySize) {
134 TransferSize = BoundarySize;
200 UINT32 BoundarySize;
208 BoundarySize = CardData->SDHostIo->HostCapability.BoundarySize;
244 if (BufferSize < BoundarySize) {
247 TransferSize = BoundarySize;
H A DSDMediaDevice.c158 ASSERT (SDHostIo->HostCapability.BoundarySize >= 4 * 1024);
163 EFI_SIZE_TO_PAGES (2 * SDHostIo->HostCapability.BoundarySize),
172 …>RawBufferPointer) & (SDHostIo->HostCapability.BoundarySize - 1)) + SDHostIo->HostCapability.Bound…
233 …(UINTN) CardData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * SDHostIo->HostCapability.BoundarySize));
300 …rdData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * CardData->SDHostIo->HostCapability.BoundarySize));
H A DMMCSDBlockIo.c137 if (RemainingLength > SDHostIo->HostCapability.BoundarySize) { in MMCSDBlockReadBlocks()
138 TransferLength = SDHostIo->HostCapability.BoundarySize; in MMCSDBlockReadBlocks()
359 if (RemainingLength > SDHostIo->HostCapability.BoundarySize) { in MMCSDBlockWriteBlocks()
360 TransferLength = SDHostIo->HostCapability.BoundarySize; in MMCSDBlockWriteBlocks()
H A DCEATA.c122 if (TransferLength > SDHostIo->HostCapability.BoundarySize) { in ReadWriteMultipleBlock()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowlib/src/
H A Dcow_multipart.erl143 BoundarySize = byte_size(Boundary),
146 << Boundary:BoundarySize/binary, "--", Stream2/bits >> ->
148 << Boundary:BoundarySize/binary, Stream2/bits >> ->
254 BoundarySize = byte_size(Boundary),
256 << "--", Boundary:BoundarySize/binary, _/bits >> ->
264 From = StreamSize - BoundarySize - 3,
/dports/devel/elixir-plug/plug-1.4.5/src/
H A Dplug_multipart.erl156 BoundarySize = byte_size(Boundary),
159 << Boundary:BoundarySize/binary, "--", Stream2/bits >> ->
161 << Boundary:BoundarySize/binary, Stream2/bits >> ->
267 BoundarySize = byte_size(Boundary),
269 << "--", Boundary:BoundarySize/binary, _/bits >> ->
277 From = StreamSize - BoundarySize - 3,
/dports/www/erlang-cowlib/cowlib-1.0.2/src/
H A Dcow_multipart.erl120 BoundarySize = byte_size(Boundary),
123 << Boundary:BoundarySize/binary, "--", Stream2/bits >> ->
125 << Boundary:BoundarySize/binary, Stream2/bits >> ->
232 BoundarySize = byte_size(Boundary),
234 << "--", Boundary:BoundarySize/binary, _/bits >> ->
242 From = StreamSize - BoundarySize - 3,
/dports/www/osrm-backend/osrm-backend-5.26.0/include/partitioner/
H A Dcell_storage.hpp57 using BoundarySize = std::uint32_t; typedef in osrm::partitioner::detail::CellStorageImpl
67 BoundarySize num_source_nodes = 0;
68 BoundarySize num_destination_nodes = 0;
83 BoundarySize num_source_nodes;
84 BoundarySize num_destination_nodes;
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DXimTrX.h75 CARD32 BoundarySize; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkSouthCluster/Include/
H A DSDHostIo.h309 UINT32 BoundarySize; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
H A DSdhc.h87 UINT32 BoundarySize; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
H A DSdhc.h81 UINT32 BoundarySize; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
H A DSdHostIo.h152 UINT32 BoundarySize; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
H A DSdHostIo.h146 UINT32 BoundarySize; member
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/
H A DimTrX.c218 spec->BoundarySize = (CARD32)event.xclient.data.l[3]; in _XimXConnect()
279 BoundSize = spec->BoundarySize; in _XimXWrite()
/dports/www/erlang-hackney/hackney-1.8.6/src/
H A Dhackney_multipart.erl300 BoundarySize = byte_size(Boundary),
303 <<"--", Boundary:BoundarySize/binary, Rest/binary>> ->
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
H A DSDController.c463 if (((UINTN)Buffer & (This->HostCapability.BoundarySize - 1)) != (UINTN)NULL) {