HomeSort by relevance Sort by last modified time
    Searched refs:variable_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Alignment.h 33 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
36 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable
  /external/e2fsprogs/ext2ed/
init.c 110 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 2950 milliseconds