HomeSort by: relevance | last modified time | path
    Searched defs:section (Results 1 - 25 of 40) sorted by relevancy

1 2

  /xsrc/external/mit/libxkbfile/dist/src/
xkbdraw.c 72 XkbGetOrderedDrawables(XkbGeometryPtr geom, XkbSectionPtr section)
79 XkbSectionPtr section; local
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->num_doodads
    [all...]
srvmisc.c 172 XkbSectionPtr section; local
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->overlays
    [all...]
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->num_overlays; o++, ol++)
824 register XkbSectionPtr section; local
    [all...]
xkbout.c 778 fprintf(file, " section \"%s\" {\n",
860 fprintf(file, " }; // End of \"%s\" section\n\n",
963 XkbSectionPtr section; local
965 for (section = geom->sections, i = 0; i < geom->num_sections;
966 i++, section++) {
967 WriteXKBSection(file, dpy, section, geom);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_binary.c 113 Elf_Scn *section = NULL; local
131 while ((section = elf_nextscn(elf, section))) {
135 if (gelf_getshdr(section, &section_header) != &section_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_data)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
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;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
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,
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/libX11/dist/src/xkb/
XKBGeom.c 114 XkbComputeRowBounds(XkbGeometryPtr geom, XkbSectionPtr section, XkbRowPtr row)
120 if ((!geom) || (!section) || (!row))
150 XkbComputeSectionBounds(XkbGeometryPtr geom, XkbSectionPtr section)
158 if ((!geom) || (!section))
160 bounds = &section->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->num_doodads
215 XkbSectionPtr section; local
505 XkbSectionPtr section; local
    [all...]
XKBSetGeom.c 131 XkbSectionPtr section; local
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->overlays)
323 XkbSectionPtr section; local
    [all...]
  /xsrc/external/mit/libxkbfile/dist/include/X11/extensions/
XKBfile.h 283 XkbSectionPtr section; member in union:_XkbDrawable::__anon6376
291 XkbSectionPtr /* section */
  /xsrc/external/mit/libxkbui/dist/include/X11/extensions/
XKBui.h 80 XkbSectionPtr section; member in struct:_XkbUI_Select
189 XkbSectionPtr /* section */
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
rndr_gu1.c 450 unsigned short section; local
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
554 /* Write the registers that do not change for each section. */
571 /* DETERMINE WIDTH OF SECTION */
574 section = buffer_width;
576 section = width
625 unsigned short bpp_shift, section, cur_x; local
753 unsigned short section, buffer_width; local
868 unsigned short section, buffer_width; local
1013 unsigned short section, buffer_width; local
1126 unsigned short section, buffer_width; local
1251 unsigned short section, buffer_width; local
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
rndr_gu1.c 601 unsigned short section; local
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
704 /* Write the registers that do not change for each section. */
721 /* DETERMINE WIDTH OF SECTION */
724 section = buffer_width;
726 section = width
775 unsigned short bpp_shift, section, cur_x; local
901 unsigned short section, buffer_width; local
1015 unsigned short section, buffer_width; local
1159 unsigned short section, buffer_width; local
1271 unsigned short section, buffer_width; local
1396 unsigned short section, buffer_width; local
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
parseutils.c 560 SectionDef *section; local
562 section = calloc(1, sizeof(SectionDef));
563 if (section != NULL)
565 *section = (SectionDef) {
575 section->nRows++;
578 return section;
  /xsrc/external/mit/xorg-server/dist/include/
xkbfile.h 197 XkbSectionPtr section; member in union:_XkbDrawable::__anon10261
  /xsrc/external/mit/xorg-server.old/dist/include/
xkbfile.h 221 XkbSectionPtr section; member in union:_XkbDrawable::__anon10850
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_cs.c 390 void *section = pan_section_ptr(job, COMPUTE_JOB, INVOCATION); local
392 memcpy(section, &draw->invocation, pan_size(INVOCATION));
505 void *section; local
507 section = pan_section_ptr(job, TILER_JOB, INVOCATION);
508 memcpy(section, &draw->invocation, pan_size(INVOCATION));
510 section = pan_section_ptr(job, TILER_JOB, PRIMITIVE);
511 panvk_emit_tiler_primitive(pipeline, draw, section);
513 section = pan_section_ptr(job, TILER_JOB, PRIMITIVE_SIZE);
514 panvk_emit_tiler_primitive_size(pipeline, draw, section);
516 section = pan_section_ptr(job, TILER_JOB, DRAW)
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_accel.c 1101 unsigned short section; local
1130 section = 0x10 - (x & 0x0F);
1131 WRITE_REG16(GP_WIDTH, section);
1138 WRITE_REG32(GP_DST_XCOOR, (y << 16) | (x + section));
1139 WRITE_REG16(GP_WIDTH, width - section);
1240 unsigned short section; local
1308 /* Write the registers that do not change for each section. */
1319 /* CHECK WIDTH OF CURRENT SECTION */
1322 section = Geode_buffer_width;
1324 section = width
    [all...]
  /xsrc/external/mit/xman/dist/
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
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 + len_cat, MACHINE, page, GZIP_EXTENSION)
789 char path[BUFSIZ], page[BUFSIZ], section[BUFSIZ], input[BUFSIZ]; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbout.c 728 fprintf(file, " section \"%s\" {\n", XkbAtomText(s->name, XkbXKBFile));
809 fprintf(file, " }; // End of \"%s\" section\n\n",
906 XkbSectionPtr section; local
908 for (section = geom->sections, i = 0; i < geom->num_sections;
909 i++, section++) {
910 WriteXKBSection(file, section, geom);
XKBGAlloc.c 274 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll)
277 &section->num_rows, &section->sz_rows,
278 (char **) &section->rows,
287 XkbSectionPtr section = (XkbSectionPtr) section_in; local
289 if (section->rows != NULL)
290 XkbFreeGeomRows(section, 0, section->num_rows, TRUE);
291 if (section->doodads != NULL) {
292 XkbFreeGeomDoodads(section->doodads, section->num_doodads, TRUE)
717 XkbSectionPtr section; local
795 XkbSectionPtr section; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbout.c 720 fprintf(file," section \"%s\" {\n",
794 fprintf(file," }; // End of \"%s\" section\n\n",
885 XkbSectionPtr section; local
886 for (section=geom->sections,i=0;i<geom->num_sections;i++,section++){
887 WriteXKBSection(file,section,geom);
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_rtld.c 175 * Read LDS symbols from the given \p section of the ELF of \p part and append
181 Elf_Scn *section, uint32_t *lds_end_align)
199 Elf64_Shdr *shdr = elf64_getshdr(section);
201 Elf_Data *symbols_data = elf_getdata(section, NULL);
346 Elf_Scn *section = NULL; local
347 while ((section = elf_nextscn(part->elf, section))) {
348 Elf64_Shdr *shdr = elf64_getshdr(section);
349 struct ac_rtld_section *s = &part->sections[elf_ndxscn(section)];
384 if (!read_private_lds_symbols(binary, part_idx, section, &lds_end_align)
767 Elf_Scn *section = NULL; local
796 Elf_Scn *section = NULL; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
evergreen_compute.c 282 Elf_Scn *section = NULL; local
299 while ((section = elf_nextscn(elf, section))) {
303 if (gelf_getshdr(section, &section_header) != &section_header) {
304 fprintf(stderr, "Failed to read ELF section header\n");
309 section_data = elf_getdata(section, section_data);
314 section_data = elf_getdata(section, section_data);
320 section_data = elf_getdata(section, section_data);
324 section_data = elf_getdata(section, section_data);
329 symbols = elf_getdata(section, section_data)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_error_decode.c 282 struct section { struct
293 static struct section sections[MAX_SECTIONS];
382 const struct section *sa = a, *sb = b;
494 /* display reg section is after the ringbuffers, don't mix them */
618 * Order sections so that the hardware context section is visited by the

Completed in 27 milliseconds

1 2