Searched refs:args (Results 1 – 5 of 5) sorted by relevance
/include/ |
A D | malloc.h | 73 # define __MALLOC_P(args) args __THROW argument 76 # define __MALLOC_PMT(args) args argument 84 # define __MALLOC_P(args) args argument 85 # define __MALLOC_PMT(args) args argument 89 # define __MALLOC_P(args) () /* No prototypes. */ argument 90 # define __MALLOC_PMT(args) () argument
|
A D | complex.h | 56 #define __MATHCALL(function, args) \ argument 57 __MATHDECL(_Mdouble_complex_,function, args) 58 #define __MATHDECL(type, function, args) \ argument 59 __MATHDECL_1(type, function, args); \ 60 __MATHDECL_1(type, __CONCAT(__,function), args) 61 #define __MATHDECL_1(type, function, args) \ argument 62 extern type __MATH_PRECNAME(function) args __THROW
|
A D | math.h | 54 #define __MATHDECL_1(type,function,suffix,args) \ argument 57 #define __MATHDECL(type,function,suffix,args) \ argument 58 __MATHDECL_1(type,function,suffix,args); 60 #define __MATHCALL(function,suffix,args) \ argument 61 __MATHDECL(_Mdouble_,function,suffix,args) 67 #define __MATHCALLX(function,suffix,args,attrib) \ argument 68 __MATHDECLX(_Mdouble_,function,suffix,args,attrib) 73 #define __MATHDECLI(type,function,suffix,args) \ argument 74 __MATHDECL_1(type,function,suffix,args); \ 77 #define __MATHCALLI(function,suffix,args) \ argument [all …]
|
A D | ctype.h | 231 #define __tobody(c, f, table, args) \ 239 __res = f args; \
|
/include/sys/ |
A D | cdefs.h | 89 #define __P(args) args argument 90 #define __PMT(args) args argument
|
Completed in 11 milliseconds