Home
last modified time | relevance | path

Searched refs:PtrSource (Results 1 – 9 of 9) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBlockIO.hs16 , PtrSource
38 type PtrSource = Ptr Word8 function
51 ecbEncryptMutable :: cipher -> PtrDest -> PtrSource -> BufferLength -> IO ()
56 ecbDecryptMutable :: cipher -> PtrDest -> PtrSource -> BufferLength -> IO ()
61 cbcEncryptMutable :: cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLength -> IO ()
67 cbcDecryptMutable :: cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLength -> IO ()
106 cbcEncryptGeneric :: BlockCipherIO cipher => cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLengt…
150 -> PtrSource
162 -> (Int -> PtrIV -> PtrDest -> PtrSource -> IO PtrIV)
163 -> PtrIV -> PtrDest -> PtrSource -> BufferLength
[all …]
H A DUnsafe.hs15 , PtrSource
H A DOfIO.hs51 -> (PtrDest -> PtrSource -> BufferLength -> IO ())
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBlockIO.hs16 , PtrSource
38 type PtrSource = Ptr Word8 function
51 ecbEncryptMutable :: cipher -> PtrDest -> PtrSource -> BufferLength -> IO ()
56 ecbDecryptMutable :: cipher -> PtrDest -> PtrSource -> BufferLength -> IO ()
61 cbcEncryptMutable :: cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLength -> IO ()
67 cbcDecryptMutable :: cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLength -> IO ()
106 cbcEncryptGeneric :: BlockCipherIO cipher => cipher -> PtrIV -> PtrDest -> PtrSource -> BufferLengt…
150 -> PtrSource
162 -> (Int -> PtrIV -> PtrDest -> PtrSource -> IO PtrIV)
163 -> PtrIV -> PtrDest -> PtrSource -> BufferLength
[all …]
H A DUnsafe.hs15 , PtrSource
H A DOfIO.hs51 -> (PtrDest -> PtrSource -> BufferLength -> IO ())
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_common.pas341 PtrSource: PByteArray;
345 PtrSource := PByteArray(Value);
346 PtrResult[0] := PtrSource[7];
347 PtrResult[1] := PtrSource[6];
348 PtrResult[2] := PtrSource[5];
349 PtrResult[3] := PtrSource[4];
350 PtrResult[4] := PtrSource[3];
351 PtrResult[5] := PtrSource[2];
352 PtrResult[6] := PtrSource[1];
353 PtrResult[7] := PtrSource[0];
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_common.pas341 PtrSource: PByteArray;
345 PtrSource := PByteArray(Value);
346 PtrResult[0] := PtrSource[7];
347 PtrResult[1] := PtrSource[6];
348 PtrResult[2] := PtrSource[5];
349 PtrResult[3] := PtrSource[4];
350 PtrResult[4] := PtrSource[3];
351 PtrResult[5] := PtrSource[2];
352 PtrResult[6] := PtrSource[1];
353 PtrResult[7] := PtrSource[0];
/dports/graphics/photivo/photivo/Sources/
H A DptImage.cpp5310 uint16_t Row, Col, Count, IntRadius, *PtrSource, *PtrTarget; in Box() local
5312 …, Sum2, i, j, Temp, Row, Col, Count, Radius, IntRadius, NewRow, NewCol, PtrSource, PtrTarget, Inde… in Box()
5336 PtrSource = Source->m_Image[NewRow + NewCol]; in Box()
5337 Sum0 += PtrSource[0]; in Box()
5338 Sum1 += PtrSource[1]; in Box()
5339 Sum2 += PtrSource[2]; in Box()