Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 121) sorted by relevance

12345

/plan9-contrib/sys/src/games/music/jukefs/
H A Dcatset.c17 catsetprint(int f, Catset*cs) in catsetprint()
27 catsetrealloc(Catset *cs, int sz) in catsetrealloc()
39 catsetfree(Catset *cs) in catsetfree()
47 catsetinit(Catset*cs, int v) in catsetinit()
78 catsetset(Catset*cs, int v) in catsetset()
91 catsetisset(Catset*cs) in catsetisset()
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxshade.c51 shade_next_init(shade_coord_stream_t * cs, in shade_next_init()
87 cs_eod(const shade_coord_stream_t * cs) in cs_eod()
95 cs_next_packed_value(shade_coord_stream_t * cs, int num_bits, uint * pvalue) in cs_next_packed_value()
141 cs_next_array_value(shade_coord_stream_t * cs, int num_bits, uint * pvalue) in cs_next_array_value()
162 cs_next_packed_decoded(shade_coord_stream_t * cs, int num_bits, in cs_next_packed_decoded()
184 cs_next_array_decoded(shade_coord_stream_t * cs, int num_bits, in cs_next_array_decoded()
203 shade_next_flag(shade_coord_stream_t * cs, int BitsPerFlag) in shade_next_flag()
215 shade_next_coords(shade_coord_stream_t * cs, gs_fixed_point * ppt, in shade_next_coords()
237 shade_next_color(shade_coord_stream_t * cs, float *pc) in shade_next_color()
274 shade_next_vertex(shade_coord_stream_t * cs, shading_vertex_t * vertex) in shade_next_vertex()
H A Dgxshade4.c53 Gt_next_vertex(const gs_shading_mesh_t * psh, shade_coord_stream_t * cs, in Gt_next_vertex()
101 shade_coord_stream_t cs; in gs_shading_FfGt_fill_rectangle() local
155 shade_coord_stream_t cs; in gs_shading_LfGt_fill_rectangle() local
H A Dgscolor.c109 gs_color_space cs; in gs_setgray() local
128 gs_color_space cs; in gs_setrgbcolor() local
212 gs_color_space cs; in gx_set_device_color_1() local
H A Dzcspixel.c34 gs_color_space cs; in zsetdevicepixelspace() local
H A Dzcsdevn.c47 gs_color_space cs; in zsetdevicenspace() local
H A Dgscolor3.c66 gs_color_space cs; in gs_shfill() local
/plan9-contrib/sys/src/cmd/ssh2/
H A Dcipheraes.c19 CipherState *cs; in initaes() local
50 encryptaes(CipherState *cs, uchar *buf, int nbuf) in encryptaes()
60 encryptaesctr(CipherState *cs, uchar *buf, int nbuf) in encryptaesctr()
70 decryptaes(CipherState *cs, uchar *buf, int nbuf) in decryptaes()
80 decryptaesctr(CipherState *cs, uchar *buf, int nbuf) in decryptaesctr()
H A Dcipherrc4.c17 CipherState *cs; in initrc4() local
28 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4()
34 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
H A Dcipher3des.c17 CipherState *cs; in init3des() local
32 encrypt3des(CipherState *cs, uchar *buf, int nbuf) in encrypt3des()
38 decrypt3des(CipherState *cs, uchar *buf, int nbuf) in decrypt3des()
H A Dcipherblowfish.c18 CipherState *cs; in initblowfish() local
46 encryptblowfish(CipherState *cs, uchar *buf, int nbuf) in encryptblowfish()
52 decryptblowfish(CipherState *cs, uchar *buf, int nbuf) in decryptblowfish()
/plan9-contrib/sys/src/cmd/ssh1/
H A Dcipherdes.c12 CipherState *cs; in initdes() local
21 encryptdes(CipherState *cs, uchar *buf, int nbuf) in encryptdes()
27 decryptdes(CipherState *cs, uchar *buf, int nbuf) in decryptdes()
H A Dcipherblowfish.c12 CipherState *cs; in initblowfish() local
21 encryptblowfish(CipherState *cs, uchar *buf, int nbuf) in encryptblowfish()
27 decryptblowfish(CipherState *cs, uchar *buf, int nbuf) in decryptblowfish()
H A Dcipherrc4.c12 CipherState *cs; in initrc4() local
26 encryptrc4(CipherState *cs, uchar *buf, int nbuf) in encryptrc4()
32 decryptrc4(CipherState *cs, uchar *buf, int nbuf) in decryptrc4()
H A Dcipher3des.c13 CipherState *cs; in init3des() local
24 encrypt3des(CipherState *cs, uchar *buf, int nbuf) in encrypt3des()
32 decrypt3des(CipherState *cs, uchar *buf, int nbuf) in decrypt3des()
/plan9-contrib/sys/src/cmd/ip/ppp/
H A Dthw.c69 Cstate *cs; in compinit() local
79 Cstate *cs; in compfini() local
90 Cstate *cs; in compresetreq() local
114 Cstate *cs; in comp() local
243 Cstate *cs; in uncomp() local
/plan9-contrib/sys/src/cmd/auth/factotum/
H A Dfgui.c20 Controlset *cs; member
241 resizecontrolset(Controlset *cs) in resizecontrolset()
290 Controlset *cs; in setupconfirm() local
354 resizeconfirm(Controlset *cs) in resizeconfirm()
400 Controlset *cs; in teardownconfirm() local
526 Controlset *cs; in setupneedkey() local
644 resizeneedkey(Controlset *cs) in resizeneedkey()
707 Controlset *cs; in teardownneedkey() local
/plan9-contrib/sys/src/libdraw/
H A Dstringsubfont.c6 stringsubfont(Image *b, Point p, Image *color, Subfont *f, char *cs) in stringsubfont()
37 strsubfontwidth(Subfont *f, char *cs) in strsubfontwidth()
/plan9-contrib/sys/src/cmd/unix/drawterm/libmemdraw/
H A Dstring.c8 memimagestring(Memimage *b, Point p, Memimage *color, Point cp, Memsubfont *f, char *cs) in memimagestring()
40 memsubfontwidth(Memsubfont *f, char *cs) in memsubfontwidth()
/plan9-contrib/sys/src/libmemdraw/
H A Dstring.c8 memimagestring(Memimage *b, Point p, Memimage *color, Point cp, Memsubfont *f, char *cs) in memimagestring()
39 memsubfontwidth(Memsubfont *f, char *cs) in memsubfontwidth()
/plan9-contrib/sys/src/libcontrol/
H A Dcontrol.c124 _newcontrol(Controlset *cs, uint n, char *name, char *type) in _newcontrol()
158 Controlset *cs; in controlsetthread() local
247 _createctl(Controlset *cs, char *type, uint size, char *name) in _createctl()
438 _ctlcmd(Controlset *cs, char*s) in _ctlcmd()
477 _ctlcontrol(Controlset *cs, char *s) in _ctlcontrol()
605 Controlset *cs; in _ctlfocus() local
624 Controlset *cs; in resizethread() local
747 Controlset *cs; in newcontrolset() local
788 closecontrolset(Controlset *cs) in closecontrolset()
H A Dgroup.c368 createrow(Controlset *cs, char *name) in createrow()
379 createcolumn(Controlset *cs, char *name) in createcolumn()
390 createboxbox(Controlset *cs, char *name) in createboxbox()
400 createstack(Controlset *cs, char *name) in createstack()
/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dauth.c131 Chalstate *cs; in cramauth() local
172 Chalstate *cs; in passLogin() local
H A Dfns.h125 #define STRLEN(cs) (sizeof(cs)-1) argument
/plan9-contrib/sys/src/libc/port/
H A Dstrpbrk.c6 strpbrk(char *cs, char *cb) in strpbrk()

12345