Home
last modified time | relevance | path

Searched defs:hashnr (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dlf_hash.c47 uint32 hashnr; /* reversed hash number, for sorting */ member
87 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
217 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
276 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
382 int csize, bucket, hashnr; in lf_hash_insert() local
427 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
466 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
648 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dlf_hash.c47 uint32 hashnr; /* reversed hash number, for sorting */ member
87 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
217 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
276 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
382 int csize, bucket, hashnr; in lf_hash_insert() local
427 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
466 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
648 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dlf_hash.c47 uint32 hashnr; /* reversed hash number, for sorting */ member
87 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
217 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
276 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
382 int csize, bucket, hashnr; in lf_hash_insert() local
427 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
466 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
648 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dlf_hash.c47 uint32 hashnr; /* reversed hash number, for sorting */ member
87 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
217 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
276 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
382 int csize, bucket, hashnr; in lf_hash_insert() local
427 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
466 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
648 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dlf_hash.c47 uint32 hashnr; /* reversed hash number, for sorting */ member
87 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
217 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
276 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
382 int csize, bucket, hashnr; in lf_hash_insert() local
427 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
466 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
648 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dlf_hash.c35 uint32 hashnr; /* reversed hash number, for sorting */ member
73 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
203 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
262 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
368 int csize, bucket, hashnr; in lf_hash_insert() local
413 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
452 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/percona57-client/percona-server-5.7.36-39/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mysql57-client/mysql-5.7.36/mysys/
H A Dlf_hash.c48 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int my_lfind(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in my_lfind()
315 static int ldelete(LF_SLIST * volatile *head, CHARSET_INFO *cs, uint32 hashnr, in ldelete()
374 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
499 int csize, bucket, hashnr; in lf_hash_insert() local
544 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_delete() local
595 uint bucket, hashnr= calc_hash(hash, (uchar *)key, keylen); in lf_hash_search() local
642 uint hashnr= (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dlf_hash.cc60 uint32 hashnr; /* reversed hash number, for sorting */ member
118 uint32 hashnr, const uchar *key, size_t keylen, in my_lfind()
322 uint32 hashnr, const uchar *key, uint keylen, in ldelete()
373 uint32 hashnr, const uchar *key, uint keylen, in my_lsearch()
494 int csize, bucket, hashnr; in lf_hash_insert() local
550 hashnr = calc_hash(hash, pointer_cast<const uchar *>(key), keylen); in lf_hash_delete() local
605 hashnr = calc_hash(hash, pointer_cast<const uchar *>(key), keylen); in lf_hash_search() local
653 uint hashnr = (rand_val & INT_MAX32); in lf_hash_random_match() local
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dlf_hash.cc38 uint32 hashnr; /* reversed hash number, for sorting */ member
89 static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_find()
235 static int l_delete(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_delete()
294 uint32 hashnr, const uchar *key, uint keylen, in l_search()
413 int csize, bucket, hashnr; in lf_hash_insert() local
454 uint bucket, hashnr; in lf_hash_delete() local
486 my_hash_value_type hashnr, in lf_hash_search_using_hash_value()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dlf_hash.c38 uint32 hashnr; /* reversed hash number, for sorting */ member
89 static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_find()
227 static int l_delete(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_delete()
286 uint32 hashnr, const uchar *key, uint keylen, in l_search()
404 int csize, bucket, hashnr; in lf_hash_insert() local
445 uint bucket, hashnr; in lf_hash_delete() local
477 my_hash_value_type hashnr, in lf_hash_search_using_hash_value()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dlf_hash.c38 uint32 hashnr; /* reversed hash number, for sorting */ member
89 static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_find()
227 static int l_delete(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_delete()
286 uint32 hashnr, const uchar *key, uint keylen, in l_search()
404 int csize, bucket, hashnr; in lf_hash_insert() local
445 uint bucket, hashnr; in lf_hash_delete() local
477 my_hash_value_type hashnr, in lf_hash_search_using_hash_value()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dlf_hash.c37 uint32 hashnr; /* reversed hash number, for sorting */ member
88 static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_find()
226 static int l_delete(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_delete()
285 uint32 hashnr, const uchar *key, uint keylen, in l_search()
403 int csize, bucket, hashnr; in lf_hash_insert() local
444 uint bucket, hashnr; in lf_hash_delete() local
476 my_hash_value_type hashnr, in lf_hash_search_using_hash_value()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dlf_hash.cc38 uint32 hashnr; /* reversed hash number, for sorting */ member
89 static int l_find(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_find()
235 static int l_delete(LF_SLIST **head, CHARSET_INFO *cs, uint32 hashnr, in l_delete()
294 uint32 hashnr, const uchar *key, uint keylen, in l_search()
413 int csize, bucket, hashnr; in lf_hash_insert() local
454 uint bucket, hashnr; in lf_hash_delete() local
486 my_hash_value_type hashnr, in lf_hash_search_using_hash_value()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn37 "MacroParenthesesCheck.cpp",
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/heap/
H A Dheapdef.h126 static inline ulong hp_mask(ulong hashnr, ulong buffmax, ulong maxlength) in hp_mask()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/heap/
H A Dheapdef.h126 static inline ulong hp_mask(ulong hashnr, ulong buffmax, ulong maxlength) in hp_mask()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/heap/
H A Dheapdef.h126 static inline ulong hp_mask(ulong hashnr, ulong buffmax, ulong maxlength) in hp_mask()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dlockman.c219 uint32 hashnr; member
247 uint32 hashnr, cur_hashnr; in lockfind() local
602 uint csize, bucket, hashnr; in lockman_getlock() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dlockman.c219 uint32 hashnr; member
247 uint32 hashnr, cur_hashnr; in lockfind() local
602 uint csize, bucket, hashnr; in lockman_getlock() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dlockman.c219 uint32 hashnr; member
247 uint32 hashnr, cur_hashnr; in lockfind() local
602 uint csize, bucket, hashnr; in lockman_getlock() local

1234