Searched refs:Info (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dfunctions_identify.c28 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 DCHANGES.md613 1. Extend the Info window with the geometry seen from the lower
/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c178 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 DXv.c868 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 DMakefile.am24 Info.c \
H A DMakefile.in139 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 Dmk_bundke.sh23 install -m 644 ${BUILDDIR}/Info.plist ${BUNDLE_ROOT}/Contents
H A DMakefile.am16 $(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 DMakefile.in403 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 Dmk_bundke.sh23 install -m 644 ${BUILDDIR}/Info.plist ${BUNDLE_ROOT}/Contents
H A DMakefile.am18 $(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 DMakefile.in493 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 Dpps_config.cc43 Info, enumerator in enum:Mode
96 mode = Mode::Info;
141 case Mode::Info: {
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c2532 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 Dtwm.h397 extern char Info[][INFO_SIZE];
H A Dtwm.c116 char Info[INFO_LINES][INFO_SIZE]; /* info strings to print */ variable in typeref:typename:char[][]
H A Devents.c1075 (i * height) + Scr->DefaultFont.y, Info[i],
1076 (int) strlen(Info[i]));
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c774 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 Dxvdisp.c905 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 DCMakeLists.txt375 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 DVBoxVideo.h1872 VBOXCMDVBVA_ALLOCINFO Info; member in struct:VBOXCMDVBVA_ALLOCDESC
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h2245 } Info; typedef in namespace:aco
2247 extern const Info instr_info;
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1324 DATA(Info),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json2813 { "kind" : "IdRef", "name" : "'Profiling Info'" },
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3824 - aco: add Info::{operand_size,definition_size}
3825 - aco: use Info::definition_size instead of definition's regclass

Completed in 77 milliseconds

12