Home
last modified time | relevance | path

Searched refs:lpOut (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/jojodiff/jdiff081/src/
H A Dmain.cpp446 JOut *lpOut ; in main() local
449 lpOut = new JOutBin(lpFilOut); in main()
452 lpOut = new JOutAsc(lpFilOut); in main()
456 lpOut = new JOutRgn(lpFilOut); in main()
461 JDiff loJDiff(lpFilOrg, lpFilNew, lpOut, in main()
484 fprintf(JDebug::stddbg, "Delete bytes = %" PRIzd "\n", lpOut->gzOutBytDel); in main()
485 fprintf(JDebug::stddbg, "Backtrack bytes = %" PRIzd "\n", lpOut->gzOutBytBkt); in main()
486 fprintf(JDebug::stddbg, "Escape bytes written = %" PRIzd "\n", lpOut->gzOutBytEsc); in main()
487 fprintf(JDebug::stddbg, "Control bytes written = %" PRIzd "\n", lpOut->gzOutBytCtl); in main()
492 …fprintf(JDebug::stddbg, "Overhead bytes written = %" PRIzd "\n", lpOut->gzOutBytCtl + lpOut->gzOu… in main()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/dcc/
H A DDccVoiceAdpcmCodec.cpp87 signed char * lpOut; /* output buffer pointer */ in ADPCM_compress() local
99 lpOut = (signed char *)outdata; in ADPCM_compress()
168 *lpOut++ = (delta & 0x0f) | outputbuffer; in ADPCM_compress()
173 *lpOut++ = outputbuffer; in ADPCM_compress()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dtomedlin.c1432 char* lpOut, in TranslateMesh() argument
1445 strcpy(lpOut,lpRecord); in TranslateMesh()
1450 strcpy(lpOut,lpMainTerm); in TranslateMesh()
1500 strcpy(lpOut,"*"); in TranslateMesh()
1501 strcat(lpOut,lpMainTerm); in TranslateMesh()
1507 strcpy(lpOut,"*"); in TranslateMesh()
1508 strcat(lpOut,lpMainTerm); in TranslateMesh()
1519 strcat(lpOut,"/"); in TranslateMesh()
1521 strcat(lpOut,"*"); in TranslateMesh()
1523 strcat(lpOut,GetTopicSubHead(cSubHead)); in TranslateMesh()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
850 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
852 lpOut->left = (x - data->xPos) * data->xScrTile + data->map_orig.x; in nhcoord2display()
853 lpOut->top = (y - data->yPos) * data->yScrTile + data->map_orig.y; in nhcoord2display()
854 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
855 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
850 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
852 lpOut->left = (x - data->xPos) * data->xScrTile + data->map_orig.x; in nhcoord2display()
853 lpOut->top = (y - data->yPos) * data->yScrTile + data->map_orig.y; in nhcoord2display()
854 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
855 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
850 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
852 lpOut->left = (x - data->xPos) * data->xScrTile + data->map_orig.x; in nhcoord2display()
853 lpOut->top = (y - data->yPos) * data->yScrTile + data->map_orig.y; in nhcoord2display()
854 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
855 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/wince/
H A Dmhmap.c41 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
812 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
814 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
815 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
816 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
817 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack34/nethack-3.4.3/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
803 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
805 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
806 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
807 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
808 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/nethack34-nox11/nethack-3.4.3/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
803 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
805 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
806 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
807 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
808 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/unnethack/unnethack-5.1.0-20131208/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
803 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
805 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
806 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
807 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
808 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
803 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
805 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
806 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
807 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
808 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
826 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
828 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
829 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
830 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
831 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/win32/
H A Dmhmap.c42 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
803 void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
805 lpOut->left = (x - data->xPos)*data->xScrTile + data->map_orig.x; in nhcoord2display()
806 lpOut->top = (y - data->yPos)*data->yScrTile + data->map_orig.y; in nhcoord2display()
807 lpOut->right = lpOut->left + data->xScrTile; in nhcoord2display()
808 lpOut->bottom = lpOut->top + data->yScrTile; in nhcoord2display()
/dports/games/xnethack/xNetHack-xnh6.1/win/win32/
H A Dmhmap.c85 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
1202 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
1204 lpOut->left = (x - data->xPos) * data->xFrontTile + data->map_orig.x; in nhcoord2display()
1205 lpOut->top = (y - data->yPos) * data->yFrontTile + data->map_orig.y; in nhcoord2display()
1206 lpOut->right = lpOut->left + data->xFrontTile; in nhcoord2display()
1207 lpOut->bottom = lpOut->top + data->yFrontTile; in nhcoord2display()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/win32/
H A Dmhmap.c83 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
1187 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
1189 lpOut->left = (x - data->xPos) * data->xFrontTile + data->map_orig.x; in nhcoord2display()
1190 lpOut->top = (y - data->yPos) * data->yFrontTile + data->map_orig.y; in nhcoord2display()
1191 lpOut->right = lpOut->left + data->xFrontTile; in nhcoord2display()
1192 lpOut->bottom = lpOut->top + data->yFrontTile; in nhcoord2display()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/win32/
H A Dmhmap.c83 static void nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut);
1187 nhcoord2display(PNHMapWindow data, int x, int y, LPRECT lpOut) in nhcoord2display() argument
1189 lpOut->left = (x - data->xPos) * data->xFrontTile + data->map_orig.x; in nhcoord2display()
1190 lpOut->top = (y - data->yPos) * data->yFrontTile + data->map_orig.y; in nhcoord2display()
1191 lpOut->right = lpOut->left + data->xFrontTile; in nhcoord2display()
1192 lpOut->bottom = lpOut->top + data->yFrontTile; in nhcoord2display()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H419 LPVOID lpOut; /* Output vertices */ member
495 LPD3DTLVERTEX lpOut; /* Output colors */ member
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h587 LPVOID lpOut; /* Output vertices */ member
690 LPD3DTLVERTEX lpOut; /* Output colors */ member
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h476 LPVOID lpOut; member
605 LPD3DTLVERTEX lpOut; member
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h724 LPVOID lpOut; /* Output vertices */ member
850 LPD3DTLVERTEX lpOut; /* Output colors */ member

12