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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c4745 int start_of_bucket = hash_code % ASIZE (h->index);
4746 HASH_NEXT (h, i) = HASH_INDEX (h, start_of_bucket);
4747 HASH_INDEX (h, start_of_bucket) = make_number (i);
4764 int start_of_bucket;
4771 start_of_bucket = hash_code % ASIZE (h->index);
4772 idx = HASH_INDEX (h, start_of_bucket); local
4800 int start_of_bucket, i;
4818 start_of_bucket = hash % ASIZE (h->index);
4819 HASH_NEXT (h, i) = HASH_INDEX (h, start_of_bucket);
4820 HASH_INDEX (h, start_of_bucket)
4717 int start_of_bucket = hash_code % ASIZE (h->index); local
4736 int start_of_bucket; local
4805 int start_of_bucket; local
[all...]

Completed in 171 milliseconds