| /xsrc/external/mit/fontconfig/dist/fc-scan/ |
| H A D | Makefile.am | 2 # fontconfig/fc-scan/Makefile.am 24 bin_PROGRAMS=fc-scan 28 FC_SCAN_SRC=${top_srcdir}/fc-scan 30 SGML = ${FC_SCAN_SRC}/fc-scan.sgml 34 BUILT_MANS=fc-scan.1 40 EXTRA_DIST=fc-scan.sgml $(BUILT_MANS)
|
| H A D | Makefile.in | 18 # fontconfig/fc-scan/Makefile.am 114 bin_PROGRAMS = fc-scan$(EXEEXT) 116 subdir = fc-scan 139 fc_scan_SOURCES = fc-scan.c 140 fc_scan_OBJECTS = fc-scan.$(OBJEXT) 161 am__depfiles_remade = ./$(DEPDIR)/fc-scan.Po 181 SOURCES = fc-scan.c 182 DIST_SOURCES = fc-scan.c 434 FC_SCAN_SRC = ${top_srcdir}/fc-scan 435 SGML = ${FC_SCAN_SRC}/fc-scan [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | defaults.c | 68 FontDefaultFormat(int *bit, int *byte, int *glyph, int *scan) argument 73 *scan = DEFAULT_SCAN_UNIT;
|
| H A D | bdftopcf.c | 51 int bit, byte, glyph, scan; local in function:main 53 FontDefaultFormat(&bit, &byte, &glyph, &scan); 81 scan = argv[0][2] - '0'; 167 if (bdfReadFont(&font, input, bit, byte, glyph, scan) != Successful) {
|
| H A D | pcf.h | 76 #define PCF_FORMAT(bit,byte,glyph,scan) (\ 77 (PCF_SIZE_TO_INDEX(scan) << 4) | \ 93 int bit, int byte, int glyph, int scan);
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | format.c | 66 int *scan, 82 *scan = format & BitmapFormatScanlineUnitMask; 84 switch (*scan) { 86 *scan = 1; 89 *scan = 2; 92 *scan = 4; 62 CheckFSFormat(fsBitmapFormat format,fsBitmapFormatMask fmask,int * bit_order,int * byte_order,int * scan,int * glyph,int * image) argument
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | format.c | 67 int *scan, 83 *scan = format & BitmapFormatScanlineUnitMask; 85 switch (*scan) { 87 *scan = 1; 90 *scan = 2; 93 *scan = 4; 63 CheckFSFormat(fsBitmapFormat format,fsBitmapFormatMask fmask,int * bit_order,int * byte_order,int * scan,int * glyph,int * image) argument
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | defaults.c | 68 FontDefaultFormat (int *bit, int *byte, int *glyph, int *scan) argument 73 *scan = DEFAULT_SCAN_UNIT;
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | defaults.c | 69 FontDefaultFormat (int *bit, int *byte, int *glyph, int *scan) argument 74 *scan = DEFAULT_SCAN_UNIT;
|
| /xsrc/external/mit/libXfont/dist/src/builtins/ |
| H A D | render.c | 43 scan, local in function:BuiltinOpenBitmap 55 FontDefaultFormat(&bit, &byte, &glyph, &scan); 57 ret = CheckFSFormat(format, fmask, &bit, &byte, &scan, &glyph, &image); 64 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
|
| /xsrc/external/mit/libXfont2/dist/src/builtins/ |
| H A D | render.c | 44 scan, local in function:BuiltinOpenBitmap 56 FontDefaultFormat(&bit, &byte, &glyph, &scan); 58 ret = CheckFSFormat(format, fmask, &bit, &byte, &scan, &glyph, &image); 65 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | pcf.h | 75 #define PCF_FORMAT(bit,byte,glyph,scan) (\ 76 (PCF_SIZE_TO_INDEX(scan) << 4) | \ 92 int bit, int byte, int glyph, int scan );
|
| H A D | bdfint.h | 79 int bit, int byte, int glyph, int scan );
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | pcf.h | 75 #define PCF_FORMAT(bit,byte,glyph,scan) (\ 76 (PCF_SIZE_TO_INDEX(scan) << 4) | \ 92 int bit, int byte, int glyph, int scan );
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Makefile.am | 18 scan.c \
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitmapfunc.c | 52 int /* glyph */, int /* scan */); 113 scan, local in function:BitmapOpenBitmap 127 FontDefaultFormat(&bit, &byte, &glyph, &scan); 129 ret = CheckFSFormat(format, fmask, &bit, &byte, &scan, &glyph, &image); 134 ret = (*readers[i].ReadFont) (pFont, file, bit, byte, glyph, scan);
|
| H A D | snfstr.h | 177 extern void SnfSetFormat ( int bit, int byte, int glyph, int scan ); 179 int bit, int byte, int glyph, int scan );
|
| H A D | snfread.c | 193 SnfSetFormat (int bit, int byte, int glyph, int scan) argument 198 snf_scan = scan; 203 SnfGetFormat (int *bit, int *byte, int *glyph, int *scan) argument 210 *scan = snf_scan; 215 int bit, int byte, int glyph, int scan) 341 switch (bit == byte ? def_scan : scan) { 438 pFont->scan = scan; 214 snfReadFont(FontPtr pFont,FontFilePtr file,int bit,int byte,int glyph,int scan) argument
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitmapfunc.c | 53 int /* glyph */, int /* scan */); 114 scan, local in function:BitmapOpenBitmap 128 FontDefaultFormat(&bit, &byte, &glyph, &scan); 130 ret = CheckFSFormat(format, fmask, &bit, &byte, &scan, &glyph, &image); 135 ret = (*readers[i].ReadFont) (pFont, file, bit, byte, glyph, scan);
|
| H A D | snfstr.h | 177 extern void SnfSetFormat ( int bit, int byte, int glyph, int scan ); 179 int bit, int byte, int glyph, int scan );
|
| H A D | snfread.c | 195 SnfSetFormat (int bit, int byte, int glyph, int scan) argument 200 snf_scan = scan; 205 SnfGetFormat (int *bit, int *byte, int *glyph, int *scan) argument 212 *scan = snf_scan; 217 int bit, int byte, int glyph, int scan) 343 switch (bit == byte ? def_scan : scan) { 440 pFont->scan = scan; 216 snfReadFont(FontPtr pFont,FontFilePtr file,int bit,int byte,int glyph,int scan) argument
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/ |
| H A D | xkbparser.rb | 168 line.scan(/xkb_symbols\s+"(\w+)"/) do | symsName | 171 line.scan(/^\s*key\s*<(\w+)>\s*\{\s*\[\s*(\w+)/) do | keycode, keysym | 174 line.scan(/^partial\s+(hidden\s+)?alphanumeric_keys/) do | h | 177 line.scan(/^\s*include\s+"inet\((\w+)\)"/) do | otherPart |
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Makefile.am | 25 scan.c \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_uniform_atomics.c | 177 /* Perform a reduction and/or exclusive scan. */ 180 nir_ssa_def **reduce, nir_ssa_def **scan) 182 if (scan) { 183 *scan = nir_exclusive_scan(b, data, .reduction_op=op); 186 nir_ssa_def *res = nir_build_alu(b, op, *scan, data, NULL, NULL); 201 /* Separate uniform reduction and scan is faster than doing a combined scan+reduce */ 203 nir_ssa_def *reduce = NULL, *scan = NULL; local in function:optimize_atomic 204 reduce_data(b, op, data, &reduce, combined_scan_reduce ? &scan : NULL); 226 reduce_data(b, op, data, NULL, &scan); 179 reduce_data(nir_builder * b,nir_op op,nir_ssa_def * data,nir_ssa_def ** reduce,nir_ssa_def ** scan) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | utilities.rst | 13 `Coverity <https://scan.coverity.com/projects/mesa>`__
|