Searched refs:HLOAD (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddthdr.h99 #define HLOAD(s) ((s) << 1) macro
H A Ddtmethod.c124 for(n = HSLOT; HLOAD(n) < nhash; )
H A Ddthash.c94 while(s > HLOAD(nslot))
212 if((dt->data->size += 1) > HLOAD(dt->data->ntab))
/ast/src/lib/libast/cdt/
H A Ddthash.c33 #define HLOAD(n) (n) /* load one-to-one */ macro
65 n = n < HLOAD(hash->data.size) ? HLOAD(hash->data.size) : n;
362 if(hash->tblz < HLOAD(hash->data.size) )

Completed in 28 milliseconds