Home
last modified time | relevance | path

Searched refs:typedef (Results 1 – 25 of 9435) sorted by relevance

12345678910>>...378

/dports/devel/cdecl/cdecl-cdecl-11.9/test/expected/
H A Dshow_predefined_typedef.out1 typedef WORD ATOM;
2 typedef int BOOL;
3 typedef BYTE BOOLEAN;
5 typedef char CCHAR;
6 typedef char CHAR;
7 typedef DWORD COLORREF;
15 typedef float FLOAT;
16 typedef int HALF_PTR;
24 typedef HANDLE HDC;
30 typedef int HFILE;
[all …]
H A Dshow_all_typedef.out1 typedef WORD ATOM;
2 typedef int BOOL;
3 typedef BYTE BOOLEAN;
5 typedef char CCHAR;
6 typedef char CHAR;
7 typedef DWORD COLORREF;
15 typedef float FLOAT;
24 typedef HANDLE HDC;
30 typedef int HFILE;
52 typedef int INT;
[all …]
H A Dshow_all_predefined_typedef-c++.out1 typedef WORD ATOM;
2 typedef int BOOL;
3 typedef BYTE BOOLEAN;
5 typedef char CCHAR;
6 typedef char CHAR;
7 typedef DWORD COLORREF;
15 typedef float FLOAT;
16 typedef int HALF_PTR;
24 typedef HANDLE HDC;
30 typedef int HFILE;
[all …]
H A Dshow_all_predefined_glob-01.out1 typedef _Atomic _Bool atomic_bool;
2 typedef _Atomic char atomic_char;
3 typedef _Atomic char16_t atomic_char16_t;
4 typedef _Atomic char32_t atomic_char32_t;
5 typedef _Atomic char8_t atomic_char8_t;
6 typedef struct atomic_flag atomic_flag;
7 typedef _Atomic int atomic_int;
19 typedef _Atomic long atomic_long;
22 typedef _Atomic short atomic_short;
23 typedef _Atomic size_t atomic_size_t;
[all …]
/dports/audio/rezound/rezound-0.13.1beta/src/misc/missing/
H A Dstdint.h-missing15 typedef signed char int8_t;
16 typedef short int int16_t;
17 typedef int int32_t;
18 typedef long long int int64_t;
19 typedef unsigned char uint8_t;
21 typedef unsigned int uint32_t;
25 typedef int int_least32_t;
32 typedef int int_fast16_t;
33 typedef int int_fast32_t;
39 typedef int intptr_t;
[all …]
/dports/www/mod_php81/php-8.1.1/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/lang/php81/php-8.1.1/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/lang/php80/php-8.0.15/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/lang/php74/php-7.4.27/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/devel/php74-ffi/php-7.4.27/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/devel/php81-ffi/php-8.1.1/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/devel/php80-ffi/php-8.0.15/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/www/mod_php74/php-7.4.27/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/www/mod_php80/php-8.0.15/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
25 typedef void type6;
52 typedef float type32;
53 typedef double type33;
55 typedef _Bool type35;
75 typedef void* type46;
92 typedef void * type54;
93 typedef void ** type55;
97 typedef char type57[];
105 typedef char type65[];
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-verilog.r/systemverilog-typedef.d/
H A Dexpected.tags8 no input.sv /^typedef enum {no, yes} type_enum;$/;" c typedef:type_enum
9 type_enum.no input.sv /^typedef enum {no, yes} type_enum;$/;" c typedef:type_enum
10 yes input.sv /^typedef enum {no, yes} type_enum;$/;" c typedef:type_enum
11 type_enum.yes input.sv /^typedef enum {no, yes} type_enum;$/;" c typedef:type_enum
13 W input.sv /^typedef enum bit {W, X} type_enum_bit;$/;" c typedef:type_enum_bit
14 type_enum_bit.W input.sv /^typedef enum bit {W, X} type_enum_bit;$/;" c typedef:type_enum_…
15 X input.sv /^typedef enum bit {W, X} type_enum_bit;$/;" c typedef:type_enum_bit
16 type_enum_bit.X input.sv /^typedef enum bit {W, X} type_enum_bit;$/;" c typedef:type_enum_…
18 Y input.sv /^typedef enum bit [1:0] {Y, Z} type_enum_bit2;$/;" c typedef:type_enum_bit2
19 type_enum_bit2.Y input.sv /^typedef enum bit [1:0] {Y, Z} type_enum_bit2;$/;" c typedef:type_enu…
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/psi/
H A Dpsi_abi_v2.h.pp5 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
23 typedef struct PSI_mutex PSI_mutex;
27 typedef struct PSI_cond PSI_cond;
31 typedef struct PSI_table PSI_table;
35 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/psi/
H A Dpsi_abi_v2.h.pp5 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
23 typedef struct PSI_mutex PSI_mutex;
27 typedef struct PSI_cond PSI_cond;
31 typedef struct PSI_table PSI_table;
35 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/include/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/sys/mysql/psi/
H A Dpsi_abi_v2.h.pp6 typedef unsigned int PSI_memory_key;
14 typedef struct MDL_key MDL_key;
15 typedef int opaque_mdl_type;
16 typedef int opaque_mdl_duration;
17 typedef int opaque_mdl_status;
18 typedef int opaque_vio_type;
25 typedef struct opaque_THD THD;
27 typedef struct PSI_mutex PSI_mutex;
31 typedef struct PSI_cond PSI_cond;
39 typedef struct PSI_file PSI_file;
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwtypes.h.in61 typedef long LONG_PTR;
166 typedef bool BOOL;
191 typedef char CHAR;
194 typedef __int8 CHAR;
216 typedef __int8 INT8;
268 typedef LONG SCODE;
283 typedef SIZE SIZEL;
292 typedef GUID CLSID;
300 typedef GUID IID;
388 typedef struct _ACL
[all …]

12345678910>>...378