Searched defs:__mode (Results 1 – 7 of 7) sorted by relevance
21 typedef int SItype __mode(SI); typedef22 typedef unsigned int USItype __mode(SI); typedef23 typedef int DItype __mode(DI); typedef24 typedef int word_type __mode(__word__); typedef
68 typedef int SItype __mode(SI); typedef69 typedef unsigned int USItype __mode(SI); typedef70 typedef int DItype __mode(DI); typedef71 typedef int word_type __mode(__word__); typedef
186 #define __mode(x) __attribute__((__mode__(x))) macro
49 #define RATE_MCS(__mode, __mcs) \ argument
6115 #define bfa_dport_result_start(__dport, __mode) do { \ argument