Home
last modified time | relevance | path

Searched refs:psrc (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/news3400/fb/
H A Dx.c885 psrc++;
945 psrc--;
953 --psrc;
1072 psrc++;
1132 psrc--;
1140 --psrc;
1606 psrc++;
1745 psrc--;
1787 --psrc;
2170 psrc++;
[all …]
H A Dfb_mfbs.c885 psrc++;
945 psrc--;
953 --psrc;
1072 psrc++;
1132 psrc--;
1140 --psrc;
1606 psrc++;
1745 psrc--;
1787 --psrc;
2170 psrc++;
[all …]
/original-bsd/sys/hp300/dev/
H A Dmaskbits.h39 #define FASTGETBITS(psrc, x, w, dst) \ argument
41 : "=d" (dst) : "di" (x), "di" (w), "o" (*(char *)(psrc)))
48 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ argument
52 FASTGETBITS(psrc, srcbit, width, _tmpsrc); \
57 #define getandputrop0(psrc, srcbit, width, pdst, rop) \ argument
58 getandputrop(psrc, srcbit, 0, width, pdst, rop)
60 #define getunalignedword(psrc, x, dst) { \ argument
62 FASTGETBITS(psrc, x, 32, _tmp); \
H A Dite_hy.c321 psrc = psrcLine;
331 psrc += width;
356 psrc = psrcLine;
361 getandputrop(psrc, (sx & 0x1f),
365 psrc++;
386 psrc++;
411 psrc = psrcLine;
422 --psrc;
424 getunalignedword(psrc, xoffSrc, tmpSrc)
431 --psrc;
[all …]
/original-bsd/sys/hp300/stand/
H A Dite_hy.c232 register unsigned int *psrc; /* pointer to current src longword */ variable
263 psrc = psrcLine;
271 getandputrop(psrc, srcBit, dstBit, w, pdst, func)
273 psrc += width;
296 psrc = psrcLine;
301 getandputrop(psrc, (sx & 0x1f),
305 psrc++;
314 DoRop (*pdst, func, *psrc++, *pdst);
323 getunalignedword (psrc, xoffSrc, tmpSrc)
326 psrc++;
[all …]