Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dinit.c110 char variable_name [50],variable_type [20]; in set_struct_descriptors() local
140 ch=parse_word (current_line,variable_type); in set_struct_descriptors()
143 strcpy (variable_type,variable_name); in set_struct_descriptors()
147 add_new_variable (current_descriptor,variable_type,variable_name); in set_struct_descriptors()
/external/webkit/JavaScriptCore/wtf/
DVector.h43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument
46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument