Searched defs:__P (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h64 # undef __P macro
65 # define __P(a) a macro
139 quad_t __adddi3 __P((quad_t, quad_t));
140 quad_t __anddi3 __P((quad_t, quad_t));
141 quad_t __ashldi3 __P((quad_t, qshift_t));
142 quad_t __ashrdi3 __P((quad_t, qshift_t));
143 int __cmpdi2 __P((quad_t, quad_t ));
144 quad_t __divdi3 __P((quad_t, quad_t));
145 quad_t __fixdfdi __P((double));
146 quad_t __fixsfdi __P((floa
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/net/
H A Droute.h40 #define __P(protos) protos /* full-blown ANSI C */ macro
116 int (*rt_output) __P((struct ifnet *, struct mbuf *,
272 void route_init __P((void));
273 void rt_ifmsg __P((struct ifnet *));
274 void rt_missmsg __P((int, struct rt_addrinfo *, int, int));
275 void rt_newaddrmsg __P((int, struct ifaddr *, int, struct rtentry *));
276 void rt_newmaddrmsg __P((int, struct ifmultiaddr *));
277 int rt_setgate __P((struct rtentry *,
279 void rtalloc __P((struct route *));
280 void rtalloc_ign __P((struc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h67 #ifndef __P
68 #define __P(x) x macro
69 #endif // __P
159 typedef res_sendhookact (*res_send_qhook)__P((struct sockaddr_in * const *ns,
166 typedef res_sendhookact (*res_send_rhook)__P((const struct sockaddr_in *ns,
234 int res_hnok __P((const char *));
235 int res_ownok __P((const char *));
236 int res_mailok __P((const char *));
237 int res_dnok __P((const char *));
238 int sym_ston __P((cons
[all...]

Completed in 179 milliseconds