Home
last modified time | relevance | path

Searched defs:csp (Results 1 – 10 of 10) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxtype1.h156 #define CLEAR_CSTACK(cstack, csp)\ argument
160 #define INIT_CSTACK(cstack, csp, pcis)\ argument
170 #define CS_CHECK_PUSH(csp, cstack)\ argument
179 #define decode_push_num1(csp, cstack, c)\ argument
195 #define decode_push_num2(csp, cstack, c, cip, state, encrypted)\ argument
H A Dgstype2.c57 type2_sbw(gs_type1_state * pcis, cs_ptr csp, cs_ptr cstack, ip_state_t * ipsp, in type2_sbw()
97 type2_vstem(gs_type1_state * pcis, cs_ptr csp, cs_ptr cstack) in type2_vstem()
130 cs_ptr csp; in gs_type2_interpret() local
H A Dgdevpsfx.c166 fixed *csp = &pcis->ostack[pcis->os_count - 1]; in type1_next() local
469 fixed *csp = &cis.ostack[cis.os_count - 1]; in psf_convert_type1_to_type2() local
537 fixed *csp = &cis.ostack[cis.os_count - 1]; in psf_convert_type1_to_type2() local
H A Dgstype1.c74 cs_ptr csp; in gs_type1_interpret() local
H A Dgxtype1.c211 gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results) in gs_type1_blend()
368 fixed *csp; in gs_type1_piece_codes() local
/plan9-contrib/sys/src/cmd/usb/serial/
H A Dprolific.c220 heuristicid(ulong csp, ulong maxpkt) in heuristicid()
239 ulong csp, maxpkt, dno; in plinit() local
/plan9-contrib/sys/src/cmd/eqn/
H A Dtext.c8 char *csp; /* next spot in cs[] */ variable
/plan9-contrib/sys/src/cmd/usb/lib/
H A Dusb.h190 ulong csp; /* USB class/subclass/proto */ member
230 ulong csp; /* USB class/subclass/proto */ member
323 #define Class(csp) ((csp) & 0xff) argument
324 #define Subclass(csp) (((csp)>>8) & 0xff) argument
325 #define Proto(csp) (((csp)>>16) & 0xff) argument
/plan9-contrib/sys/src/cmd/usb/usbd/
H A Ddev.c50 int csp; in cspmatch() local
/plan9-contrib/sys/src/cmd/usb/disk/
H A Ddisk.c656 ulong csp, sc; in findendpoints() local