| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| mystdio.h | 56 #ifndef NULL 57 #define NULL 0
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| mystdio.h | 56 #ifndef NULL 57 #define NULL 0
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_texture.h | 106 return NULL; 108 assert(softpipe_resource(pt)->dt == NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_scratch.c | 62 NOUVEAU_BO_MAP, 0, size, NULL, bo); 83 NULL, &scratch->bo[i]); 96 nouveau_bo_ref(NULL, &scratch->bo[i]);
|
| nv20_state_fb.c | 65 nouveau_bo_ref(NULL, &nfb->hierz.bo); 67 NULL, &nfb->hierz.bo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_texture.h | 106 return NULL; 108 assert(softpipe_resource(pt)->dt == NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nouveau_scratch.c | 62 NOUVEAU_BO_MAP, 0, size, NULL, bo); 83 NULL, &scratch->bo[i]); 96 nouveau_bo_ref(NULL, &scratch->bo[i]);
|
| nv20_state_fb.c | 65 nouveau_bo_ref(NULL, &nfb->hierz.bo); 67 NULL, &nfb->hierz.bo);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Popup.c | 62 NULL, NULL); 72 if (shell_widget->shell.create_popup_child_proc != NULL) { 105 NULL, NULL); 155 NULL, NULL); 191 if (id->enable_widget != NULL) {
|
| Core.c | 124 XtRTranslationTable, (XtPointer) NULL}, 127 XtRTranslationTable, (XtPointer) NULL} 143 /* class_initialize */ NULL, 144 /* class_part_initialize */ NULL, 146 /* initialize */ NULL, 147 /* initialize_hook */ NULL, 149 /* actions */ NULL, 151 /* resources */ NULL, 158 /* destroy */ NULL, 159 /* resize */ NULL, [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imInt.c | 40 static Xim *_XimCurrentIMlist = (Xim *)NULL; 82 _XimCurrentIMlist[i] = NULL; 107 im->core.destroy_callback.client_data, NULL); 111 ic->core.destroy_callback.client_data, NULL); 117 _XimCurrentIMlist[i] = NULL; 136 im->core.destroy_callback.client_data, NULL); 140 ic->core.destroy_callback.client_data, NULL); 163 return NULL; 170 const char* begin = NULL; 171 const char* end = NULL; [all...] |
| /xsrc/external/mit/xman/dist/ |
| main.c | 67 Offset(show_help_syntax), XtRImmediate, NULL}, 94 NULL, 103 {"-geometry", "*topBox.geometry", XrmoptionSepArg, (caddr_t) NULL}, 105 {"=", "*topBox.geometry", XrmoptionIsArg, (caddr_t) NULL}, 106 {"-pagesize", "*manualBrowser.geometry", XrmoptionSepArg, (caddr_t) NULL}, 108 {"-helpfile", "helpFile", XrmoptionSepArg, (caddr_t) NULL}, 150 XtSetLanguageProc(NULL, (XtLanguageProc) NULL, NULL); 160 ArgError(0, NULL); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| Init.c | 118 SetNotifyFd(XConnectionNumber(xnestDisplay), xnestNotifyConnection, X_NOTIFY_READ, NULL); 120 RegisterBlockAndWakeupHandlers(xnestBlockHandler, xnestWakeupHandler, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_cache.c | 90 cache->last = NULL; 116 cache->last = NULL; 125 NULL); 127 _mesa_reference_program(ctx, &c->program, NULL); 131 cache->items[i] = NULL; 150 return NULL; 198 return NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| dag_test.cpp | 39 mem_ctx = ralloc_context(NULL); 56 static_cast<struct dag_node *>(&child), NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_cache.c | 89 cache->last = NULL; 115 cache->last = NULL; 124 NULL); 126 _mesa_reference_program(ctx, &c->program, NULL); 130 cache->items[i] = NULL; 149 return NULL; 197 return NULL;
|
| /xsrc/external/mit/editres/dist/ |
| editres.c | 59 TreeInfo *global_tree_info = NULL; 63 Widget global_paned = NULL; /* named after toolkit */ 71 NULL, 104 Syntax(NULL, argv[0], 0); 112 global_toplevel = XtAppInitialize(&app_con, "Editres", NULL, ZERO, 114 NULL, ZERO); 128 NULL, (Cardinal) 0); 141 global_screen_data.set_values_popup = NULL; 167 if (app_con != NULL)
|
| /xsrc/external/mit/pixman/dist/test/ |
| rotate-test.c | 102 src, NULL, dest,
|
| /xsrc/external/mit/rgb/dist/ |
| rgb.c | 46 #undef NULL
|
| showrgb.c | 42 #undef NULL 89 for (key = dbm_firstkey(rgb_dbm); key.dptr != NULL;
|
| /xsrc/external/mit/xlogo/dist/ |
| xlogo.c | 119 NULL, 162 if (toplevel != NULL) { 169 connection = NULL; 196 Syntax(NULL, NULL, EXIT_SUCCESS); 207 sessionShellWidgetClass, NULL, ZERO); 216 if (message != NULL) { 228 XtNumber(resources), NULL, 0); 232 XtAddCallback(toplevel, XtNsaveCallback, save, NULL); 233 XtAddCallback(toplevel, XtNdieCallback, die, NULL); [all...] |
| /xsrc/external/mit/xmore/dist/ |
| xmore.c | 53 static Widget toplevel = NULL; 54 static Widget text = NULL; 113 NULL, 127 XtCallActionProc(w, "quit", NULL, NULL, 0); 166 XtSetLanguageProc(NULL, NULL, NULL); 170 sessionShellWidgetClass, NULL, ZERO); 183 XtNumber(resources), NULL, 0) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_llvm_util.c | 76 LLVMParseCommandLineOptions(ARRAY_SIZE(argv), argv, NULL); 104 LLVMTargetRef target = NULL; 105 char *err_message = NULL; 113 return NULL; 213 return NULL; 370 ac_create_target_machine(family, tm_options, LLVMCodeGenLevelLess, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_surface.c | 130 return NULL; 145 util_dynarray_init(&surface->framebuffer_refs, NULL); 146 util_dynarray_init(&surface->desc_set_refs.refs, NULL); 150 if (VKSCR(CreateImageView)(screen->dev, ivci, NULL, 153 return NULL; 171 struct zink_surface *surface = NULL; 187 return NULL; 225 return NULL; 236 return NULL; 240 pipe_resource_reference((struct pipe_resource**)&transient, NULL); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_device.c | 27 NULL); 58 .pNext = NULL, 65 : NULL, 69 NULL, &queue->wait_fence); 259 return NULL; 309 NULL, &dev_handle); 315 vn_call_vkDestroyDevice(instance, dev_handle, NULL); 328 vn_call_vkDestroyDevice(instance, dev_handle, NULL); 368 vn_async_vkDestroyDevice(dev->instance, device, NULL);
|