Searched defs:sop (Results 1 – 6 of 6) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | zfarc4.c | 41 ref *sop = NULL; in z_arcfour_d() local 65 ref *sop = NULL; in z_arcfour_e() local
|
H A D | zfjpx.c | 43 ref *sop = NULL; in z_jpx_decode() local
|
H A D | zfilter.c | 64 os_ptr sop = osp; in zPFBD() local 139 ref *sop = op; in zSFD() local 188 os_ptr sop = op - npop; in filter_read() local 267 register os_ptr sop = op - npop; in filter_write() local
|
H A D | zfproc.c | 63 s_proc_init(ref * sop, stream ** psstrm, uint mode, in s_proc_init() 146 sread_proc(ref * sop, stream ** psstrm, gs_ref_memory_t *imem) in sread_proc() 266 swrite_proc(ref * sop, stream ** psstrm, gs_ref_memory_t *imem) in swrite_proc()
|
H A D | zfjbig2.c | 61 ref *sop = NULL; in z_jbig2decode() local
|
/plan9/sys/src/cmd/spin/ |
H A D | spin.y | 851 #define binop(n, sop) fprintf(fd, "("); recursive(fd, n->lft); \ argument 854 #define unop(n, sop) fprintf(fd, "%s (", sop); recursive(fd, n->lft); \ argument
|