| /xsrc/external/mit/brotli/dist/tests/ |
| Makefile | 16 rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| eval.h | 102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ); 104 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ); 106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 109 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2,
|
| eval.c | 765 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) 769 if (un<1) { 775 ctx->Eval.MapGrid1un = un; 778 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un; 783 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) 785 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 ); 790 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 795 if (un<1) { 796 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" ); 806 ctx->Eval.MapGrid2un = un; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| eval.h | 102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ); 104 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ); 106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 109 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2,
|
| eval.c | 764 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) 768 if (un<1) { 773 ctx->Eval.MapGrid1un = un; 776 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un; 781 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) 783 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 ); 788 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 793 if (un<1) { 794 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" ); 803 ctx->Eval.MapGrid2un = un; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| virgl_vtest_socket.c | 28 #include <sys/un.h> 198 struct sockaddr_un un; local 205 memset(&un, 0, sizeof(un)); 206 un.sun_family = AF_UNIX; 207 snprintf(un.sun_path, sizeof(un.sun_path), "%s", VTEST_DEFAULT_SOCKET_NAME); 211 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) < 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ |
| virgl_vtest_socket.c | 28 #include <sys/un.h> 198 struct sockaddr_un un; local 205 memset(&un, 0, sizeof(un)); 206 un.sun_family = AF_UNIX; 207 snprintf(un.sun_path, sizeof(un.sun_path), "%s", VTEST_DEFAULT_SOCKET_NAME); 211 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| os_socket.c | 17 #include <sys/un.h>
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| netaddr.c | 49 # include <sys/un.h> /* struct sockaddr_un */
|
| prngc.c | 29 #include <sys/un.h>
|
| choose.c | 45 # include <sys/un.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| lnx_acpi.c | 13 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| lnx_acpi.c | 13 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_renderer_vtest.c | 15 #include <sys/un.h> 72 struct sockaddr_un un; local 81 memset(&un, 0, sizeof(un)); 82 un.sun_family = AF_UNIX; 83 memcpy(un.sun_path, path, strlen(path)); 85 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) == -1) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_acpi.c | 34 #include <sys/un.h>
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_acpi.c | 34 #include <sys/un.h>
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_smartcard.c | 33 #include <sys/un.h>
|
| spiceqxl_vdagent.c | 7 #include <sys/un.h>
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_auth.c | 55 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| stub.c | 41 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| stub.c | 41 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_array.spec | 743 un-normalized? If it were un-normalized, floor(R) could be thought 748 un-normalized texture coordinates has been discussed in the ARB 751 RE-RESOLVED. The R coordinate is un-normalized. Accessing an array
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_array.spec | 743 un-normalized? If it were un-normalized, floor(R) could be thought 748 un-normalized texture coordinates has been discussed in the ARB 751 RE-RESOLVED. The R coordinate is un-normalized. Accessing an array
|
| /xsrc/external/bsd/libuuid_ul/dist/ |
| gen_uuid.c | 62 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| intel_noop_drm_shim.c | 33 #include <sys/un.h>
|