Home | History | Annotate | Download | only in src

Lines Matching refs:new_hash

460 	  Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]);     \
461 Hash_Word *const new_bucket = &new_hash[2]; \
464 new_hash[0] = nbucket; \
465 new_hash[1] = nsym; \
474 data->d_buf = new_hash; \
475 data->d_size = nent * sizeof new_hash[0]; \