Home
last modified time | relevance | path

Searched defs:st_bitmap (Results 1 – 20 of 20) sorted by relevance

/dports/games/scorched3d/scorched-dep-win32/include/mysql/mysql/
H A Dmy_bitmap.h24 typedef struct st_bitmap struct
26 uchar *bitmap;
27 uint bitmap_size;
28 my_bool thread_safe; /* set if several threads access the bitmap */
35 pthread_mutex_t mutex;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dmy_bitmap.h33 typedef struct st_bitmap struct
35 my_bitmap_map *bitmap;
36 uint n_bits; /* number of bits occupied by the above */
37 my_bitmap_map last_word_mask;
38 my_bitmap_map *last_word_ptr;
44 mysql_mutex_t *mutex;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dmy_bitmap.h33 typedef struct st_bitmap struct
35 my_bitmap_map *bitmap;
36 uint n_bits; /* number of bits occupied by the above */
37 my_bitmap_map last_word_mask;
38 my_bitmap_map *last_word_ptr;
44 mysql_mutex_t *mutex;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dmy_bitmap.h33 typedef struct st_bitmap struct
35 my_bitmap_map *bitmap;
36 uint n_bits; /* number of bits occupied by the above */
37 my_bitmap_map last_word_mask;
38 my_bitmap_map *last_word_ptr;
44 mysql_mutex_t *mutex;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/mysql57-client/mysql-5.7.36/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dmy_bitmap.h34 typedef struct st_bitmap struct
36 my_bitmap_map *bitmap;
37 uint n_bits; /* number of bits occupied by the above */
38 my_bitmap_map last_word_mask;
39 my_bitmap_map *last_word_ptr;
45 mysql_mutex_t *mutex;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dmy_bitmap.h33 typedef struct st_bitmap struct
35 my_bitmap_map *bitmap;
36 uint n_bits; /* number of bits occupied by the above */
37 my_bitmap_map last_word_mask;
38 my_bitmap_map *last_word_ptr;
44 mysql_mutex_t *mutex;
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dmy_bitmap.h33 typedef struct st_bitmap struct
35 my_bitmap_map *bitmap;
36 uint n_bits; /* number of bits occupied by the above */
37 my_bitmap_map last_word_mask;
38 my_bitmap_map *last_word_ptr;
44 mysql_mutex_t *mutex;
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_bitmap.h27 typedef struct st_bitmap struct
29 my_bitmap_map *bitmap;
30 my_bitmap_map *last_word_ptr;
36 mysql_mutex_t *mutex;
37 my_bitmap_map last_word_mask;
38 uint32 n_bits; /* number of bits occupied by the above */
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dmy_bitmap.h27 typedef struct st_bitmap struct
29 my_bitmap_map *bitmap;
30 my_bitmap_map *last_word_ptr;
36 mysql_mutex_t *mutex;
37 my_bitmap_map last_word_mask;
38 uint32 n_bits; /* number of bits occupied by the above */
/dports/databases/mysql55-client/mysql-5.5.62/include/
H A Dmy_bitmap.h26 typedef struct st_bitmap struct
28 my_bitmap_map *bitmap;
29 uint n_bits; /* number of bits occupied by the above */
30 my_bitmap_map last_word_mask;
31 my_bitmap_map *last_word_ptr;
37 mysql_mutex_t *mutex;
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dmy_compiler.h29 Compiler-dependent internal convenience macros.
33 #if defined __GNUC__
36 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
38 # define MY_ALIGN_EXT
39 /* Comunicate to the compiler the unreachability of the code. */
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dmy_bitmap.h27 typedef struct st_bitmap struct
29 my_bitmap_map *bitmap;
30 my_bitmap_map *last_word_ptr;
36 mysql_mutex_t *mutex;
37 my_bitmap_map last_word_mask;
38 uint32 n_bits; /* number of bits occupied by the above */
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dmy_bitmap.h27 typedef struct st_bitmap struct
29 my_bitmap_map *bitmap;
30 my_bitmap_map *last_word_ptr;
36 mysql_mutex_t *mutex;
37 my_bitmap_map last_word_mask;
38 uint32 n_bits; /* number of bits occupied by the above */
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dmy_bitmap.h27 typedef struct st_bitmap struct
29 my_bitmap_map *bitmap;
30 my_bitmap_map *last_word_ptr;
36 mysql_mutex_t *mutex;
37 my_bitmap_map last_word_mask;
38 uint32 n_bits; /* number of bits occupied by the above */
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/board_stackup_manager/
H A Dpanel_board_stackup.cpp1443 wxStaticBitmap* st_bitmap = m_rowUiItemsList[aRow].m_Icon; in updateIconColor() local