Searched defs:variable_type (Results 1 – 2 of 2) sorted by relevance
43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument
110 char variable_name [50],variable_type [20]; in set_struct_descriptors() local