Searched defs:ifc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c242 struct ifconf ifc; local
261 ifc.ifc_buf = buf;
262 ifc.ifc_len = len;
263 rv = ioctl(sock, SIOCGIFCONF, &ifc);
271 if (ifc.ifc_len == lastlen)
273 lastlen = ifc.ifc_len;
280 ifr = ifc.ifc_req;
281 lifr = (struct ifreq *)&ifc.ifc_buf[ifc.ifc_len];
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.h282 struct arbelprm_mad_ifc ifc; member in union:arbelprm_mad
H A Dhermon.h536 struct hermonprm_mad_ifc ifc; member in union:hermonprm_mad
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c178 unsigned int ifc; member in union:control_frame::__anon1995
3066 shader_addline(buffer, "BRA ifc_%u_else (%s.x);\n", control_frame->no.ifc, comp);
3086 shader_addline(buffer, "BRA ifc_%u_endif;\n", control_frame->no.ifc);
3087 shader_addline(buffer, "ifc_%u_else:\n", control_frame->no.ifc);
3108 shader_addline(buffer, "ifc_%u_endif:\n", control_frame->no.ifc);
3113 shader_addline(buffer, "ifc_%u_else:\n", control_frame->no.ifc);
5478 /* Non-ifc ENDIFs were already handled previously. */
5635 control_frame->no.ifc = priv->num_ifcs++;
5654 /* In case of an ifc, generate a HW shader instruction */
5671 /* In case of an ifc, generat
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c152 unsigned int ifc; member in union:control_frame::__anon1950
2874 shader_addline(buffer, "BRA ifc_%u_else (%s.x);\n", control_frame->no.ifc, comp);
2894 shader_addline(buffer, "BRA ifc_%u_endif;\n", control_frame->no.ifc);
2895 shader_addline(buffer, "ifc_%u_else:\n", control_frame->no.ifc);
2916 shader_addline(buffer, "ifc_%u_endif:\n", control_frame->no.ifc);
2921 shader_addline(buffer, "ifc_%u_else:\n", control_frame->no.ifc);
5161 control_frame->no.ifc = priv->num_ifcs++;
5180 /* In case of an ifc, generate a HW shader instruction */
5220 /* Non-ifc ENDIFs don't reach that place because of the return in the if block above */

Completed in 144 milliseconds