| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | merge_driinfo.py | 65 Represent a config section description as: 83 section = None 102 if section is None: 105 section.options.append(verbatim) 117 if section is None: 118 print('{}:{}: no open section' 122 section = None 127 if section is not None: 137 section = Section(m.group(1)) 138 sections.append(section) [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | rndr_gu1.c | 450 unsigned short section; local in function:gu1_solid_fill 477 section = 0x10 - (x & 0x0F); 478 WRITE_REG16(GP_WIDTH, section); 484 WRITE_REG16(GP_DST_XCOOR, x + section); 486 WRITE_REG16(GP_WIDTH, width - section); 516 unsigned short section, buffer_width, blit_mode; local in function:gu1_pattern_fill 554 /* Write the registers that do not change for each section. */ 574 section = buffer_width; 576 section = width; 583 WRITE_REG16(GP_WIDTH, section); 625 unsigned short bpp_shift, section, cur_x; local in function:gu1_color_pattern_fill 753 unsigned short section, buffer_width; local in function:gu1_screen_to_screen_blt 868 unsigned short section, buffer_width; local in function:gu1_screen_to_screen_xblt 1013 unsigned short section, buffer_width; local in function:gu1_color_bitmap_to_screen_blt 1126 unsigned short section, buffer_width; local in function:gu1_color_bitmap_to_screen_xblt 1251 unsigned short section, buffer_width; local in function:gu1_mono_bitmap_to_screen_blt [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkbdraw.c | 72 XkbGetOrderedDrawables(XkbGeometryPtr geom, XkbSectionPtr section) argument 79 XkbSectionPtr section; local in function:XkbGetOrderedDrawables 82 for (i = 0, section = geom->sections; i < geom->num_sections; 83 i++, section++) { 90 tmp->priority = section->priority; 91 tmp->u.section = section; 109 if (section != NULL) { 112 for (i = 0, doodad = section->doodads; i < section [all...] |
| H A D | srvmisc.c | 172 XkbSectionPtr section; local in function:XkbChangeKbdDisplay 174 for (s = 0, section = geom->sections; s < geom->num_sections; 175 s++, section++) { 176 section->name = 177 XkbChangeAtomDisplay(oldDpy, newDpy, section->name); 178 if (section->doodads) { 182 for (d = 0, doodad = section->doodads; 183 d < section->num_doodads; d++, doodad++) { 189 if (section->overlays) { 193 for (o = 0, ol = section [all...] |
| H A D | cout.c | 630 XkbSectionPtr section, 638 if (section == NULL) { 652 if (section->num_doodads > 0) { 654 section_num, section->num_doodads); 660 fprintf(file, " XkbSectionPtr section)\n"); 663 fprintf(file, " doodads= section->doodads;\n"); 724 XkbSectionPtr section, 732 if (section->num_overlays < 1) 734 for (o = 0, ol = section->overlays; o < section 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 824 register XkbSectionPtr section; local in function:WriteCHdrGeomSections [all...] |
| H A D | xkmout.c | 781 SizeXKMGeomSection(XkbFileInfo *result, XkbSectionPtr section) argument 787 size += xkmSizeCountedAtomString(result->xkb->dpy, section->name); 788 if (section->rows) { 791 for (row = section->rows, i = 0; i < section->num_rows; i++, row++) { 796 if (section->doodads) { 799 for (doodad = section->doodads, i = 0; i < section->num_doodads; 804 if (section->overlays) { 807 for (ol = section 873 XkbSectionPtr section; local in function:SizeXKMGeometry 994 WriteXKMGeomSection(FILE * file,XkbFileInfo * result,XkbSectionPtr section) argument 1146 XkbSectionPtr section; local in function:WriteXKMGeometry [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | module.hpp | 34 struct section { struct in struct:clover::module 45 section(resource_id id, enum type type, size_t size, function in struct:clover::module::section 48 section() : id(0), type(text_intermediate), size(0), data() { } function in struct:clover::module::section 108 symbol(const std::string &name, resource_id section, argument 110 name(name), section(section), offset(offset), args(args) { } 111 symbol() : name(), section(0), offset(0), args() { } 114 resource_id section; member in struct:clover::module::symbol 124 std::vector<section> secs;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 296 XkbFreeGeomOverlays(XkbSectionPtr section,int first,int count,Bool freeAll) argument 299 §ion->num_overlays,§ion->sz_overlays, 300 (char **)§ion->overlays, 330 XkbFreeGeomRows(XkbSectionPtr section,int first,int count,Bool freeAll) argument 333 §ion->num_rows,§ion->sz_rows, 334 (char **)§ion->rows, 343 XkbSectionPtr section= (XkbSectionPtr)section_in; local in function:_XkbClearSection 345 if (section 541 XkbAllocGeomOverlays(XkbSectionPtr section,int nOverlays) argument 565 XkbAllocGeomSectionDoodads(XkbSectionPtr section,int nDoodads) argument 577 XkbAllocGeomRows(XkbSectionPtr section,int nRows) argument 791 XkbAddGeomRow(XkbSectionPtr section,int sz_keys) argument 816 XkbSectionPtr section; local in function:XkbAddGeomSection 849 XkbAddGeomDoodad(XkbGeometryPtr geom,XkbSectionPtr section,Atom name) argument 894 XkbSectionPtr section; local in function:XkbAddGeomOverlayKey 954 XkbAddGeomOverlay(XkbSectionPtr section,Atom name,int sz_rows) argument [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGAlloc.c | 299 XkbFreeGeomOverlays(XkbSectionPtr section, int first, int count, Bool freeAll) argument 302 §ion->num_overlays, §ion->sz_overlays, 303 (char **) §ion->overlays, 333 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll) argument 336 §ion->num_rows, §ion->sz_rows, 337 (char **) §ion->rows, 346 XkbSectionPtr section = (XkbSectionPtr) section_in; local in function:_XkbClearSection 348 if (section 553 XkbAllocGeomOverlays(XkbSectionPtr section,int nOverlays) argument 577 XkbAllocGeomSectionDoodads(XkbSectionPtr section,int nDoodads) argument 589 XkbAllocGeomRows(XkbSectionPtr section,int nRows) argument 802 XkbAddGeomRow(XkbSectionPtr section,int sz_keys) argument 827 XkbSectionPtr section; local in function:XkbAddGeomSection 862 XkbAddGeomDoodad(XkbGeometryPtr geom,XkbSectionPtr section,Atom name) argument 907 XkbSectionPtr section; local in function:XkbAddGeomOverlayKey 968 XkbAddGeomOverlay(XkbSectionPtr section,Atom name,int sz_rows) argument [all...] |
| H A D | XKBSetGeom.c | 131 XkbSectionPtr section; local in function:_SizeGeomSections 133 for (i = size = 0, section = geom->sections; i < geom->num_sections; 134 i++, section++) { 136 if (section->rows) { 140 for (r = 0, row = section->rows; r < section->num_rows; row++, r++) { 145 if (section->doodads) 146 size += _SizeGeomDoodads(section->num_doodads, section->doodads); 147 if (section 323 XkbSectionPtr section; local in function:_WriteGeomSections [all...] |
| H A D | XKBGeom.c | 114 XkbComputeRowBounds(XkbGeometryPtr geom, XkbSectionPtr section, XkbRowPtr row) argument 120 if ((!geom) || (!section) || (!row)) 150 XkbComputeSectionBounds(XkbGeometryPtr geom, XkbSectionPtr section) argument 158 if ((!geom) || (!section)) 160 bounds = §ion->bounds; 162 for (i = 0, row = section->rows; i < section->num_rows; i++, row++) { 163 if (!XkbComputeRowBounds(geom, section, row)) 171 for (i = 0, doodad = section->doodads; i < section 215 XkbSectionPtr section; local in function:XkbFindOverlayForKey 401 _XkbReadGeomDoodad(XkbReadBufferPtr buf,XkbGeometryPtr geom,XkbSectionPtr section) argument 453 _XkbReadGeomOverlay(XkbReadBufferPtr buf,XkbGeometryPtr geom,XkbSectionPtr section) argument 505 XkbSectionPtr section; local in function:_XkbReadGeomSections [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBGAlloc.c | 274 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll) argument 277 §ion->num_rows, §ion->sz_rows, 278 (char **) §ion->rows, 287 XkbSectionPtr section = (XkbSectionPtr) section_in; local in function:_XkbClearSection 289 if (section->rows != NULL) 290 XkbFreeGeomRows(section, 0, section->num_rows, TRUE); 291 if (section->doodads != NULL) { 292 XkbFreeGeomDoodads(section 695 XkbAddGeomRow(XkbSectionPtr section,int sz_keys) argument 717 XkbSectionPtr section; local in function:XkbAddGeomSection 752 XkbAddGeomDoodad(XkbGeometryPtr geom,XkbSectionPtr section,Atom name) argument 795 XkbSectionPtr section; local in function:XkbAddGeomOverlayKey 856 XkbAddGeomOverlay(XkbSectionPtr section,Atom name,int sz_rows) argument [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | rndr_gu1.c | 601 unsigned short section; local in function:gu1_solid_fill 627 section = 0x10 - (x & 0x0F); 628 WRITE_REG16(GP_WIDTH, section); 634 WRITE_REG16(GP_DST_XCOOR, x + section); 636 WRITE_REG16(GP_WIDTH, width - section); 666 unsigned short section, buffer_width, blit_mode; local in function:gu1_pattern_fill 704 /* Write the registers that do not change for each section. */ 724 section = buffer_width; 726 section = width; 733 WRITE_REG16(GP_WIDTH, section); 775 unsigned short bpp_shift, section, cur_x; local in function:gu1_color_pattern_fill 901 unsigned short section, buffer_width; local in function:gu1_screen_to_screen_blt 1015 unsigned short section, buffer_width; local in function:gu1_screen_to_screen_xblt 1159 unsigned short section, buffer_width; local in function:gu1_color_bitmap_to_screen_blt 1271 unsigned short section, buffer_width; local in function:gu1_color_bitmap_to_screen_xblt 1396 unsigned short section, buffer_width; local in function:gu1_mono_bitmap_to_screen_blt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | binary.hpp | 36 struct section { struct in struct:clover::binary 47 section(resource_id id, enum type type, size_t size, function in struct:clover::binary::section 50 section() : id(0), type(text_intermediate), size(0), data() { } function in struct:clover::binary::section 139 resource_id section, size_t offset, 143 section(section), 146 section(0), offset(0), args() { } 151 resource_id section; member in struct:clover::binary::symbol 162 std::vector<section> secs; 137 symbol(const std::string & name,const std::string & attributes,const std::vector<::size_t> & reqd_work_group_size,resource_id section,size_t offset,const std::vector<argument> & args) argument
|
| /xsrc/external/mit/libxcb/dist/doc/tutorial/ |
| H A D | xcb.css | 19 div.section li.title 24 div.section li.title p 29 div.section li.title ul 34 div.section li.title ol 39 div.section li.subtitle 44 div.section li.subsubtitle
|
| /xsrc/external/mit/xkeyboard-config/dist/tests/ |
| H A D | test_xkb_symbols.py | 44 section = line.split('"')[1] 45 xkb_symbols.append((symbols_file.name, section))
|
| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| H A D | symbols-tree.py | 31 self.file = file # Path to the file this section came from 112 section = ( 120 grammar = OneOrMore(section) 152 # Should really find the "default" section but for this script 156 # include "foo(bar)" means file "foo", section bar 164 for section in sections: 165 print_section(section, filter_section) 177 "section", type=str, default=None, nargs="?", help="The section (optional)" 195 list_sections(sections, filter_section=ns.section) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_binary.c | 113 Elf_Scn *section = NULL; local in function:ac_elf_read 131 while ((section = elf_nextscn(elf, section))) { 135 if (gelf_getshdr(section, §ion_header) != §ion_header) { 136 fprintf(stderr, "Failed to read ELF section header\n"); 142 section_data = elf_getdata(section, section_data); 147 section_data = elf_getdata(section, section_data); 158 section_data = elf_getdata(section, section_data); 162 section_data = elf_getdata(section, section_data); 167 symbols = elf_getdata(section, section_dat [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | misc.c | 164 * section_num - section number of the man page. 170 * If there is a uncompressed section it will look there for uncompressed 172 * uncompressed section. 184 char path[BUFSIZ], page[BUFSIZ], section[BUFSIZ], *temp; local in function:FindManualFile 194 ParseEntry(entry, path, section, page); 202 section + len_cat, MACHINE, page); 208 path, CAT, section + len_cat, page); 219 section + len_cat, MACHINE, page, COMPRESSION_EXTENSION); 224 section + len_cat, page, COMPRESSION_EXTENSION); 232 section 789 char path[BUFSIZ], page[BUFSIZ], section[BUFSIZ], input[BUFSIZ]; local in function:UncompressUnformatted [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| H A D | codegen.hpp | 46 enum module::section::type section_type);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | codegen.hpp | 46 enum binary::section::type section_type);
|
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drmAvailable.3.rst | 10 :Manual section: 3
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 361 print_detailed_timings(scrnIndex,&det_mon->section.d_timings); 364 xf86DrvMsg(scrnIndex,X_INFO,"Serial No: %s\n",det_mon->section.serial); 367 xf86DrvMsg(scrnIndex,X_INFO," %s\n",det_mon->section.ascii_data); 370 xf86DrvMsg(scrnIndex,X_INFO,"Monitor name: %s\n",det_mon->section.name); 374 struct monitor_ranges *r = &det_mon->section.ranges; 438 "vid: %i\n",p->index ,det_mon->section.std_t[j].hsize, 439 det_mon->section.std_t[j].vsize, 440 det_mon->section.std_t[j].refresh, 441 det_mon->section.std_t[j].id); 445 if (det_mon->section [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 392 print_detailed_timings(scrnIndex, &det_mon->section.d_timings); 396 det_mon->section.serial); 399 xf86DrvMsg(scrnIndex, X_INFO, " %s\n", det_mon->section.ascii_data); 403 det_mon->section.name); 407 struct monitor_ranges *r = &det_mon->section.ranges; 478 "vid: %i\n", p->index, det_mon->section.std_t[j].hsize, 479 det_mon->section.std_t[j].vsize, 480 det_mon->section.std_t[j].refresh, 481 det_mon->section.std_t[j].id); 485 if (det_mon->section [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | gen_pack.py | 309 for section in self.sections: 310 size = max(size, section.offset + section.type.get_length()) 321 section = self.Section(safe_name(attrs["name"]).lower()) 322 section.human_name = attrs["name"] 323 section.offset = int(attrs["offset"]) 324 assert(section.offset % 4 == 0) 325 section.type = self.parser.structs[attrs["type"]] 326 section.type_name = type_name 327 self.sections.append(section) [all...] |