Home
last modified time | relevance | path

Searched refs:my_rnd (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/paexec/paexec-1.1.4/tests/scripts/
H A Dtransport_broken_rnd.in9 function my_rnd (){
34 rnd = my_rnd()
44 rnd = my_rnd()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dsql_crypt.cpp20 int idx= (uint) (my_rnd(&rand)*255.0); in init()
36 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
48 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dsql_crypt.cpp20 int idx= (uint) (my_rnd(&rand)*255.0); in init()
36 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
48 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_crypt.cc46 int idx= (uint) (my_rnd(&rand)*255.0); in init()
62 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
74 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
H A Dpassword.c196 *to++= (char) (floor(my_rnd(&rand_st)*31)+64); in scramble_323()
197 extra=(char) (floor(my_rnd(&rand_st)*31)); in scramble_323()
239 *to++=(char) (floor(my_rnd(&rand_st)*31)+64); in check_scramble_323()
242 extra=(char) (floor(my_rnd(&rand_st)*31)); in check_scramble_323()
328 *to= (char) (my_rnd(rand_st) * 94 + 33); in create_random_string()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_crypt.cc46 int idx= (uint) (my_rnd(&rand)*255.0); in init()
62 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
74 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
H A Dpassword.c196 *to++= (char) (floor(my_rnd(&rand_st)*31)+64); in scramble_323()
197 extra=(char) (floor(my_rnd(&rand_st)*31)); in scramble_323()
239 *to++=(char) (floor(my_rnd(&rand_st)*31)+64); in check_scramble_323()
242 extra=(char) (floor(my_rnd(&rand_st)*31)); in check_scramble_323()
328 *to= (char) (my_rnd(rand_st) * 94 + 33); in create_random_string()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_crypt.cc46 int idx= (uint) (my_rnd(&rand)*255.0); in init()
62 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
74 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
H A Dpassword.c196 *to++= (char) (floor(my_rnd(&rand_st)*31)+64); in scramble_323()
197 extra=(char) (floor(my_rnd(&rand_st)*31)); in scramble_323()
239 *to++=(char) (floor(my_rnd(&rand_st)*31)+64); in check_scramble_323()
242 extra=(char) (floor(my_rnd(&rand_st)*31)); in check_scramble_323()
328 *to= (char) (my_rnd(rand_st) * 94 + 33); in create_random_string()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_crypt.cc46 int idx= (uint) (my_rnd(&rand)*255.0); in init()
62 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
74 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_crypt.cc48 int idx= (uint) (my_rnd(&rand)*255.0); in init()
64 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
76 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0); in init()
60 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
72 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0); in init()
60 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
72 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0);
60 shift^=(uint) (my_rnd(&rand)*255.0);
72 shift^=(uint) (my_rnd(&rand)*255.0);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0); in init()
60 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
72 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0);
60 shift^=(uint) (my_rnd(&rand)*255.0);
72 shift^=(uint) (my_rnd(&rand)*255.0);
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_crypt.cc46 int idx= (uint) (my_rnd(&rand)*255.0); in init()
62 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
74 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_crypt.cc44 int idx= (uint) (my_rnd(&rand)*255.0); in init()
60 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
72 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_crypt.cc43 int idx= (uint) (my_rnd(&rand)*255.0); in init()
59 shift^=(uint) (my_rnd(&rand)*255.0); in encode()
71 shift^=(uint) (my_rnd(&rand)*255.0); in decode()
H A Dpassword.c101 double my_rnd(struct rand_struct *rand_st) in my_rnd() function
200 *to++= (char) (floor(my_rnd(&rand_st)*31)+64); in scramble_323()
201 extra=(char) (floor(my_rnd(&rand_st)*31)); in scramble_323()
243 *to++=(char) (floor(my_rnd(&rand_st)*31)+64); in check_scramble_323()
246 extra=(char) (floor(my_rnd(&rand_st)*31)); in check_scramble_323()
324 *to= (char) (my_rnd(rand_st)*94+33); in create_random_string()

12345678