Home
last modified time | relevance | path

Searched refs:high_mask (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
137 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
138 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask;
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1;
71 hspool->low_mask = (hspool->high_mask >> 1);
81 hspool->high_mask,
138 hspool->max_buckets, hspool->high_mask,
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
138 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask;
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1;
71 hspool->low_mask = (hspool->high_mask >> 1);
81 hspool->high_mask,
138 hspool->max_buckets, hspool->high_mask,
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
138 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
138 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/hash/
H A Dhashsort.c46 uint32 high_mask; member
70 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
71 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
81 hspool->high_mask, in _h_spoolinit()
138 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/hash/
H A Dhashsort.c48 uint32 high_mask; member
72 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
73 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
83 hspool->high_mask, in _h_spoolinit()
141 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/hash/
H A Dhashsort.c48 uint32 high_mask; member
72 hspool->high_mask = (((uint32) 1) << _hash_log2(num_buckets + 1)) - 1; in _h_spoolinit()
73 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
83 hspool->high_mask, in _h_spoolinit()
141 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask;
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _hash_getbuf()
74 hspool->low_mask = (hspool->high_mask >> 1);
84 hspool->high_mask,
142 hspool->max_buckets, hspool->high_mask,
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c49 uint32 high_mask; member
73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
74 hspool->low_mask = (hspool->high_mask >> 1); in _h_spoolinit()
84 hspool->high_mask, in _h_spoolinit()
142 hspool->max_buckets, hspool->high_mask, in _h_indexbuild()

12345678910>>...12