| /plan9/sys/src/9/mtx/ |
| H A D | raven.c | 123 mpicenable(int vec, Vctl *v) in mpicenable() argument 127 x = (1<<22)|(15<<16)|vec; in mpicenable() 128 if(vec == 0) in mpicenable() 130 mpic32w(0x10000+0x20*vec, x); in mpicenable() 131 if(vec != 0) in mpicenable() 136 mpicdisable(int vec) in mpicdisable() argument 138 mpic32w(0x10000+0x20*vec, (1<<31)); in mpicdisable() 148 mpiceoi(int vec) in mpiceoi() argument 150 USED(vec); in mpiceoi()
|
| H A D | trap.c | 24 int vec, irq; in hwintrenable() local 32 vec = irq; in hwintrenable() 33 mpicenable(vec, v); in hwintrenable() 40 vec = irq+VectorPIC; in hwintrenable() 44 return vec; in hwintrenable() 50 int vec, irq; in hwintrdisable() local 58 vec = irq; in hwintrdisable() 59 mpicdisable(vec); in hwintrdisable() 66 vec = irq+VectorPIC; in hwintrdisable() 70 return vec; in hwintrdisable()
|
| /plan9/sys/src/cmd/plot/libplot/ |
| H A D | box.c | 4 vec(x0, y1); in box() 5 vec(x1, y1); in box() 6 vec(x1, y0); in box() 7 vec(x0, y0); in box()
|
| H A D | parabola.c | 22 vec(x, y); in parabola() 29 vec(x, y); in parabola() 31 vec(x1, y1); in parabola()
|
| H A D | rarc.c | 17 vec(xc, yc); in rarc() 41 vec(dx + xc, dy + yc); in rarc()
|
| H A D | line.c | 4 vec(x1, y1); in plotline()
|
| H A D | rvec.c | 5 vec(e1->copyx, e1->copyy); in rvec()
|
| H A D | poly.c | 14 vec(*xp, *yp); in plotpoly()
|
| H A D | mkfile | 35 vec.$O\
|
| H A D | vec.c | 3 void vec(double xx, double yy){ in vec() function
|
| /plan9/sys/src/cmd/bzip2/lib/ |
| H A D | huffman.c | 183 Int32 n, vec, i; in BZ2_hbAssignCodes() local 185 vec = 0; in BZ2_hbAssignCodes() 188 if (length[i] == n) { code[i] = vec; vec++; }; in BZ2_hbAssignCodes() 189 vec <<= 1; in BZ2_hbAssignCodes() 203 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local 216 vec = 0; in BZ2_hbCreateDecodeTables() 219 vec += (base[i+1] - base[i]); in BZ2_hbCreateDecodeTables() 220 limit[i] = vec-1; in BZ2_hbCreateDecodeTables() 221 vec <<= 1; in BZ2_hbCreateDecodeTables()
|
| /plan9/sys/src/cmd/acid/ |
| H A D | print.c | 55 char **vec; in fundefs() local 61 vec = malloc(sizeof(char*)*g); in fundefs() 62 if(vec == 0) in fundefs() 74 vec = realloc(vec, sizeof(char*)*g); in fundefs() 75 if(vec == 0) in fundefs() 78 vec[f++] = l->name; in fundefs() 81 qsort(vec, f, sizeof(char*), cmp); in fundefs() 88 Bprint(bout, "%-*s", max, vec[j]); in fundefs()
|
| /plan9/sys/src/cmd/aux/ |
| H A D | depend.c | 1290 set(uchar *vec, int fno) in set() argument 1292 if(vec[fno/8] & (1<<(fno&7))) in set() 1294 vec[fno/8] |= 1<<(fno&7); in set() 1299 merge(uchar *vec, uchar *ovec, int nfile) in merge() argument 1303 *vec++ |= *ovec++; in merge() 1306 res(Dfile *df, uchar *vec, int fno) in res() argument 1313 if(set(vec, fno)) in res() 1316 merge(vec, f->refvec, df->nfile); /* we've descended here before */ in res() 1325 len += res(df, vec, dp->fno); in res() 1332 uchar *vec; in dfresolve() local [all …]
|
| /plan9/sys/src/cmd/plot/ |
| H A D | plot.h | 32 void vec(double, double);
|
| H A D | plot.c | 495 case VEC: numargs(2); vec(x[0], x[1]); break; in process()
|
| /plan9/sys/src/cmd/map/ |
| H A D | iplot.h | 24 #define vec(_x,_y) print("v %d %d\n", _x,_y) macro
|
| H A D | map.c | 789 vec(xi,yi); in cpoint()
|
| /plan9/lib/face/48x48x4/c/ |
| H A D | cyoung.1 | 2 …������vDTFwx�����{�����eUEC355fy����h��x��vUC#EY����Q�G��h��vec#Vyʫ�|��z�gvUTDd…
|
| /plan9/sys/src/cmd/graph/ |
| H A D | graph.c | 565 vec(xd.xtop,yd.xtop); in axes() 566 vec(xd.xbot,yd.xtop); in axes() 567 vec(xd.xbot,yd.xbot); in axes() 647 vec(ix,iy); in plot()
|
| H A D | iplot.h | 37 #define vec(_x,_y) printf("v %d %d\n", _x,_y) macro
|
| /plan9/sys/src/libmach/ |
| H A D | 68020db.c | 97 int i, size, vec; in m68020ufix() local 130 vec = fvo & 0xfff; in m68020ufix() 131 vec >>= 2; in m68020ufix() 132 if(vec >= 256) in m68020ufix() 137 m68020vec = vec; in m68020ufix()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gscie.c | 160 if_debug_vector3(const char *str, const gs_vector3 *vec) in if_debug_vector3() argument 162 if_debug4('c', "%s[%g %g %g]\n", str, vec->u, vec->v, vec->w); in if_debug_vector3() 173 # define if_debug_vector3(str, vec) DO_NOTHING argument
|
| /plan9/sys/src/cmd/ip/ipconfig/ |
| H A D | main.c | 1888 uchar ip[IPaddrlen], ips[16*IPaddrlen], vec[256]; in optgetx() local 1926 n = optgetvec(p, opt, vec, sizeof vec); in optgetx() 1929 s = smprint("%s=%.*H", o->name, n, vec); in optgetx()
|
| /plan9/sys/man/ |
| H A D | searchindex | 396 …roff tutf typeset typesetter typesetting unix untouched upper usage user's vec vertical vertically… 422 …ings style styles supported tabs tangent troff unity upper using utf valid vec vector vertex verti…
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 68054 vec /sys/man/1/eqn 68055 vec /sys/man/6/plot
|