Searched refs:htab (Results 1 - 14 of 14) sorted by relevance
/ast/src/cmd/mailx/port/ |
H A D | dthash.c | 106 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 D | dtmethod.c | 108 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,disc); 110 dt->data->htab = NIL(Dtlink_t**); 131 dt->data->htab = slot;
|
H A D | dtclose.c | 98 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,dt->disc);
|
H A D | dtextract.c | 90 eslot = (slot = dt->data->htab) + dt->data->ntab;
|
H A D | dtflatten.c | 91 { eslot = (slot = dt->data->htab) + dt->data->ntab;
|
H A D | dtopen.c | 123 data->htab = NIL(Dtlink_t**);
|
H A D | dtrestore.c | 105 { eslot = (slot = dt->data->htab) + dt->data->ntab;
|
H A D | dthdr.h | 83 #define htab hh._htab macro
|
H A D | dtrenew.c | 105 { slot = dt->data->htab + HINDEX(dt->data->ntab,e->hash);
|
H A D | dtdisc.c | 140 for(eslot = (slot = dt->data->htab)+dt->data->ntab; slot < eslot; ++slot)
|
H A D | dtstat.c | 110 for(t = data->htab[h]; t; t = t->right)
|
/ast/src/cmd/codexlib/compress/ |
H A D | compress.c | 139 #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 D | sfdclzw.c | 133 #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 D | vclzparse.c | 43 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