Lines Matching defs:tab
35 static int vdunfold(reg Table_t* tab)
37 static int vdunfold(tab)
38 reg Table_t* tab;
46 n_tar = tab->n_tar;
47 tar = tab->tar;
50 { inst = STRGETC(tab);
59 { STRGETU(tab,size);
67 STRREAD(tab,tar+t,size);
80 { STRGETU(tab,size);
88 { copy = STRGETC(tab);
89 copy = tab->quick[copy + ((k_type-K_QUICK)<<VD_BITS)];
92 { STRGETU(tab,copy);
94 copy += tab->recent[k_type - K_RECENT];
99 K_UPDATE(tab->quick,tab->recent,tab->rhere,copy);
130 Table_t tab;
133 tab.tar = (uchar*)target;
134 tab.delta = (uchar*)delta;
135 STRGETU(&tab,t);
138 tab.n_tar = t;
140 K_INIT(tab.quick,tab.recent,tab.rhere);
141 if(vdunfold(&tab) < 0)