| /xsrc/external/mit/libFS/dist/src/ |
| FSClServ.c | 61 _FSExtension *ext; local 67 ext = svr->ext_procs; 68 while (ext) { 69 if (ext->close_server != NULL) 70 (*ext->close_server) (svr, &ext->codes); 71 ext = ext->next;
|
| FSErrDis.c | 105 register _FSExtension *ext; local 114 ext = svr->ext_procs; 115 while (ext) { /* call out to any extensions interested */ 116 if (ext->error_string != NULL) 117 (*ext->error_string) (svr, code, &ext->codes, buffer, nbytes); 118 ext = ext->next;
|
| FSQXExt.c | 79 FSXCharInfo *ext; local 103 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo)); 104 *extents = ext; 105 if (!ext) 109 _FS_convert_char_info(&local_exts, &ext[i]); 127 FSXCharInfo *ext; local 167 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo)); 168 *extents = ext; 169 if (!ext) 173 _FS_convert_char_info(&local_exts, &ext[i]) [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| FreeGC.c | 38 register _XExtension *ext; local 41 for (ext = dpy->ext_procs; ext; ext = ext->next) 42 if (ext->free_GC) (*ext->free_GC)(dpy, gc, &ext->codes);
|
| ClDisplay.c | 48 register _XExtension *ext; local 64 for (ext = dpy->ext_procs; ext; ext = ext->next) { 65 if (ext->close_display) 66 (*ext->close_display)(dpy, &ext->codes);
|
| CopyGC.c | 42 register _XExtension *ext; local 133 for (ext = dpy->ext_procs; ext; ext = ext->next) 134 if (ext->copy_GC) (*ext->copy_GC)(dpy, destGC, &ext->codes);
|
| SetCRects.c | 44 register _XExtension *ext; local 59 for (ext = dpy->ext_procs; ext; ext = ext->next) 60 if (ext->flush_GC) (*ext->flush_GC)(dpy, gc, &ext->codes);
|
| CrGC.c | 72 register _XExtension *ext; local 96 for (ext = dpy->ext_procs; ext; ext = ext->next) 97 if (ext->create_GC) (*ext->create_GC)(dpy, gc, &ext->codes); 320 register _XExtension *ext; local 328 for (ext = dpy->ext_procs; ext; ext = ext->next [all...] |
| ErrDes.c | 107 register _XExtension *ext; local 119 for (ext = dpy->ext_procs; ext; ext = ext->next) { 120 if (ext->error_string) 121 (*ext->error_string)(dpy, code, &ext->codes, buffer, nbytes); 122 if (ext->codes.first_error && 123 ext->codes.first_error <= code & [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| XGetVers.c | 67 XExtensionVersion *ext; local 75 ext = _XiGetExtensionVersionRequest(dpy, name, info->codes->major_opcode); 80 return ext; 88 XExtensionVersion *ext; local 101 ext = (XExtensionVersion *) Xmalloc(sizeof(XExtensionVersion)); 102 if (ext) { 103 ext->present = rep.present; 104 if (ext->present) { 105 ext->major_version = rep.major_version; 106 ext->minor_version = rep.minor_version [all...] |
| XIQueryVersion.c | 62 XExtensionVersion *ext; local 71 ext = ((XInputData*)extinfo->data)->vers; 73 *major = ext->major_version; 74 *minor = ext->minor_version;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| DefErrMsg.c | 47 register _XExtension *ext = (_XExtension *)NULL; local 60 for (ext = dpy->ext_procs; 61 ext && (ext->codes.major_opcode != event->request_code); 62 ext = ext->next) 64 if (ext) 65 XmuSnprintf(buffer, sizeof(buffer), "%s", ext->name); 75 if (ext) { 77 "%s.%d", ext->name, event->minor_code) [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| xcbext.h | 49 xcb_extension_t *ext; member in struct:__anon6373
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| require.c | 69 char filename[1024], *ext; local 102 *(filename + sizeof(filename) - 5) = '\0'; /* make sure there is place for ext */ 111 ext = filename + strlen(filename); 114 strcpy(ext, ".so"); 155 strcpy(ext, ".lsp");
|
| /xsrc/external/mit/libXpm/dist/src/ |
| Attrib.c | 127 XpmExtension *ext; local 131 for (i = 0, ext = extensions; i < nextensions; i++, ext++) { 132 if (ext->name) 133 XpmFree(ext->name); 134 nlines = ext->nlines; 135 for (j = 0, sptr = ext->lines; j < nlines; j++, sptr++) 138 if (ext->lines) 139 XpmFree(ext->lines);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Composite.c | 147 CompositeClassExtension ext, super_ext; local 149 ext = (CompositeClassExtension) 155 if (ext && ext->version == XtCompositeExtensionVersion) 178 new_ext->accepts_objects = (ext ? ext->accepts_objects : False);
|
| Object.c | 208 ObjectClassExtension ext, super_ext = NULL; local 210 ext = (ObjectClassExtension) 224 if (ext) { 225 if (ext->allocate == XtInheritAllocate) 226 ext->allocate = (super_ext ? super_ext->allocate : NULL); 227 if (ext->deallocate == XtInheritDeallocate) 228 ext->deallocate = (super_ext ? super_ext->deallocate : NULL); 232 ext = (ObjectClassExtension) 234 ext->next_extension = oc->object_class.extension; 235 ext->record_type = NULLQUARK [all...] |
| GetValues.c | 159 ConstraintClassExtension ext; local 168 for (ext = (ConstraintClassExtension) ((ConstraintWidgetClass) widget_class) 170 ext != NULL && ext->record_type != NULLQUARK; 171 ext = (ConstraintClassExtension) ext->next_extension); 173 if (ext != NULL) { 174 if (ext->version == XtConstraintExtensionVersion 175 && ext->record_size == sizeof(ConstraintClassExtensionRec)) { 176 if (ext->get_values_hook != NULL [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| dri3.c | 131 const xcb_query_extension_reply_t *ext; local 136 ext = xcb_get_extension_data(c, &xcb_dri3_id); 137 if (ext != NULL && ext->present)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| test_sdwa.cpp | 166 aco_opcode ext = aco_opcode::p_extract; variable 171 Temp bfe_byte0_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), 176 Temp bfe_byte1_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(1u), Operand::c32(8u), 181 Temp bfe_byte2_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(2u), Operand::c32(8u), 186 Temp bfe_byte3_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(3u), Operand::c32(8u), 191 Temp bfe_word0_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(16u), 196 Temp bfe_word1_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(1u), 227 Temp bfe_byte0_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), 236 Temp bfe_byte1_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(1u), Operand::c32(8u), 245 Temp bfe_byte2_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(2u), Operand::c32(8u) 283 aco_opcode ext = aco_opcode::p_extract; variable 340 aco_opcode ext = aco_opcode::p_extract; variable 431 aco_opcode ext = aco_opcode::p_extract; variable [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/ |
| lima_compiler_cmdline.c | 201 char *ext = rindex(filename[0], '.'); local 204 if (!strcmp(ext, ".frag")) { 207 else if (!strcmp(ext, ".vert")) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_texture_state.c | 89 const bool ext = !!(format & EXT_FORMAT); local 111 sv->TE_SAMPLER_CONFIG0 = COND(!ext && !astc, VIVS_TE_SAMPLER_CONFIG0_FORMAT(format)); 145 sv->TE_SAMPLER_CONFIG1 = COND(ext, VIVS_TE_SAMPLER_CONFIG1_FORMAT_EXT(format)) |
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| glx_public_api_core.c | 44 char *ext = (char *)glGetStringi(GL_EXTENSIONS, i); local 46 if (!epoxy_has_gl_extension(ext)) { 48 "but epoxy didn't\n", ext);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| arbocclude.c | 237 const char *ext = (const char *) glGetString(GL_EXTENSIONS); local 241 if (!strstr(ext, "GL_ARB_occlusion_query")) {
|
| arbocclude2.c | 290 const char *ext = (const char *) glGetString(GL_EXTENSIONS); local 293 if (!strstr(ext, "GL_ARB_occlusion_query")) { 298 if (strstr(ext, "GL_ARB_occlusion_query2")) {
|