Searched defs:x (Results 1 – 4 of 4) sorted by relevance
90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument93 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ argument97 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument99 #define powerof2(x) ((((x) - 1) & (x)) == 0) argument
124 #define __CONCAT(x,y) x ## y argument125 #define __STRING(x) #x argument361 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) argument363 # define __attribute_format_arg__(x) /* Ignore */ argument664 # define __attr_access(x) __attribute__ ((__access__ x)) argument681 # define __attr_access(x) argument
48 #define NAME(x) NAMEX(x) argument49 #define NAMEX(x) #x argument
60 static int x[SIZE]; variable
Completed in 9 milliseconds