Home
last modified time | relevance | path

Searched refs:lpBlock (Results 1 – 12 of 12) sorted by relevance

/dports/games/hllib/HLLib/
H A DChecksum.cpp276 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in MD5_Update()
277 while(uiBlockLength + uiBufferSize >= sizeof(context.lpBlock)) in MD5_Update()
300 b += LeftRoate(a + x + lpMD5Table[0][i] + context.lpBlock[i], lpMD5ShiftAmounts[0][i]); in MD5_Update()
349 memcpy(reinterpret_cast<hlByte*>(context.lpBlock) + uiBlockLength, lpBuffer, uiBufferSize); in MD5_Update()
357 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in MD5_Finalize()
358 if(uiBlockLength < sizeof(context.lpBlock) - sizeof(hlULongLong)) in MD5_Finalize()
387 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in SHA1_Update()
388 while(uiBlockLength + uiBufferSize >= sizeof(context.lpBlock)) in SHA1_Update()
410 lpExtendedBlock[i] = SwapEndian(context.lpBlock[i]); in SHA1_Update()
489 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in SHA1_Finalize()
[all …]
H A DChecksum.h26 hlULong lpBlock[16]; member
37 hlULong lpBlock[16]; member
/dports/archivers/hlextract/HLLib/
H A DChecksum.cpp276 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in MD5_Update()
277 while(uiBlockLength + uiBufferSize >= sizeof(context.lpBlock)) in MD5_Update()
300 b += LeftRoate(a + x + lpMD5Table[0][i] + context.lpBlock[i], lpMD5ShiftAmounts[0][i]); in MD5_Update()
349 memcpy(reinterpret_cast<hlByte*>(context.lpBlock) + uiBlockLength, lpBuffer, uiBufferSize); in MD5_Update()
357 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in MD5_Finalize()
358 if(uiBlockLength < sizeof(context.lpBlock) - sizeof(hlULongLong)) in MD5_Finalize()
387 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in SHA1_Update()
388 while(uiBlockLength + uiBufferSize >= sizeof(context.lpBlock)) in SHA1_Update()
410 lpExtendedBlock[i] = SwapEndian(context.lpBlock[i]); in SHA1_Update()
489 hlULong uiBlockLength = context.uiLength % sizeof(context.lpBlock); in SHA1_Finalize()
[all …]
H A DChecksum.h26 hlULong lpBlock[16]; member
37 hlULong lpBlock[16]; member
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dhandles.c85 LPALLOCBLOCK lpBlock; in __apxPoolAllocCore() local
91 lpBlock->dwSize = dwPhysicalSize; in __apxPoolAllocCore()
92 lpBlock->lpPool = hPool; in __apxPoolAllocCore()
94 return ((char *)lpBlock + sizeof(ALLOCBLOCK)); in __apxPoolAllocCore()
101 LPALLOCBLOCK lpBlock; in __apxPoolReallocCore() local
115 lpBlock->dwSize = dwPhysicalSize; in __apxPoolReallocCore()
116 lpBlock->lpPool = hPool; in __apxPoolReallocCore()
126 if (lpBlock->lpPool != APXHANDLE_INVALID) { in __apxPoolFreeCore()
127 hPool = lpBlock->lpPool; in __apxPoolFreeCore()
128 lpBlock->lpPool = APXHANDLE_INVALID; in __apxPoolFreeCore()
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/LineMode/src/windows/
H A Dscroll.c125 int Scroll_writeLiteral(ScrollInfo_t* pScroll, HWND hWnd, LPSTR lpBlock, int nLength) in Scroll_writeLiteral() argument
129 int Scroll_writeInterpreted(ScrollInfo_t* pScroll, HWND hWnd, LPSTR lpBlock, int nLength); in Scroll_writeLiteral()
133 *(pScroll->screenBuf + pScroll->nRow * pScroll->maxCols + pScroll->nColumn) = lpBlock[i]; in Scroll_writeLiteral()
160 int Scroll_writeInterpreted(ScrollInfo_t* pScroll, HWND hWnd, LPSTR lpBlock, int nLength) in Scroll_writeInterpreted() argument
166 switch (lpBlock[i]) in Scroll_writeInterpreted()
193 Scroll_writeLiteral(pScroll, hWnd, lpBlock+i, 1); in Scroll_writeInterpreted()
200 int Scroll_WriteBlock(ScrollInfo_t* pScroll, HWND hWnd, LPSTR lpBlock, int nLength) in Scroll_WriteBlock() argument
203 return (Scroll_writeLiteral(pScroll, hWnd, lpBlock, nLength)); in Scroll_WriteBlock()
205 return (Scroll_writeInterpreted(pScroll, hWnd, lpBlock, nLength)); in Scroll_WriteBlock()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek_usb2_transparent.c548 Transparent_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert) in Transparent_GetRows() argument
565 return MustScanner_GetRgb48BitLine1200DPI (lpBlock, isOrderInvert, in Transparent_GetRows()
568 return MustScanner_GetRgb48BitLine (lpBlock, isOrderInvert, Rows); in Transparent_GetRows()
572 return MustScanner_GetRgb24BitLine1200DPI (lpBlock, isOrderInvert, in Transparent_GetRows()
575 return MustScanner_GetRgb24BitLine (lpBlock, isOrderInvert, Rows); in Transparent_GetRows()
579 return MustScanner_GetMono16BitLine1200DPI (lpBlock, isOrderInvert, in Transparent_GetRows()
582 return MustScanner_GetMono16BitLine (lpBlock, isOrderInvert, Rows); in Transparent_GetRows()
586 return MustScanner_GetMono8BitLine1200DPI (lpBlock, isOrderInvert, in Transparent_GetRows()
589 return MustScanner_GetMono8BitLine (lpBlock, isOrderInvert, Rows); in Transparent_GetRows()
593 return MustScanner_GetMono1BitLine1200DPI (lpBlock, isOrderInvert, in Transparent_GetRows()
[all …]
H A Dmustek_usb2_reflective.c1885 Reflective_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert) in Reflective_GetRows() argument
1903 return MustScanner_GetRgb48BitLine1200DPI (lpBlock, isOrderInvert, in Reflective_GetRows()
1906 return MustScanner_GetRgb48BitLine (lpBlock, isOrderInvert, Rows); in Reflective_GetRows()
1910 return MustScanner_GetRgb24BitLine1200DPI (lpBlock, isOrderInvert, in Reflective_GetRows()
1913 return MustScanner_GetRgb24BitLine (lpBlock, isOrderInvert, Rows); in Reflective_GetRows()
1917 return MustScanner_GetMono16BitLine1200DPI (lpBlock, isOrderInvert, in Reflective_GetRows()
1920 return MustScanner_GetMono16BitLine (lpBlock, isOrderInvert, Rows); in Reflective_GetRows()
1924 return MustScanner_GetMono8BitLine1200DPI (lpBlock, isOrderInvert, in Reflective_GetRows()
1927 return MustScanner_GetMono8BitLine (lpBlock, isOrderInvert, Rows); in Reflective_GetRows()
1931 return MustScanner_GetMono1BitLine1200DPI (lpBlock, isOrderInvert, in Reflective_GetRows()
[all …]
H A Dmustek_usb2.c966 SANE_Byte *lpBlock = (SANE_Byte *) pImageRows->pBuffer; in ReadScannedData() local
983 if (FALSE == Reflective_GetRows (lpBlock, &Rows, isRGBInvert)) in ReadScannedData()
988 if (FALSE == Transparent_GetRows (lpBlock, &Rows, isRGBInvert)) in ReadScannedData()
999 *(lpBlock++) ^= 0xff; in ReadScannedData()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dntscreen.c2591 (* lpBlock) = lpBlock_in; in WriteScreenBlock_continue()
2613 LPSTR lpBlock; in WriteScreenBlock() local
2629 &lpBlock, &nLength); in WriteScreenBlock()
2633 lpBlock = lpBlock_in; in WriteScreenBlock()
2712 if (lpBlock[i + 1] != '[') in WriteScreenBlock()
2715 dispatch = (lpBlock[i + 2]); in WriteScreenBlock()
2812 else switch (lpBlock[j]) in WriteScreenBlock()
2935 if (lpBlock != lpBlock_in) in WriteScreenBlock()
2936 LocalFree (lpBlock); in WriteScreenBlock()
2953 LPSTR lpBlock, int nLength) in WriteScreenBlock_NoInvalidRect() argument
[all …]
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c3393 WriteTTYBlock (HWND hWnd, LPTSTR lpBlock, int nLength) in WriteTTYBlock() argument
3406 switch (lpBlock[i]) { in WriteTTYBlock()
3485 pTTYInfo->pScreen[offset] = lpBlock[i]; in WriteTTYBlock()
3486 pTTYInfo->pCellWidth[offset] = wcellwidth((UCS)lpBlock[i]) * pTTYInfo->xChar; in WriteTTYBlock()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c3393 WriteTTYBlock (HWND hWnd, LPTSTR lpBlock, int nLength) in WriteTTYBlock() argument
3406 switch (lpBlock[i]) { in WriteTTYBlock()
3485 pTTYInfo->pScreen[offset] = lpBlock[i]; in WriteTTYBlock()
3486 pTTYInfo->pCellWidth[offset] = wcellwidth((UCS)lpBlock[i]) * pTTYInfo->xChar; in WriteTTYBlock()