Searched refs:file (Results 1 - 25 of 3663) sorted by relevance

1234567891011>>

/xsrc/external/mit/ctwm/dist/
H A Dmask_screen.h7 void MaskScreen(char *file);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D131-eof-without-newline.c1 this file ends with no newlin
H A D133-eof-without-newline-comment.c1 This file ends with no newline within a comment /*
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D131-eof-without-newline.c1 this file ends with no newlin
H A D133-eof-without-newline-comment.c1 This file ends with no newline within a comment /*
/xsrc/external/mit/brotli/dist/tests/
H A Droundtrip_test.sh22 for file in $INPUTS; do
23 if [ -f $file ]; then
25 echo "Roundtrip testing $file at quality $quality"
26 compressed=${TMP_DIR}/${file##*/}.br
27 uncompressed=${TMP_DIR}/${file##*/}.unbr
28 $BROTLI -fq $quality $file -o $compressed
30 diff -q $file $uncompressed
32 cat $file | $BROTLI -cq $quality | $BROTLI -cd >$uncompressed
33 diff -q $file $uncompressed
H A Dcompatibility_test.sh14 for file in tests/testdata/*.compressed*; do
15 echo "Testing decompression of file $file"
16 expected=${file%.compressed*}
19 $BROTLI $file -fdo $uncompressed
22 cat $file | $BROTLI -dc > $uncompressed
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c48 * decompress - cat a compressed file
103 BufFilePtr file; member in struct:_compressedFILE
129 static code_int getcode ( CompressedFile *file );
137 CompressedFile *file; local in function:BufFilePushCompressed
153 file = malloc (sizeof (CompressedFile) + extra);
154 if (!file)
156 file->file = f;
157 file->maxbits = maxbits;
158 file
187 CompressedFile *file; local in function:BufCompressedClose
200 CompressedFile *file; local in function:BufCompressedFill
301 getcode(CompressedFile * file) argument
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c48 * decompress - cat a compressed file
104 BufFilePtr file; member in struct:_compressedFILE
130 static code_int getcode ( CompressedFile *file );
138 CompressedFile *file; local in function:BufFilePushCompressed
154 file = malloc (sizeof (CompressedFile) + extra);
155 if (!file)
157 file->file = f;
158 file->maxbits = maxbits;
159 file
188 CompressedFile *file; local in function:BufCompressedClose
201 CompressedFile *file; local in function:BufCompressedFill
302 getcode(CompressedFile * file) argument
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dcout.c44 WriteCHdrVMods(FILE *file, Display *dpy, XkbDescPtr xkb) argument
52 fprintf(file, "%s#define vmod_%s %d\n",
60 fprintf(file, "%s#define vmod_%sMask (1<<%d)\n",
67 fprintf(file, "\n");
72 WriteCHdrKeycodes(FILE * file, XkbDescPtr xkb) argument
85 fprintf(file, "/* keycodes name is \"%s\" */\n",
87 fprintf(file, "static XkbKeyNameRec keyNames[NUM_KEYS]= {\n");
92 fprintf(file, " { %6s },", buf);
94 fprintf(file, "\n");
97 fprintf(file, " {
105 WriteTypePreserve(FILE * file,Display * dpy,char * prefix,XkbDescPtr xkb,XkbKeyTypePtr type) argument
129 WriteTypeInitFunc(FILE * file,Display * dpy,XkbDescPtr xkb) argument
170 WriteCHdrKeyTypes(FILE * file,Display * dpy,XkbDescPtr xkb) argument
263 WriteCHdrCompatMap(FILE * file,Display * dpy,XkbDescPtr xkb) argument
316 WriteCHdrSymbols(FILE * file,XkbDescPtr xkb) argument
362 WriteCHdrClientMap(FILE * file,Display * dpy,XkbDescPtr xkb) argument
380 WriteCHdrServerMap(FILE * file,Display * dpy,XkbDescPtr xkb) argument
479 WriteCHdrIndicators(FILE * file,Display * dpy,XkbDescPtr xkb) argument
525 WriteCHdrGeomProps(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom) argument
544 WriteCHdrGeomColors(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom) argument
562 WriteCHdrGeomOutlines(FILE * file,int nOL,XkbOutlinePtr ol,int shapeNdx) argument
592 WriteCHdrGeomShapes(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom) argument
627 WriteCHdrGeomDoodads(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom,XkbSectionPtr section,int section_num) argument
722 WriteCHdrGeomOverlays(FILE * file,XkbDescPtr xkb,XkbSectionPtr section,int section_num) argument
787 WriteCHdrGeomRows(FILE * file,XkbDescPtr xkb,XkbSectionPtr section,int section_num) argument
821 WriteCHdrGeomSections(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom) argument
889 WriteCHdrGeomAliases(FILE * file,XkbDescPtr xkb,XkbGeometryPtr geom) argument
908 WriteCHdrGeometry(FILE * file,XkbDescPtr xkb) argument
983 WriteCHdrGeomFile(FILE * file,XkbFileInfo * result) argument
992 WriteCHdrLayout(FILE * file,XkbFileInfo * result) argument
1006 WriteCHdrSemantics(FILE * file,XkbFileInfo * result) argument
1020 WriteCHdrKeymap(FILE * file,XkbFileInfo * result) argument
[all...]
H A Dxkbout.c52 WriteXKBVModDecl(FILE *file, Display *dpy, XkbDescPtr xkb, int showValue) argument
67 fprintf(file, " virtual_modifiers ");
69 fprintf(file, ",");
70 fprintf(file, "%s", XkbAtomText(dpy, vmodNames[i], XkbXKBFile));
74 fprintf(file, "/* = %s */",
78 fprintf(file, "= %s",
86 fprintf(file, ";\n\n");
93 WriteXKBAction(FILE *file, XkbFileInfo *result, XkbAnyAction *action) argument
100 fprintf(file, "%s",
108 XkbWriteXKBKeycodes(FILE * file, argument
177 XkbWriteXKBKeyTypes(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
252 WriteXKBIndicatorMap(FILE * file,XkbFileInfo * result,Atom name,XkbIndicatorMapPtr led,XkbFileAddOnFunc addOn,void * priv) argument
298 XkbWriteXKBCompatMap(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
381 XkbWriteXKBSymbols(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
596 WriteXKBOutline(FILE * file,XkbShapePtr shape,XkbOutlinePtr outline,int lastRadius,int first,int indent) argument
639 WriteXKBDoodad(FILE * file,Display * dpy,unsigned indent,XkbGeometryPtr geom,XkbDoodadPtr doodad) argument
731 WriteXKBOverlay(FILE * file,Display * dpy,unsigned indent,XkbGeometryPtr geom,XkbOverlayPtr ol) argument
769 WriteXKBSection(FILE * file,Display * dpy,XkbSectionPtr s,XkbGeometryPtr geom) argument
866 XkbWriteXKBGeometry(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
986 XkbWriteXKBSemantics(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
1004 XkbWriteXKBLayout(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
1030 XkbWriteXKBKeymap(FILE * file,XkbFileInfo * result,Bool topLevel,Bool showImplicit,XkbFileAddOnFunc addOn,void * priv) argument
[all...]
/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dpublish.sh8 file=$1
11 scp "$file" ${acc}@www.x.org:/home/svu/public_html
/xsrc/external/mit/xedit/dist/lisp/
H A Dio.c65 LispFile *file = NULL; local in function:LispGet
70 file = FSTREAMP(SINPUT);
73 file = IPSTREAMP(SINPUT);
82 if (file != NULL) {
83 if (file->nonblock) {
84 if (fcntl(file->descriptor, F_SETFL, 0) < 0)
86 file->nonblock = 0;
88 ch = LispFgetc(file);
193 LispFile *file = calloc(1, sizeof(LispFile)); local in function:LispFdopen
195 if (file) {
227 LispFile *file; local in function:LispFopen
264 LispFclose(LispFile * file) argument
276 LispSetFileWrite(LispFile * file,io_write_fn new_write) argument
286 LispFflush(LispFile * file) argument
305 LispFungetc(LispFile * file,int ch) argument
319 LispFgetc(LispFile * file) argument
372 LispFputc(LispFile * file,int ch) argument
444 LispFgets(LispFile * file,char * string,int size) argument
467 LispFputs(LispFile * file,const char * buffer) argument
479 LispFread(LispFile * file,void * data,int size) argument
557 LispFwrite(LispFile * file,const void * data,int size) argument
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dwrite-35-lang-normalize-conf.py21 print('<?xml version="1.0"?>', file=f_out)
22 print('<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">', file=f_out)
23 print('<fontconfig>', file=f_out)
26 print(f' <!-- {o}* -> {o} -->', file=f_out)
27 print(f' <match>', file=f_out)
28 print(f' <test name="lang" compare="contains"><string>{o}</string></test>', file=f_out)
29 print(f' <edit name="lang" mode="assign" binding="same"><string>{o}</string></edit>', file=f_out)
30 print(f' </match>', file=f_out)
32 print('</fontconfig>', file=f_out)
H A D51-local.conf4 <description>Load local customization file</description>
5 <!-- Load local system customization file -->
/xsrc/external/mit/xf86-video-tga/dist/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/xsrc/external/mit/xf86-video-tseng/dist/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/xsrc/external/mit/xf86-input-synaptics/dist/
H A Dmissing23 # distribute this file as part of a program that contains a
54 # a file that requires a minimum version. In this case we
76 aclocal touch file 'aclocal.m4'
77 autoconf touch file 'configure'
78 autoheader touch file 'config.h.in'
79 autom4te touch the output file, or create a stub one
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n "$sed_output"`
196 test -z "$file"
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/xsrc/external/mit/xf86-video-newport/dist/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c411 static int string(FILE *file, const char *str) argument
413 fputs(str, file);
447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) argument
450 fprintf(file, "*** invalid %s value %d ",
456 string(file, " ");
457 string(file, ctrl[id]);
463 static void print_opcode(FILE *file, int id) argument
466 format(file, "*** invalid opcode value %d ", id);
469 string(file, opcode[id].name);
472 static int reg(FILE *file, unsigne argument
521 dest(FILE * file,const struct brw_instruction * inst) argument
561 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
573 src_da1(FILE * file,unsigned type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
589 src_ia1(FILE * file,unsigned type,unsigned _reg_file,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _addr_mode,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
614 src_da16(FILE * file,unsigned _reg_type,unsigned _reg_file,unsigned _vert_stride,unsigned _reg_nr,unsigned _subreg_nr,unsigned __abs,unsigned _negate,unsigned swz_x,unsigned swz_y,unsigned swz_z,unsigned swz_w) argument
669 imm(FILE * file,unsigned type,const struct brw_instruction * inst) argument
698 src0(FILE * file,const struct brw_instruction * inst) argument
747 src1(FILE * file,const struct brw_instruction * inst) argument
805 qtr_ctrl(FILE * file,const struct brw_instruction * inst) argument
834 brw_disasm(FILE * file,const struct brw_instruction * inst,int gen) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c411 static int string(FILE *file, const char *str) argument
413 fputs(str, file);
447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) argument
450 fprintf(file, "*** invalid %s value %d ",
456 string(file, " ");
457 string(file, ctrl[id]);
463 static void print_opcode(FILE *file, int id) argument
466 format(file, "*** invalid opcode value %d ", id);
469 string(file, opcode[id].name);
472 static int reg(FILE *file, unsigne argument
521 dest(FILE * file,const struct brw_instruction * inst) argument
561 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
573 src_da1(FILE * file,unsigned type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
589 src_ia1(FILE * file,unsigned type,unsigned _reg_file,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _addr_mode,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
614 src_da16(FILE * file,unsigned _reg_type,unsigned _reg_file,unsigned _vert_stride,unsigned _reg_nr,unsigned _subreg_nr,unsigned __abs,unsigned _negate,unsigned swz_x,unsigned swz_y,unsigned swz_z,unsigned swz_w) argument
669 imm(FILE * file,unsigned type,const struct brw_instruction * inst) argument
698 src0(FILE * file,const struct brw_instruction * inst) argument
747 src1(FILE * file,const struct brw_instruction * inst) argument
805 qtr_ctrl(FILE * file,const struct brw_instruction * inst) argument
834 brw_disasm(FILE * file,const struct brw_instruction * inst,int gen) argument
[all...]
/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c52 xkb_prologue(FILE *file, XkbEvent *ev, const char *name) argument
56 fprintf(file,
63 do_XkbStateNotify(FILE *file, XkbEvent *xkbev) argument
68 fprintf(file, " keycode %d, eventType %s,\n",
71 fprintf(file, " request %d/%d,\n", state->req_minor,
73 fprintf(file, " group= %d%s, base= %d%s, latched= %d%s, locked= %d%s,\n",
80 fprintf(file,
88 fprintf(file, " grab mods= 0x%02x%s, compat grab mods= 0x%02x%s\n",
92 fprintf(file, " lookup mods= 0x%02x%s, compat lookup mods= 0x%02x%s\n",
96 fprintf(file, " compatStat
114 do_XkbMapNotify(FILE * file,XkbEvent * xkbev) argument
148 do_XkbControlsNotify(FILE * file,XkbEvent * xkbev) argument
167 do_XkbIndicatorNotify(FILE * file,XkbEvent * xkbev) argument
181 do_XkbBellNotify(FILE * file,XkbEvent * xkbev) argument
204 do_XkbAccessXNotify(FILE * file,XkbEvent * xkbev) argument
246 do_XkbNamesNotify(FILE * file,XkbEvent * xkbev) argument
307 do_XkbCompatMapNotify(FILE * file,XkbEvent * xkbev) argument
326 do_XkbActionMessage(FILE * file,XkbEvent * xkbev) argument
340 do_XkbNewKeyboardNotify(FILE * file,XkbEvent * xkbev) argument
352 do_XkbExtensionDeviceNotify(FILE * file,XkbEvent * xkbev) argument
369 PrintXkbEvent(FILE * file,XkbEvent * ev) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm.c602 string(FILE *file, const char *string) argument
604 fputs(string, file);
643 control(FILE *file, const char *name, const char *const ctrl[], argument
647 fprintf(file, "*** invalid %s value %d ", name, id);
652 string(file, " ");
653 string(file, ctrl[id]);
661 print_opcode(FILE *file, const struct gen_device_info *devinfo, argument
666 format(file, "*** invalid opcode value %d ", id);
669 string(file, desc->name);
674 reg(FILE *file, unsigne argument
733 dest(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
809 dest_3src(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
851 src_align1_region(FILE * file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride) argument
867 src_da1(FILE * file,const struct gen_device_info * devinfo,unsigned opcode,enum brw_reg_type type,unsigned _reg_file,unsigned _vert_stride,unsigned _width,unsigned _horiz_stride,unsigned reg_num,unsigned sub_reg_num,unsigned __abs,unsigned _negate) argument
897 src_ia1(FILE * file,const struct gen_device_info * devinfo,unsigned opcode,enum brw_reg_type type,int _addr_imm,unsigned _addr_subreg_nr,unsigned _negate,unsigned __abs,unsigned _horiz_stride,unsigned _width,unsigned _vert_stride) argument
928 src_swizzle(FILE * file,unsigned swiz) argument
950 src_da16(FILE * file,const struct gen_device_info * devinfo,unsigned opcode,enum brw_reg_type type,unsigned _reg_file,unsigned _vert_stride,unsigned _reg_nr,unsigned _subreg_nr,unsigned __abs,unsigned _negate,unsigned swz_x,unsigned swz_y,unsigned swz_z,unsigned swz_w) argument
1070 src0_3src(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1154 src1_3src(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1222 src2_3src(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1304 imm(FILE * file,const struct gen_device_info * devinfo,enum brw_reg_type type,const brw_inst * inst) argument
1363 src_sends_da(FILE * file,const struct gen_device_info * devinfo,enum brw_reg_type type,unsigned _reg_nr,unsigned _reg_subnr) argument
1382 src_sends_ia(FILE * file,const struct gen_device_info * devinfo,enum brw_reg_type type,int _addr_imm,unsigned _addr_subreg_nr) argument
1400 src0(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1469 src1(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1530 qtr_ctrl(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst) argument
1576 brw_disassemble_inst(FILE * file,const struct gen_device_info * devinfo,const brw_inst * inst,bool is_compacted) argument
[all...]
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c46 pcfWrite(FontFilePtr file, char *b, int c) argument
49 return FontFileWrite(file, b, c);
53 pcfPutLSB32(FontFilePtr file, int c) argument
56 (void) FontFilePutc(c, file);
57 (void) FontFilePutc(c >> 8, file);
58 (void) FontFilePutc(c >> 16, file);
59 return FontFilePutc(c >> 24, file);
63 pcfPutINT32(FontFilePtr file, CARD32 format, int c) argument
67 (void) FontFilePutc(c >> 24, file);
68 (void) FontFilePutc(c >> 16, file);
80 pcfPutINT16(FontFilePtr file,CARD32 format,int c) argument
94 pcfPutINT8(FontFilePtr file,CARD32 format,int c) argument
101 pcfWriteTOC(FontFilePtr file,PCFTablePtr table,int count) argument
119 pcfPutCompressedMetric(FontFilePtr file,CARD32 format,xCharInfo * metric) argument
129 pcfPutMetric(FontFilePtr file,CARD32 format,xCharInfo * metric) argument
140 pcfPutBitmap(FontFilePtr file,CARD32 format,CharInfoPtr pCI) argument
153 pcfPutAccel(FontFilePtr file,CARD32 format,FontInfoPtr pFontInfo) argument
199 pcfWriteFont(FontPtr pFont,FontFilePtr file) argument
[all...]

Completed in 38 milliseconds

1234567891011>>