| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_identify.c | 28 static char Info[INFO_LINES][INFO_SIZE]; variable in typeref:typename:char[][] 56 * Backend for f.identify and f.version: Fills in the Info array with the 60 * Notably, the bits of Info aren't written into the window during this 90 fprintf(stderr, "Overflowing Info[] on line %d\n", n); \ 91 sprintf(Info[n++], "(overflow)"); \ 96 snprintf(Info[n++], INFO_SIZE, "Twm version: %s", TwmVersion); 99 snprintf(Info[n++], INFO_SIZE, "VCS Revision: %s", VCSRevision); 104 snprintf(Info[n++], INFO_SIZE, "Compile time options : %s", ctopts); 108 Info[n++][0] = '\0'; 119 snprintf(Info[ [all...] |
| H A D | CHANGES.md | 613 1. Extend the Info window with the geometry seen from the lower
|
| /xsrc/external/mit/libXvMC/dist/src/ |
| H A D | XvMC.c | 178 xvImageFormatInfo Info; local in function:XvMCListSubpictureTypes 180 _XRead(dpy, (char *) (&Info), sz_xvImageFormatInfo); 181 ret[i].id = (int) Info.id; 182 ret[i].type = Info.type; 183 ret[i].byte_order = Info.byte_order; 184 memcpy(&(ret[i].guid[0]), &(Info.guid[0]), 16); 185 ret[i].bits_per_pixel = Info.bpp; 186 ret[i].format = Info.format; 187 ret[i].num_planes = Info.num_planes; 188 ret[i].depth = Info [all...] |
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 868 xvAttributeInfo Info; local in function:XvQueryPortAttributes 874 _XRead(dpy, (char *) (&Info), sz_xvAttributeInfo); 875 ret[i].flags = (int) Info.flags; 876 ret[i].min_value = Info.min; 877 ret[i].max_value = Info.max; 879 if (Info.size <= size) { 880 _XRead(dpy, marker, Info.size); 881 marker += Info.size; 882 size -= Info.size; 931 xvImageFormatInfo Info; local in function:XvListImageFormats [all...] |
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | Makefile.am | 24 Info.c \
|
| H A D | Makefile.in | 139 CrPFrDat.lo CrPFrI.lo Image.lo Info.lo RdFToBuf.lo RdFToDat.lo \ 172 ./$(DEPDIR)/Info.Plo ./$(DEPDIR)/RdFToBuf.Plo \ 395 Info.c \ 505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Info.Plo@am__quote@ # am--include-marker 694 -rm -f ./$(DEPDIR)/Info.Plo 767 -rm -f ./$(DEPDIR)/Info.Plo
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/ |
| H A D | mk_bundke.sh | 23 install -m 644 ${BUILDDIR}/Info.plist ${BUNDLE_ROOT}/Contents
|
| H A D | Makefile.am | 16 $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/Info.plist 19 noinst_PRE = Info.plist.cpp 30 Info.plist.cpp \
|
| H A D | Makefile.in | 403 noinst_PRE = Info.plist.cpp 411 Info.plist.cpp \ 687 $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/Info.plist
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| H A D | mk_bundke.sh | 23 install -m 644 ${BUILDDIR}/Info.plist ${BUNDLE_ROOT}/Contents
|
| H A D | Makefile.am | 18 $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/Info.plist 21 noinst_PRE = Info.plist.cpp 30 Info.plist.cpp \
|
| H A D | Makefile.in | 493 noinst_PRE = Info.plist.cpp 500 Info.plist.cpp \ 863 $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/Info.plist
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_config.cc | 43 Info, enumerator in enum:Mode 96 mode = Mode::Info; 141 case Mode::Info: {
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | menus.c | 2532 snprintf(Info[n++], INFO_SIZE, "Twm version: %s, Release %s", 2534 Info[n++][0] = '\0'; 2540 snprintf(Info[n++], INFO_SIZE, 2542 snprintf(Info[n++], INFO_SIZE, 2544 snprintf(Info[n++], INFO_SIZE, 2546 Info[n++][0] = '\0'; 2547 snprintf(Info[n++], INFO_SIZE, 2549 snprintf(Info[n++], INFO_SIZE, "Border width = %u", bw); 2550 snprintf(Info[n++], INFO_SIZE, "Depth = %u", depth); 2555 snprintf(Info[ [all...] |
| H A D | twm.h | 397 extern char Info[][INFO_SIZE];
|
| H A D | twm.c | 116 char Info[INFO_LINES][INFO_SIZE]; /* info strings to print */ variable in typeref:typename:char[][]
|
| H A D | events.c | 1075 (i * height) + Scr->DefaultFont.y, Info[i], 1076 (int) strlen(Info[i]));
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdisp.c | 774 xvAttributeInfo Info; local in function:ProcXvQueryPortAttributes 802 Info.flags = pAtt->flags; 803 Info.min = pAtt->min_value; 804 Info.max = pAtt->max_value; 805 Info.size = pad_to_int32(size); 807 _WriteAttributeInfo(client, &Info);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdisp.c | 905 xvAttributeInfo Info; local in function:ProcXvQueryPortAttributes 938 Info.flags = pAtt->flags; 939 Info.min = pAtt->min_value; 940 Info.max = pAtt->max_value; 941 Info.size = pad_to_int32(size); 943 _WriteAttributeInfo(client, &Info);
|
| /xsrc/external/mit/freetype/dist/ |
| H A D | CMakeLists.txt | 375 list(APPEND BASE_SRCS builds/mac/freetype-Info.plist) 435 MACOSX_FRAMEWORK_INFO_PLIST builds/mac/freetype-Info.plist
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | VBoxVideo.h | 1872 VBOXCMDVBVA_ALLOCINFO Info; member in struct:VBOXCMDVBVA_ALLOCDESC
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_ir.h | 2245 } Info; typedef in namespace:aco 2247 extern const Info instr_info;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | misc.c | 1324 DATA(Info),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 2813 { "kind" : "IdRef", "name" : "'Profiling Info'" },
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 3824 - aco: add Info::{operand_size,definition_size} 3825 - aco: use Info::definition_size instead of definition's regclass
|