Searched refs:htab (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddthash.c106 eslot = (oslot = dt->data->htab) + dt->data->ntab;
118 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,dt->disc);
119 dt->data->htab = slot;
144 eslot = (slot = dt->data->htab) + dt->data->ntab;
196 { t = *(slot = dt->data->htab + HINDEX(dt->data->ntab,hsh));
238 slot = dt->data->htab + HINDEX(dt->data->ntab,hsh);
262 slot = dt->data->htab + HINDEX(dt->data->ntab,t->hash);
268 eslot = dt->data->htab + dt->data->ntab;
301 eslot = dt->data->htab;
H A Ddtmethod.c108 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,disc);
110 dt->data->htab = NIL(Dtlink_t**);
131 dt->data->htab = slot;
H A Ddtclose.c98 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,dt->disc);
H A Ddtextract.c90 eslot = (slot = dt->data->htab) + dt->data->ntab;
H A Ddtflatten.c91 { eslot = (slot = dt->data->htab) + dt->data->ntab;
H A Ddtopen.c123 data->htab = NIL(Dtlink_t**);
H A Ddtrestore.c105 { eslot = (slot = dt->data->htab) + dt->data->ntab;
H A Ddthdr.h83 #define htab hh._htab macro
H A Ddtrenew.c105 { slot = dt->data->htab + HINDEX(dt->data->ntab,e->hash);
H A Ddtdisc.c140 for(eslot = (slot = dt->data->htab)+dt->data->ntab; slot < eslot; ++slot)
H A Ddtstat.c110 for(t = data->htab[h]; t; t = t->right)
/ast/src/cmd/codexlib/compress/
H A Dcompress.c139 #define htab zs->zs_htab macro
170 * from the beginning of htab. The output stack uses the rest of htab, and
175 #define htabof(i) htab[i]
179 #define tab_suffixof(i) ((char_type *)(htab))[i]
375 htab_p = htab + cl_hsize;
/ast/src/lib/libz/
H A Dsfdclzw.c133 #define htab zs->zs_htab macro
163 * from the beginning of htab. The output stack uses the rest of htab, and
168 #define htabof(i) htab[i]
172 #define tab_suffixof(i) ((char_type *)(htab))[i]
368 htab_p = htab + cl_hsize;
/ast/src/lib/libvcodex/
H A Dvclzparse.c43 Obj_t** htab; /* hash table of size (mask+1) */ member in struct:_hash_s
49 #define ENTRY(hs,ky) ((hs)->htab + ((ssize_t)((ky) & (hs)->mask)) )
72 hs->htab = (Obj_t**)(hs+1);
73 hs->src = (Obj_t*)(hs->htab + n);
403 for(ky = fk+1;;) /* add parsed data to htab */

Completed in 47 milliseconds