Home
last modified time | relevance | path

Searched defs:bsrc (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/libmemdraw/
H A Ddraw.c628 Buffer bsrc, bdst, bmask; in alphadraw() local
805 chanmatch(Buffer *bdst, Buffer *bsrc) in chanmatch()
844 alphacalc14(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc14()
896 alphacalc2810(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc2810()
950 alphacalc3679(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc3679()
1021 alphacalc11(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc11()
1113 alphacalcS(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalcS()
1185 boolcalc236789(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in boolcalc236789()
1240 boolcalc1011(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in boolcalc1011()
1760 boolmemmove(Buffer bdst, Buffer bsrc, Buffer b1, int dx, int i, int o) in boolmemmove()
[all …]
/plan9/sys/src/libmemdraw/
H A Ddraw.c621 Buffer bsrc, bdst, bmask; in alphadraw() local
807 alphacalc14(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc14()
859 alphacalc2810(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc2810()
913 alphacalc3679(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc3679()
986 alphacalc11(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc11()
1078 alphacalcS(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalcS()
1152 boolcalc236789(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in boolcalc236789()
1207 boolcalc1011(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in boolcalc1011()
1728 boolmemmove(Buffer bdst, Buffer bsrc, Buffer b1, int dx, int i, int o) in boolmemmove()
1739 boolcopy8(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int i, int o) in boolcopy8()
[all …]
/plan9/sys/src/cmd/ip/ppp/
H A Dthwack.c183 thwack(Thwack *tw, int mustadd, uchar *dst, int ndst, Block *bsrc, ulong seq, ulong stats[ThwStats]) in thwack()
/plan9/sys/src/cmd/gs/src/
H A Dgsmisc.c237 #define bsrc ((const byte *)src) in gs_memmove() macro
287 #define bsrc ((const byte *)src) in gs_memcpy() macro