Home
last modified time | relevance | path

Searched refs:pg_nextpower2_32 (Results 1 – 25 of 112) sorted by relevance

12345

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-server/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num)
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-client/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-server/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num)
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num) in pg_nextpower2_32() function
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql13-client/postgresql-13.5/src/include/port/
H A Dpg_bitutils.h146 pg_nextpower2_32(uint32 num)
189 #define pg_nextpower2_size_t(num) pg_nextpower2_32(num)
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _hash_getbuf()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in _h_spoolinit()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/hash/
H A Dhashsort.c73 hspool->high_mask = pg_nextpower2_32(num_buckets + 1) - 1; in get()

12345