Searched defs:inst (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libvdelta/
H A Dvdexpand.c42 reg int inst, k_type, n; local
50 { inst = STRGETC(tab);
51 k_type = K_GET(inst);
55 size = A_TGET(inst);
56 else if(A_ISHERE(inst)) /* locally coded ADD size */
57 size = A_LGET(inst);
71 { size = C_TGET(inst);
77 { if(C_ISHERE(inst)) /* locally coded COPY size */
78 size = C_LGET(inst);
H A Dvdupdate.c61 reg int inst, k_type, n, r; local
74 { if((inst = VDGETC((Vdio_t*)tab)) < 0)
76 k_type = K_GET(inst);
80 size = A_TGET(inst);
81 else if(A_ISHERE(inst)) /* locally coded ADD size */
82 size = A_LGET(inst);
118 { size = C_TGET(inst);
124 { if(C_ISHERE(inst)) /* locally coded COPY size */
125 size = C_LGET(inst);
/ast/src/lib/libvdelta/vd01/
H A Dvdupdate01.c59 reg int inst, k_type, n, r; local
72 { if((inst = VDGETC((Vdio_t*)tab)) < 0)
74 k_type = K_GET(inst);
78 size = A_TGET(inst);
79 else if(A_ISHERE(inst)) /* locally coded ADD size */
80 size = A_LGET(inst);
116 { size = C_TGET(inst);
122 { if(C_ISHERE(inst)) /* locally coded COPY size */
123 size = C_LGET(inst);
/ast/src/lib/libodelta/
H A Ddelta.c105 register char inst; local
107 inst = ip->type;
108 inst |= (NBYTE(ip->size)&07) << 3;
111 inst |= NBYTE(ip->addr)&07;
112 if(delputc(inst) < 0 ||
119 if(delputc(inst) < 0 ||
305 char inst, buf[BUFSIZE]; local
311 inst = DELTA_TYPE | ((NBYTE(n_src)&07) << 3) | (NBYTE(n_tar)&07);
312 if(delputc(inst) < 0)
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdhdr.h88 Vcio_t* inst; /* instruction data */ member in struct:_vcdiff_s
101 (vcd)->inst = NIL(Vcio_t*), \
H A Dvcdelta.c53 vcioputc(vcd->inst, cd);
56 vcioputu(vcd->inst, az);
93 vcioputc(vcd->inst, cd);
95 vcioputu(vcd->inst, cz);
129 vcioputc(vcd->inst, cd);
170 vcioputc(vcd->inst, cd);
259 Vcio_t inst, addr, data; local
280 vcd->inst = &inst; vcioinit(&inst, vcionex
342 Vcio_t data, inst, addr; local
[all...]

Completed in 187 milliseconds