Home
last modified time | relevance | path

Searched defs:sint8korr (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dbyte_order_generic_x86.h50 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h78 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/sys/
H A Dbyte_order_generic_x86.h51 static inline longlong sint8korr(const uchar *A) { return *((longlong*) A); } in sint8korr() function
H A Dbyte_order_generic.h84 static inline longlong sint8korr(const uchar *A) in sint8korr() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dbyte_order_generic.h41 #define sint8korr(A) (longlong) uint8korr(A) macro
H A Dbyte_order_generic_x86_64.h58 #define sint8korr(A) (longlong) (*((longlong *) (A))) macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dbyte_order_generic.h41 #define sint8korr(A) (longlong) uint8korr(A) macro
H A Dbyte_order_generic_x86_64.h58 #define sint8korr(A) (longlong) (*((longlong *) (A))) macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dbyte_order_generic_x86_64.h58 #define sint8korr(A) (longlong) (*((longlong *) (A))) macro
H A Dbyte_order_generic.h41 #define sint8korr(A) (longlong) uint8korr(A) macro
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dbyte_order_generic.h41 #define sint8korr(A) (longlong) uint8korr(A) macro
H A Dbyte_order_generic_x86_64.h58 #define sint8korr(A) (longlong) (*((longlong *) (A))) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dbyte_order_generic.h35 #define sint8korr(A) (longlong) uint8korr(A) macro
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dbyte_order_generic_x86_64.h35 #define uint4korr(A) (uint32) (*((uint32 *) (A)))
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dbyte_order_generic.h35 #define sint8korr(A) (longlong) uint8korr(A) macro

1234