Home
last modified time | relevance | path

Searched refs:SEGMENTSIZE (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp31 #define SEGMENTSIZE 64 macro
35 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
88 NdbElement_t<C> * elements[SEGMENTSIZE];
174 max = SEGMENTSIZE - 1; in createHashTable()
175 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
180 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
326 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
391 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
452 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DNdbLinHash.hpp22 #define SEGMENTSIZE 64 macro
26 #define SEGINDEX(adress) ((adress) & (SEGMENTSIZE-1))
79 NdbElement_t<C> * elements[SEGMENTSIZE];
165 max = SEGMENTSIZE - 1; in createHashTable()
166 slack = SEGMENTSIZE * MAXLOADFCTR; in createHashTable()
171 for(i = 0; i < SEGMENTSIZE; i++ ) in createHashTable()
317 for(int counts = 0; counts < SEGMENTSIZE; counts++ ) in releaseHashTable()
382 if( newadress >= DIRECTORYSIZE * SEGMENTSIZE ) { in expandHashTable()
443 for(; counts < SEGMENTSIZE; counts++ ){ in getNext()
/dports/devel/ossp-val/val-0.9.4/
H A Dval.c90 #define SEGMENTSIZE 512 /* has to be a power of 2 for below arithmetic */ macro
109 element_t *s_element[SEGMENTSIZE]; /* array of pointers to elements */
122 #define DIRINDEX(addr) (int)((addr) / SEGMENTSIZE)
123 #define SEGINDEX(addr) (int)((addr) % SEGMENTSIZE)
231 h->h_pmax = SEGMENTSIZE; in lh_create()
232 h->h_slack = SEGMENTSIZE * MAXLOADFCTR; in lh_create()
520 for (j = 0; j < SEGMENTSIZE; j++) { in lh_apply()
549 for (j = 0; j < SEGMENTSIZE; j++) { in lh_destroy()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_val/
H A Dval.c90 #define SEGMENTSIZE 512 /* has to be a power of 2 for below arithmetic */ macro
109 element_t *s_element[SEGMENTSIZE]; /* array of pointers to elements */
122 #define DIRINDEX(addr) (int)((addr) / SEGMENTSIZE)
123 #define SEGINDEX(addr) (int)((addr) % SEGMENTSIZE)
231 h->h_pmax = SEGMENTSIZE; in lh_create()
232 h->h_slack = SEGMENTSIZE * MAXLOADFCTR; in lh_create()
520 for (j = 0; j < SEGMENTSIZE; j++) { in lh_apply()
549 for (j = 0; j < SEGMENTSIZE; j++) { in lh_destroy()
/dports/science/molscript/MolScript-280abee/code/
H A Dmolscript.tab.h119 #define SEGMENTSIZE 373 macro
H A Dmolscript.y54 %token PLANE2COLOUR REGULAREXPRESSION RESIDUECOLOUR SEGMENTS SEGMENTSIZE
228 | SEGMENTSIZE number { set_segmentsize() }
H A Dlex.c196 {"segmentsize", SEGMENTSIZE, TRUE},
H A Dmolscript.tab.c122 #define SEGMENTSIZE 373 macro
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DfftFunctions.c3 #define SEGMENTSIZE 150 macro
325 if( score <= threshold || length > SEGMENTSIZE ) in alignableReagion()
338 if( length > SEGMENTSIZE ) in alignableReagion()
H A Dmltaln9.c6627 #define SEGMENTSIZE 150 macro
6694 if( score <= threshold || length > SEGMENTSIZE ) in searchAnchors()
6704 if( length > SEGMENTSIZE ) in searchAnchors()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dupstreamrpt.vim245 syn keyword upstreamdat_Parameter SEGMENTSIZE
246 syn keyword upstreamdat_Parameter SEGMENTSIZE
H A Dupstreamdat.vim243 syn keyword upstreamdat_Parameter SEGMENTSIZE
244 syn keyword upstreamdat_Parameter SEGMENTSIZE
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dupstreamdat.vim243 syn keyword upstreamdat_Parameter SEGMENTSIZE
244 syn keyword upstreamdat_Parameter SEGMENTSIZE
H A Dupstreamrpt.vim245 syn keyword upstreamdat_Parameter SEGMENTSIZE
246 syn keyword upstreamdat_Parameter SEGMENTSIZE