Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by relevance

/misc/sys/
A Dparam.h90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument
93 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ argument
97 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
99 #define powerof2(x) ((((x) - 1) & (x)) == 0) argument
A Dcdefs.h124 #define __CONCAT(x,y) x ## y argument
125 #define __STRING(x) #x argument
361 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) argument
363 # define __attribute_format_arg__(x) /* Ignore */ argument
664 # define __attr_access(x) __attribute__ ((__access__ x)) argument
681 # define __attr_access(x) argument
/misc/
A Dtst-efgcvt-template.c48 #define NAME(x) NAMEX(x) argument
49 #define NAMEX(x) #x argument
A Dtst-tsearch.c60 static int x[SIZE]; variable

Completed in 9 milliseconds