Home
last modified time | relevance | path

Searched refs:ValidateBuffer (Results 1 – 24 of 24) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dselection_vector.cc92 ARROW_RETURN_NOT_OK(SelectionVectorInt16::ValidateBuffer(max_slots, buffer)); in MakeInt16()
116 ARROW_RETURN_NOT_OK(SelectionVectorInt32::ValidateBuffer(max_slots, buffer)); in MakeInt32()
142 ARROW_RETURN_NOT_OK(SelectionVectorInt64::ValidateBuffer(max_slots, buffer)); in MakeInt64()
167 Status SelectionVectorImpl<C_TYPE, A_TYPE, mode>::ValidateBuffer( in ValidateBuffer() function in gandiva::SelectionVectorImpl
H A Dselection_vector_impl.h78 static Status ValidateBuffer(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dselection_vector.cc92 ARROW_RETURN_NOT_OK(SelectionVectorInt16::ValidateBuffer(max_slots, buffer)); in MakeInt16()
116 ARROW_RETURN_NOT_OK(SelectionVectorInt32::ValidateBuffer(max_slots, buffer)); in MakeInt32()
142 ARROW_RETURN_NOT_OK(SelectionVectorInt64::ValidateBuffer(max_slots, buffer)); in MakeInt64()
167 Status SelectionVectorImpl<C_TYPE, A_TYPE, mode>::ValidateBuffer( in ValidateBuffer() function in gandiva::SelectionVectorImpl
H A Dselection_vector_impl.h78 static Status ValidateBuffer(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dselection_vector.cc91 ARROW_RETURN_NOT_OK(SelectionVectorInt16::ValidateBuffer(max_slots, buffer)); in MakeInt16()
115 ARROW_RETURN_NOT_OK(SelectionVectorInt32::ValidateBuffer(max_slots, buffer)); in MakeInt32()
141 ARROW_RETURN_NOT_OK(SelectionVectorInt64::ValidateBuffer(max_slots, buffer)); in MakeInt64()
166 Status SelectionVectorImpl<C_TYPE, A_TYPE, mode>::ValidateBuffer( in ValidateBuffer() function in gandiva::SelectionVectorImpl
H A Dselection_vector_impl.h78 static Status ValidateBuffer(int64_t max_slots, std::shared_ptr<arrow::Buffer> buffer);
/dports/games/edge/Edge-1.35-source/src/
H A Dr_occlude.cc46 static void ValidateBuffer(void) in ValidateBuffer() function
97 ValidateBuffer(); in RGL_1DOcclusionClear()
227 ValidateBuffer(); in RGL_1DOcclusionSet()
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Collision/
H A Db2PairManager.cpp237 ValidateBuffer(); in AddBufferedPair()
273 ValidateBuffer(); in RemoveBufferedPair()
337 void b2PairManager::ValidateBuffer() in ValidateBuffer() function in b2PairManager
H A Db2PairManager.h105 void ValidateBuffer();
/dports/devel/love5/love-0.5-0/src/box2d/Source/Collision/
H A Db2PairManager.cpp237 ValidateBuffer(); in AddBufferedPair()
273 ValidateBuffer(); in RemoveBufferedPair()
337 void b2PairManager::ValidateBuffer() in ValidateBuffer() function in b2PairManager
H A Db2PairManager.h105 void ValidateBuffer();
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Collision/
H A Db2PairManager.cpp237 ValidateBuffer(); in AddBufferedPair()
273 ValidateBuffer(); in RemoveBufferedPair()
337 void b2PairManager::ValidateBuffer() in ValidateBuffer() function in b2PairManager
H A Db2PairManager.h105 void ValidateBuffer();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/WebSockets/
H A DWebSocketValidate.cs143 internal static void ValidateBuffer(byte[] buffer, int offset, int count) in ValidateBuffer() method in System.Net.WebSockets.WebSocketValidate
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dexpdf.cxx693 olChk(ValidateBuffer(rgiidExclude, in CopyTo()
1094 olChk(ValidateBuffer(pctime, sizeof(FILETIME))); in SetElementTimes()
1096 olChk(ValidateBuffer(patime, sizeof(FILETIME))); in SetElementTimes()
1098 olChk(ValidateBuffer(pmtime, sizeof(FILETIME))); in SetElementTimes()
1143 olChk(ValidateBuffer(&clsid, sizeof(CLSID))); in SetClass()
H A Dexpiter.cxx92 olChk(ValidateBuffer(pceltFetched, sizeof(ULONG))); in Next()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.Tasks.cs183 ValidateBuffer(buffer); in ReceiveAsync()
347 ValidateBuffer(buffer); in SendAsync()
476 private static void ValidateBuffer(ArraySegment<byte> buffer) in ValidateBuffer() method in System.Net.Sockets.Socket
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketConnectionStream.cs683 WebSocketHelpers.ValidateBuffer(buffer, offset, count); in WriteAsync()
735 WebSocketHelpers.ValidateBuffer(buffer, offset, count); in ReadAsync()
H A DWebSocketHttpListenerDuplexStream.cs131 WebSocketHelpers.ValidateBuffer(buffer, offset, count); in ReadAsync()
419 WebSocketHelpers.ValidateBuffer(buffer, offset, count); in WriteAsync()
H A DWebSocketHelpers.cs289 internal static void ValidateBuffer(byte[] buffer, int offset, int count) in ValidateBuffer() method in System.Net.WebSockets.WebSocketHelpers
H A DWebSocketBuffer.cs198 WebSocketHelpers.ValidateBuffer(payload.Array, payload.Offset, payload.Count); in PinSendBuffer()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Ddfmsp.hxx84 #define ValidateBuffer(pv, n) \ macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/WebSockets/
H A DWebSocketHttpListenerDuplexStream.cs124 WebSocketValidate.ValidateBuffer(buffer, offset, count); in ReadAsync()
410 WebSocketValidate.ValidateBuffer(buffer, offset, count); in WriteAsync()
H A DWebSocketBuffer.cs177 WebSocketValidate.ValidateBuffer(payload.Array, payload.Offset, payload.Count); in PinSendBuffer()