Searched refs:NULL (Results 1 - 25 of 9258) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinlayouts.h45 {0x00000404, -1, "pc105", "cn", NULL, NULL, "Chinese (Traditional)"},
46 {0x00000804, -1, "pc105", "cn", NULL, NULL, "Chinese (Simplified)"},
47 {0x00000405, -1, "pc105", "cz", NULL, NULL, "Czech"},
48 {0x00010405, -1, "pc105", "cz_qwerty", NULL, NULL, "Czech (QWERTY)"},
49 {0x00000406, -1, "pc105", "dk", NULL, NULL, "Danis
[all...]
H A Dwinmessages.h38 NULL /* WM_SETCURSOR */ ,
138 NULL /* WM_NCHITTEST */ ,
166 NULL /* WM_NCMOUSEMOVE */ ,
281 NULL /* WM_TIMER */ ,
518 NULL /* WM_MOUSEMOVE */ ,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinlayouts.h47 { 0x00000404, -1, "pc105", "zh_TW", NULL, NULL, "Chinese (Taiwan)"},
48 { 0x00000405, -1, "pc105", "cz", NULL, NULL, "Czech"},
49 { 0x00010405, -1, "pc105", "cz_qwerty", NULL, NULL, "Czech (QWERTY)"},
50 { 0x00000406, -1, "pc105", "dk", NULL, NULL, "Danish"},
51 { 0x00000407, -1, "pc105", "de", NULL, NULL, "Germa
[all...]
H A Dwinmessages.h37 NULL /* WM_SETCURSOR */,
137 NULL /* WM_NCHITTEST */,
165 NULL /* WM_NCMOUSEMOVE */,
280 NULL /* WM_TIMER */,
517 NULL /* WM_MOUSEMOVE */,
/xsrc/external/mit/xditview/dist/
H A DDviChar.c38 return NULL;
95 buckets[i] = NULL;
130 {NULL, /* 0 */ },
131 {NULL, /* 1 */ },
132 {NULL, /* 2 */ },
133 {NULL, /* 3 */ },
134 {NULL, /* 4 */ },
135 {NULL, /* 5 */ },
136 {NULL, /* 6 */ },
137 {NULL, /*
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Ddispatch.cpp40 NULL, // clSetCommandQueueProperty
93 NULL, // clCreateFromGLBuffer
94 NULL, // clCreateFromGLTexture2D
95 NULL, // clCreateFromGLTexture3D
96 NULL, // clCreateFromGLRenderbuffer
97 NULL, // clGetGLObjectInfo
98 NULL, // clGetGLTextureInfo
99 NULL, // clEnqueueAcquireGLObjects
100 NULL, // clEnqueueReleaseGLObjects
101 NULL, // clGetGLContextInfoKH
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DConstraint.c86 /* class_initialize */ NULL,
89 /* initialize */ NULL,
90 /* initialize_hook */ NULL,
92 /* actions */ NULL,
94 /* resources */ NULL,
101 /* destroy */ NULL,
102 /* resize */ NULL,
103 /* expose */ NULL,
104 /* set_values */ NULL,
105 /* set_values_hook */ NULL,
[all...]
H A DVendor.c94 /* Class Initializer */ NULL,
95 /* class_part_initialize */ NULL,
97 /* initialize */ NULL,
98 /* initialize_notify */ NULL,
100 /* actions */ NULL,
102 /* resources */ NULL,
109 /* destroy */ NULL,
111 /* expose */ NULL,
112 /* set_values */ NULL,
113 /* set_values_hook */ NULL,
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_axp.c20 { "Tsunami", NULL, NULL, TSUNAMI },
21 { "Eiger", NULL, NULL, TSUNAMI },
22 {"Noname", NULL, NULL, LCA },
23 { "AlphaBook1", NULL, NULL, LCA },
24 {"EB66", NULL, NULL, LC
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Ddispatch.cpp41 NULL, // clSetCommandQueueProperty
94 NULL, // clCreateFromGLBuffer
95 NULL, // clCreateFromGLTexture2D
96 NULL, // clCreateFromGLTexture3D
97 NULL, // clCreateFromGLRenderbuffer
98 NULL, // clGetGLObjectInfo
99 NULL, // clGetGLTextureInfo
100 NULL, // clEnqueueAcquireGLObjects
101 NULL, // clEnqueueReleaseGLObjects
104 NULL, // clGetGLContextInfoKH
[all...]
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvfgen.c97 #define EMPTYFEAT {0, 0, {NULL}}
106 NULL
120 NULL
129 NULL
141 NULL
149 NULL
157 NULL
165 NULL
170 {NULL}
180 NULL
[all...]
/xsrc/external/mit/xf86-video-intel/dist/libobj/
H A Dalloca.c3 return NULL;
/xsrc/external/mit/xmag/dist/
H A DRootWin.c41 /* class_initialize */ NULL,
42 /* class_part_initialize */ NULL,
44 /* initialize */ NULL,
45 /* initialize_hook */ NULL,
47 /* actions */ NULL,
49 /* resources */ NULL,
56 /* destroy */ NULL,
57 /* resize */ NULL,
58 /* expose */ NULL,
59 /* set_values */ NULL,
[all...]
/xsrc/external/mit/ctwm/dist/
H A Ddeftwmrc.c7 #include <stddef.h> // for NULL
158 NULL
/xsrc/external/mit/x11perf/dist/
H A Ddo_tests.c33 {"-dot", "Dot", NULL,
37 {"-rect1", "1x1 rectangle", NULL,
40 {POLY, 1, NULL, NULL, FillSolid}},
41 {"-rect10", "10x10 rectangle", NULL,
44 {POLY, 10, NULL, NULL, FillSolid}},
45 {"-rect100", "100x100 rectangle", NULL,
48 {25, 100, NULL, NULL, FillSoli
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/hash_table/
H A Dnull_destroy.c37 _mesa_hash_table_destroy(NULL, NULL);
H A Dremove_null.c40 ht = _mesa_hash_table_create(NULL, NULL, _mesa_key_string_equal);
42 _mesa_hash_table_remove(ht, NULL);
44 _mesa_hash_table_destroy(ht, NULL);
/xsrc/external/mit/MesaLib/dist/src/util/tests/hash_table/
H A Dnull_destroy.c37 _mesa_hash_table_destroy(NULL, NULL);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_table.c77 /* [ 0] = 0 */ {NULL, NULL},
128 /* [ 36] = 36 */ {NULL, NULL},
129 /* [ 37] = 37 */ {NULL, NULL},
130 /* [ 38] = 38 */ {NULL, NULL},
131 /* [ 39] = 39 */ {NULL, NULL},
[all...]
/xsrc/external/mit/luit/dist/
H A Dcharset.c37 #ifndef NULL
38 #define NULL 0 macro
248 static CharsetPtr cachedCharsets = NULL;
260 return NULL;
288 return NULL;
291 if (c == NULL)
292 return NULL;
294 mapping = FontEncMapFind(fc->xlfd, FONT_ENCODING_UNICODE, -1, -1, NULL);
298 return NULL;
305 return NULL;
[all...]
/xsrc/external/mit/libdrm/dist/tests/etnaviv/
H A Detnaviv_cmd_stream_test.c41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL);
42 assert(stream == NULL);
44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL);
49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL);
[all...]
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/tests/
H A Detnaviv_cmd_stream_test.c41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL);
42 assert(stream == NULL);
44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL);
49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL);
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglprocs.h1208 NAME_FUNC_OFFSET( 0, glNewList, glNewList, NULL, _gloffset_NewList),
1209 NAME_FUNC_OFFSET( 10, glEndList, glEndList, NULL, _gloffset_EndList),
1210 NAME_FUNC_OFFSET( 20, glCallList, glCallList, NULL, _gloffset_CallList),
1211 NAME_FUNC_OFFSET( 31, glCallLists, glCallLists, NULL, _gloffset_CallLists),
1212 NAME_FUNC_OFFSET( 43, glDeleteLists, glDeleteLists, NULL, _gloffset_DeleteLists),
1213 NAME_FUNC_OFFSET( 57, glGenLists, glGenLists, NULL, _gloffset_GenLists),
1214 NAME_FUNC_OFFSET( 68, glListBase, glListBase, NULL, _gloffset_ListBase),
1215 NAME_FUNC_OFFSET( 79, glBegin, glBegin, NULL, _gloffset_Begin),
1216 NAME_FUNC_OFFSET( 87, glBitmap, glBitmap, NULL, _gloffset_Bitmap),
1217 NAME_FUNC_OFFSET( 96, glColor3b, glColor3b, NULL, _gloffset_Color3
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dmodinit.c46 NULL,
47 NULL
55 NULL,
56 NULL
64 NULL,
65 NULL
74 NULL
82 NULL,
83 NULL
92 NULL
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_hosted.c43 * If not hosted, return NULL.
48 return NULL;

Completed in 20 milliseconds

1234567891011>>