Home
last modified time | relevance | path

Searched refs:elementAllocCnt (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/hash/
H A Ddynahash.c718 elementAllocCnt; in hash_estimate_size() local
737 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
738 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
742 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/hash/
H A Ddynahash.c718 elementAllocCnt; in hash_estimate_size() local
737 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
738 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
742 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/hash/
H A Ddynahash.c718 elementAllocCnt; in hash_estimate_size() local
737 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
738 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
742 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt;
759 elementAllocCnt = choose_nelem_alloc(entrysize);
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1;
764 mul_size(elementAllocCnt, elementSize)));
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/hash/
H A Ddynahash.c736 elementAllocCnt; in hash_estimate_size() local
755 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
756 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
760 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/hash/
H A Ddynahash.c740 elementAllocCnt; in hash_estimate_size() local
759 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
760 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
764 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/hash/
H A Ddynahash.c788 elementAllocCnt; in hash_estimate_size() local
807 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
808 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
812 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/hash/
H A Ddynahash.c742 elementAllocCnt; in hash_estimate_size() local
761 elementAllocCnt = choose_nelem_alloc(entrysize); in hash_estimate_size()
762 nElementAllocs = (num_entries - 1) / elementAllocCnt + 1; in hash_estimate_size()
766 mul_size(elementAllocCnt, elementSize))); in hash_estimate_size()

12