Home
last modified time | relevance | path

Searched refs:bufplc (Results 1 – 22 of 22) sorted by relevance

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Da-c.c35 void sethlinesizes(int logx, int logy, void *bufplc) in sethlinesizes() argument
57 void setupslopevlin(int logylogx, void *bufplc, int pinc) in setupslopevlin() argument
60 gbuf = (unsigned char *)bufplc; gpinc = pinc; in setupslopevlin()
90 gbuf = (unsigned char *)bufplc; in vlineasm1()
106 gbuf = (unsigned char *)bufplc; in mvlineasm1()
122 gbuf = (unsigned char *)bufplc; in tvlineasm1()
153 gbuf = (unsigned char *)bufplc; in mhline()
171 gbuf = (unsigned char *)bufplc; in thline()
211 gbuf = (unsigned char *)bufplc; in spritevline()
234 gbuf = (unsigned char *)bufplc; in mspritevline()
[all …]
H A Da.h155 void sethlinesizes(int logx, int logy, void *bufplc);
160 void setupslopevlin(int logylogx, void *bufplc, int pinc);
164 void vlineasm1(int vinc, void *paloffs, int cnt, unsigned int vplc, void *bufplc, void *p);
167 void mvlineasm1(int vinc, void *paloffs, int cnt, unsigned int vplc, void *bufplc, void *p);
170 void tvlineasm1(int vinc, void *paloffs, int cnt, unsigned int vplc, void *bufplc, void *p);
173 void mhline(void *bufplc, unsigned int bx, int cntup16, int junk, unsigned int by, void *p);
176 void thline(void *bufplc, unsigned int bx, int cntup16, int junk, unsigned int by, void *p);
179 void spritevline(int bx, int by, int cnt, void *bufplc, void *p);
182 void mspritevline(int bx, int by, int cnt, void *bufplc, void *p);
185 void tspritevline(int bx, int by, int cnt, void *bufplc, void *p);
H A Da.nasm2048 ;ebx: bufplc
2076 mov cl, byte [ebx] ;bufplc
2092 mov cl, byte [ebx] ;bufplc
2103 mov cl, byte [ebx] ;bufplc
2112 mov cl, byte [ebx] ;bufplc
2123 mov cl, byte [ebx] ;bufplc
2169 mov cl, byte [ebx] ;bufplc
2219 ;ebx: bufplc
2242 mov cl, byte [ebx] ;bufplc
2255 mov cl, byte [ebx] ;bufplc
[all …]
H A Da.wasm1655 slop3: mov cl, byte ptr [ebp+88888888h] ;bufplc
1662 slop7: mov cl, byte ptr [ebp+88888888h] ;bufplc
1834 ;ebx: bufplc
1861 mov cl, byte ptr [ebx] ;bufplc
1877 mov cl, byte ptr [ebx] ;bufplc
1888 mov cl, byte ptr [ebx] ;bufplc
1897 mov cl, byte ptr [ebx] ;bufplc
1908 mov cl, byte ptr [ebx] ;bufplc
1948 mov cl, byte ptr [ebx] ;bufplc
1992 ;ebx: bufplc
[all …]
H A Da.masm1832 slop3: mov cl, byte ptr [ebp+88888888h] ;bufplc
1839 slop7: mov cl, byte ptr [ebp+88888888h] ;bufplc
2025 ;ebx: bufplc
2054 mov cl, byte ptr [ebx] ;bufplc
2070 mov cl, byte ptr [ebx] ;bufplc
2081 mov cl, byte ptr [ebx] ;bufplc
2090 mov cl, byte ptr [ebx] ;bufplc
2101 mov cl, byte ptr [ebx] ;bufplc
2147 mov cl, byte ptr [ebx] ;bufplc
2197 ;ebx: bufplc
[all …]
H A Dengine.c1854 intptr_t p, palookupoffs, bufplc; in transmaskvline() local
1871 bufplc = waloff[globalpicnum]+i*tilesizy[globalpicnum]; in transmaskvline()
1875 tvlineasm1(vinc,(void *)palookupoffs,y2v-y1v,vplc,(void *)bufplc,(void *)p); in transmaskvline()
4358 intptr_t i, p, bufplc, palookupoffs; in dorotatesprite() local
4474 bufplc = waloff[picnum]; in dorotatesprite()
4541 bufplce[xx] = (bx>>16)*ysiz+bufplc; in dorotatesprite()
4752 spritevline(0L,by<<16,y2-y1+1,bx<<16,(void *)((bx>>16)*ysiz+(by>>16)+bufplc),(void *)p); in dorotatesprite()
4754 mspritevline(0L,by<<16,y2-y1+1,bx<<16,(void *)((bx>>16)*ysiz+(by>>16)+bufplc),(void *)p); in dorotatesprite()
4758 tspritevline(0L,by<<16,y2-y1+1,bx<<16,(void *)((bx>>16)*ysiz+(by>>16)+bufplc),(void *)p); in dorotatesprite()
4803 spritevline(bx&65535,by&65535,y2-y1+1,(void *)((bx>>16)*ysiz+(by>>16)+bufplc),(void *)p); in dorotatesprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Da.h106 void sethlinesizes(int32_t logx, int32_t logy, intptr_t bufplc);
111 void setupslopevlin(int32_t logylogx, intptr_t bufplc, int32_t pinc);
115 int32_t vlineasm1(int32_t vinc, intptr_t paloffs, bssize_t cnt, uint32_t vplc, intptr_t bufplc, int…
119 int32_t mvlineasm1(int32_t vinc, intptr_t paloffs, bssize_t cnt, uint32_t vplc, intptr_t bufplc, in…
123 int32_t tvlineasm1(int32_t vinc, intptr_t paloffs, bssize_t cnt, uint32_t vplc, intptr_t bufplc, in…
129 void mhline(intptr_t bufplc, uint32_t bx, int32_t cntup16, int32_t junk, uint32_t by, intptr_t p);
132 void thline(intptr_t bufplc, uint32_t bx, int32_t cntup16, int32_t junk, uint32_t by, intptr_t p);
135 void spritevline(int32_t bx, int32_t by, bssize_t cnt, intptr_t bufplc, intptr_t p);
138 void mspritevline(int32_t bx, int32_t by, bssize_t cnt, intptr_t bufplc, intptr_t p);
141 void tspritevline(int32_t bx, int32_t by, bssize_t cnt, intptr_t bufplc, intptr_t p);
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Da-c.cpp64 void sethlinesizes(int32_t logx, int32_t logy, intptr_t bufplc) in sethlinesizes() argument
65 { glogx = logx; glogy = logy; gbuf = (char *)bufplc; } in sethlinesizes()
149 const char *const A_C_RESTRICT buf = (char *)bufplc; in vlineasm1()
361 const char *const A_C_RESTRICT buf = (char *)bufplc; in mvlineasm1()
494 const char *const A_C_RESTRICT buf = (char *)bufplc; in tvlineasm1()
578 gbuf = (char *)bufplc; in mhline()
604 gbuf = (char *)bufplc; in thline()
632 void spritevline(int32_t bx, int32_t by, bssize_t cnt, intptr_t bufplc, intptr_t p) in spritevline() argument
634 gbuf = (char *)bufplc; in spritevline()
656 gbuf = (char *)bufplc; in mspritevline()
[all …]
H A Da64.yasm64 ; <dest_reg_lobyte> := bufplc[vplc>>glogy]
99 ;;; int32_t tvlineasm1(vinc, *paloffs, cnt, vplc, *bufplc, *p)
H A Da.nasm2277 ;ebx: bufplc
2305 mov cl, byte [ebx] ;bufplc
2321 mov cl, byte [ebx] ;bufplc
2332 mov cl, byte [ebx] ;bufplc
2341 mov cl, byte [ebx] ;bufplc
2352 mov cl, byte [ebx] ;bufplc
2398 mov cl, byte [ebx] ;bufplc
2448 ;ebx: bufplc
2471 mov cl, byte [ebx] ;bufplc
2484 mov cl, byte [ebx] ;bufplc
[all …]
H A Da.masm1945 slop3: mov cl, byte ptr [ebp+88888888h] ;bufplc
1952 slop7: mov cl, byte ptr [ebp+88888888h] ;bufplc
2138 ;ebx: bufplc
2167 mov cl, byte ptr [ebx] ;bufplc
2183 mov cl, byte ptr [ebx] ;bufplc
2194 mov cl, byte ptr [ebx] ;bufplc
2203 mov cl, byte ptr [ebx] ;bufplc
2214 mov cl, byte ptr [ebx] ;bufplc
2260 mov cl, byte ptr [ebx] ;bufplc
2310 ;ebx: bufplc
[all …]
H A Dengine.cpp1867 *bufplc = waloff[globalpicnum] + i; in calc_bufplc()
3068 intptr_t bufplc; in transmaskvline() local
3069 calc_bufplc(&bufplc, lwall[x], ntsiz); in transmaskvline()
3081 tvlineasm1(vinc,palookupoffs,y2v-y1v,vplc,bufplc,p); in transmaskvline()
3207 const char *const A_C_RESTRICT buf = (char *)bufplc; in nonpow2_mhline()
3231 const char *const A_C_RESTRICT buf = (char *)bufplc; in nonpow2_thline()
3353 sethlinesizes(logylogx&255, logylogx>>8, bufplc); in setupslopevlin_alsotrans()
3356 setupslopevlin(logylogx, bufplc, pinc); in setupslopevlin_alsotrans()
3359 ggbuf = (char *)bufplc; ggpinc = pinc; in setupslopevlin_alsotrans()
7334 intptr_t p, bufplc, palookupoffs; in dorotatesprite() local
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DBSTUB.C245 long i, j, p, y, dx, dy, cosang, sinang, bufplc, tsizy, tsizyup15; in ExtCheckKeys() local
251 bufplc = waloff[4094]+(mulscale16(horiz-100,xdimenscale)+(tilesizx[4094]>>1))*tilesizy[4094]; in ExtCheckKeys()
268 stretchhline(0,(xdim>>1)*i+tsizyup15,xdim>>2,i,mulscale32(i,dy)*tsizy+bufplc,p); in ExtCheckKeys()
H A DA.ASM1652 slop3: mov cl, byte ptr [ebp+88888888h] ;bufplc
1659 slop7: mov cl, byte ptr [ebp+88888888h] ;bufplc
1831 ;ebx: bufplc
1858 mov cl, byte ptr [ebx] ;bufplc
1874 mov cl, byte ptr [ebx] ;bufplc
1885 mov cl, byte ptr [ebx] ;bufplc
1894 mov cl, byte ptr [ebx] ;bufplc
1905 mov cl, byte ptr [ebx] ;bufplc
1945 mov cl, byte ptr [ebx] ;bufplc
H A DENGINE.C2653 bufplc = 0; p = 0; in screencapture()
2692 tempbuf[bufplc++] = (leng|0xc0); in screencapture()
2693 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2695 tempbuf[bufplc++] = col; in screencapture()
2696 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2699 tempbuf[bufplc++] = 0xc; in screencapture()
2700 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2722 tempbuf[bufplc++] = 0; in screencapture()
2728 if (bufplc > 0) in screencapture()
2729 if (write(fil,&tempbuf[0],bufplc) < bufplc) { close(fil); return(-1); } in screencapture()
[all …]
H A DBUILD.C5988 if (bufplc == 0) \
5990 for(bufplc=0;bufplc<4096;bufplc++) \
5991 tempbuf[bufplc] = 0; \
5992 bufplc = 0; \
5995 dat = tempbuf[bufplc]; \
5996 bufplc = ((bufplc+1)&4095); \
6002 long fil, i, num, buffercnt, bufplc; in loadnames() local
6005 bufplc = 0; in loadnames()
6015 loadbyte(fil,tempbuf,bufplc,ch); in loadnames()
6023 loadbyte(fil,tempbuf,bufplc,ch); in loadnames()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DBSTUB.C245 long i, j, p, y, dx, dy, cosang, sinang, bufplc, tsizy, tsizyup15; in ExtCheckKeys() local
251 bufplc = waloff[4094]+(mulscale16(horiz-100,xdimenscale)+(tilesizx[4094]>>1))*tilesizy[4094]; in ExtCheckKeys()
268 stretchhline(0,(xdim>>1)*i+tsizyup15,xdim>>2,i,mulscale32(i,dy)*tsizy+bufplc,p); in ExtCheckKeys()
H A DA.ASM1652 slop3: mov cl, byte ptr [ebp+88888888h] ;bufplc
1659 slop7: mov cl, byte ptr [ebp+88888888h] ;bufplc
1831 ;ebx: bufplc
1858 mov cl, byte ptr [ebx] ;bufplc
1874 mov cl, byte ptr [ebx] ;bufplc
1885 mov cl, byte ptr [ebx] ;bufplc
1894 mov cl, byte ptr [ebx] ;bufplc
1905 mov cl, byte ptr [ebx] ;bufplc
1945 mov cl, byte ptr [ebx] ;bufplc
H A DENGINE.C2614 bufplc = 0; p = 0; in screencapture()
2653 tempbuf[bufplc++] = (leng|0xc0); in screencapture()
2654 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2656 tempbuf[bufplc++] = col; in screencapture()
2657 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2660 tempbuf[bufplc++] = 0xc; in screencapture()
2661 …if (bufplc == 4096) { bufplc = 0; if (write(fil,&tempbuf[0],4096) < 4096) { close(fil); return(-1)… in screencapture()
2683 tempbuf[bufplc++] = 0; in screencapture()
2689 if (bufplc > 0) in screencapture()
2690 if (write(fil,&tempbuf[0],bufplc) < bufplc) { close(fil); return(-1); } in screencapture()
[all …]
H A DBUILD.C5988 if (bufplc == 0) \
5990 for(bufplc=0;bufplc<4096;bufplc++) \
5991 tempbuf[bufplc] = 0; \
5992 bufplc = 0; \
5995 dat = tempbuf[bufplc]; \
5996 bufplc = ((bufplc+1)&4095); \
6002 long fil, i, num, buffercnt, bufplc; in loadnames() local
6005 bufplc = 0; in loadnames()
6015 loadbyte(fil,tempbuf,bufplc,ch); in loadnames()
6023 loadbyte(fil,tempbuf,bufplc,ch); in loadnames()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dbstub.c318 bufplc = waloff[4094]+(mulscale16(horiz-100,xdimenscale)+(tilesizx[4094]>>1))*tilesizy[4094]; in ExtCheckKeys()
336 stretchhline(0,(xdim>>1)*i+tsizyup15,xdim>>2,i,mulscale32(i,dy)*tsizy+bufplc,p); in ExtCheckKeys()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dbstub.cpp367bufplc = waloff[4094]+(mulscale16(horiz-100,xdimenscale)+(tilesiz[4094].x>>1))*tilesiz[4094].y; in ExtCheckKeys()
385 stretchhline(0,(xdim>>1)*i+tsizyup15,xdim>>2,i,mulscale32(i,dy)*tsizy+bufplc,p); in ExtCheckKeys()