/ast/src/lib/librecsort/ |
H A D | rs-radix.c | 62 reg Rsobj_t *work, *r; local 74 work = radix->list; radix->list = NIL(Rsobj_t*); 75 work->left->right = NIL(Rsobj_t*); 79 { maxph = work->keylen-1; 80 for(work->order = 0; work; ) 81 { next = work->left->right; work->left->right = NIL(Rsobj_t*); 84 if((ph = (ssize_t)work->order) == maxph) 85 { for(; work; wor [all...] |
H A D | rs-rasp.c | 206 reg Rsobj_t *work, *r; local 215 work = list; list = NIL(Rsobj_t*); 216 work->left->right = NIL(Rsobj_t*); 217 maxph = work->keylen-1; 219 for(work->order = 1; work; ) 220 { next = work->left->right; work->left->right = NIL(Rsobj_t*); 223 if((ph = (ssize_t)work->order) == maxph) 224 { for(; work; wor [all...] |
/ast/src/lib/libvcodex/Vcwindow/ |
H A D | vcwhdr.h | 52 Grint_t* work; /* signatures of a window to be matched */ member in struct:_vcwfile_s
|
H A D | vcwfile.c | 114 vcwf->work = NIL(Grint_t*); 131 if(vcwf->work) 132 free(vcwf->work); 189 int v; /* position of voter in work[] */ 200 vote = *msig == vcwf->work[v] ? 2 : 1; 204 { if((ws = vcwf->work[i]) == (ss = msig[i-v]) ) 217 { if((ws = vcwf->work[i]) == (ss = msig[i-v]) ) 254 Grint_t *work; local 265 { if(vcwf->work) 266 free(vcwf->work); [all...] |
/ast/src/lib/libz/ |
H A D | inftrees.c | 23 whose indices are 0..2^bits-1. work is a writable array of at least 24 lens shorts, which is used as a work area. type is the type of code 35 code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) 37 int inflate_table(type, lens, codes, table, bits, work) 43 unsigned short FAR *work; 102 table. The sorted table is work[], with that space being provided by 153 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 190 base = extra = work; /* dummy value--not used */ 225 if ((int)(work[sym]) < end) { 227 this.val = work[sy 34 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument [all...] |
H A D | inflate.h | 113 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
|
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchuffgroup.c | 55 Vcchar_t* work; /* working space for indices */ member in struct:_group_s 156 grp->work = grp->part + npts; 240 Vcchar_t *part = grp->part, *work = grp->work; local 286 { if(work[i] != p) 335 work[i] = bestt; /* assignment, then add frequencies */ 356 { /**/DEBUG_ASSERT(work[i] < ntbl); 357 work[i] = map[work[i]]; 358 /**/DEBUG_ASSERT(work[ [all...] |
/ast/src/cmd/re/ |
H A D | testglob.c | 525 char* work[16]; local 617 work[cwd] = path; 618 work[cwd + 1] = 0; 619 work[cwd + 2] = 0; 637 if (i > (cwd + 1) || i >= elementsof(work)) 655 bad("cannot create work directory\n", path); 669 bad("cannot create work link\n", path); 672 else if (!streq(work[cwd - 1], ".")) { 679 bad("cannot create work file\n", path); 684 s = work[cw [all...] |
H A D | ed.c | 123 Sfio_t* work; member in struct:__anon200::__anon201 1379 sfstrseek(ed.buffer.work, 0, SEEK_SET); 1381 sfputr(ed.buffer.work, lineget((a1++)->offset), -1); 1383 if (!(s = sfstruse(ed.buffer.work)))
|
/ast/src/cmd/mailx/ |
H A D | mailx.h | 681 jmp_buf work; /* To get back to work */ member in struct:__anon136::__anon137
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 882 * protected from concurrent access. This hack doesn't work anyway on 1674 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state 1696 whose indices are 0..2^bits-1. work is a writable array of at least 1697 lens shorts, which is used as a work area. type is the type of code 1705 int inflate_table(type, lens, codes, table, bits, work) 1711 unsigned short FAR *work; 1769 table. The sorted table is work[], with that space being provided by 1820 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 1857 base = extra = work; /* dumm [all...] |