Searched refs:variable_type (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DAlignment.h28 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
31 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable
/external/e2fsprogs/ext2ed/
H A Dinit.c110 char variable_name [50],variable_type [20]; local
140 ch=parse_word (current_line,variable_type);
143 strcpy (variable_type,variable_name);
147 add_new_variable (current_descriptor,variable_type,variable_name);

Completed in 75 milliseconds