Home
last modified time | relevance | path

Searched refs:sectp (Results 1 – 25 of 109) sorted by relevance

12345

/dports/games/jfsw/jfsw-c434002/src/
H A Dmorph.c308 SECTORp *sectp; in MorphTornado() local
361 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MorphTornado()
390 SECTORp *sectp; in MorphFloor() local
456 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MorphFloor()
469 SECTORp *sectp; in SOBJ_AlignFloorToPoint() local
472 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignFloorToPoint()
485 SECTORp *sectp; in SOBJ_AlignCeilingToPoint() local
488 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignCeilingToPoint()
501 SECTORp *sectp; in SOBJ_AlignFloorCeilingToPoint() local
504 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignFloorCeilingToPoint()
[all …]
H A Dvator.c105 SECTORp sectp = &sector[sp->sectnum]; in SetVatorActive() local
110 setinterpolation(&sectp->floorz); in SetVatorActive()
133 SECTORp sectp = &sector[sp->sectnum]; in SetVatorInactive() local
138 stopinterpolation(&sectp->floorz); in SetVatorInactive()
349 SECTORp sectp = &sector[sectnum]; in MoveSpritesWithSector() local
473 lptr = &sectp->ceilingz; in DoVator()
479 lptr = &sectp->floorz; in DoVator()
557 if (labs(sectp->ceilingz - sectp->floorz) < SPRITEp_SIZE_Z(bsp)) in DoVator()
610 if (labs(sectp->ceilingz - sectp->floorz) < SPRITEp_SIZE_Z(bsp)) in DoVator()
638 lptr = &sectp->ceilingz; in DoVatorAuto()
[all …]
H A Dtrack.c850 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SectorObjectSetupBounds()
1709 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MovePoints()
1945 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in RefreshPoints()
2075 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in DetectSectorObject()
2103 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in DetectSectorObjectByWall()
2136 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in CollapseSectorObject()
2179 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2203 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2212 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2792 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in OperateSectorObject()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmorph.cpp302 SECTORp *sectp; in MorphTornado() local
355 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MorphTornado()
383 SECTORp *sectp; in MorphFloor() local
448 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MorphFloor()
461 SECTORp *sectp; in SOBJ_AlignFloorToPoint() local
464 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignFloorToPoint()
477 SECTORp *sectp; in SOBJ_AlignCeilingToPoint() local
480 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignCeilingToPoint()
493 SECTORp *sectp; in SOBJ_AlignFloorCeilingToPoint() local
496 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SOBJ_AlignFloorCeilingToPoint()
[all …]
H A Dinterpso.cpp111 SECTORp *sectp; in so_addinterpolation() local
119 for (sectp = sop->sectp; *sectp; sectp++) in so_addinterpolation()
121 startwall = (*sectp)->wallptr; in so_addinterpolation()
122 endwall = startwall + (*sectp)->wallnum - 1; in so_addinterpolation()
138 for (SPRITES_OF_SECT(*sectp - sector, i)) in so_addinterpolation()
145 for (sectp = sop->sectp; *sectp; sectp++) in so_addinterpolation()
147 so_setpointinterpolation(interp, &(*sectp)->ceilingz); in so_addinterpolation()
148 so_setpointinterpolation(interp, &(*sectp)->floorz); in so_addinterpolation()
H A Dvator.cpp102 SECTORp sectp = &sector[sp->sectnum]; in SetVatorActive() local
105 setinterpolation(&sectp->ceilingz); in SetVatorActive()
107 setinterpolation(&sectp->floorz); in SetVatorActive()
130 SECTORp sectp = &sector[sp->sectnum]; in SetVatorInactive() local
135 stopinterpolation(&sectp->floorz); in SetVatorInactive()
463 lptr = &sectp->ceilingz; in DoVator()
469 lptr = &sectp->floorz; in DoVator()
547 if (labs(sectp->ceilingz - sectp->floorz) < SPRITEp_SIZE_Z(bsp)) in DoVator()
597 if (labs(sectp->ceilingz - sectp->floorz) < SPRITEp_SIZE_Z(bsp)) in DoVator()
624 lptr = &sectp->ceilingz; in DoVatorAuto()
[all …]
H A Dtrack.cpp849 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in SectorObjectSetupBounds()
1717 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in MovePoints()
1955 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in RefreshPoints()
2084 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in DetectSectorObject()
2112 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in DetectSectorObjectByWall()
2146 for (sectp = sop->sectp, j = 0; *sectp; sectp++, j++) in CollapseSectorObject()
2186 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2210 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2219 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in MoveZ()
2794 for (i = 0, sectp = &sop->sectp[0]; *sectp; sectp++, i++) in OperateSectorObjectForTics()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dunexmacosx.c655 sectp->sectname, (long) (sectp->addr), (long) (sectp->size)); in print_load_command()
656 sectp++; in print_load_command()
757 sectp++; in copy_segment()
813 sectp->offset = sectp->addr - scp->vmaddr + curr_file_offset; in copy_data_segment()
833 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size)) in copy_data_segment()
844 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size)) in copy_data_segment()
890 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size)) in copy_data_segment()
909 if (!unexec_copy (sectp->offset, old_file_offset, sectp->size)) in copy_data_segment()
919 sectp->sectname, (long) (sectp->offset), in copy_data_segment()
920 (long) (sectp->offset + sectp->size), (long) (sectp->size)); in copy_data_segment()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dunexmacosx.c655 sectp->sectname, (long) (sectp->addr), (long) (sectp->size)); in print_load_command()
656 sectp++; in print_load_command()
757 sectp++; in copy_segment()
813 sectp->offset = sectp->addr - scp->vmaddr + curr_file_offset; in copy_data_segment()
833 if (!unexec_write (sectp->offset, (void *) sectp->addr, my_size)) in copy_data_segment()
844 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size)) in copy_data_segment()
890 if (!unexec_write (sectp->offset, (void *) sectp->addr, sectp->size)) in copy_data_segment()
909 if (!unexec_copy (sectp->offset, old_file_offset, sectp->size)) in copy_data_segment()
919 sectp->sectname, (long) (sectp->offset), in copy_data_segment()
920 (long) (sectp->offset + sectp->size), (long) (sectp->size)); in copy_data_segment()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dsection.c76 asection *sectp = get_bfd_section (); in get_name() local
78 gdb_assert (sectp != NULL); in get_name()
79 return bfd_section_name (sectp); in get_name()
94 asection *sectp = get_bfd_section (); in get_id() local
96 if (sectp == NULL) in get_id()
98 return sectp->id; in get_id()
106 gdb_assert (sectp != NULL); in get_flags()
107 return bfd_section_flags (sectp); in get_flags()
121 asection *sectp; in read() local
133 sectp = get_bfd_section (); in read()
[all …]
H A Ddwz.c59 if (dwarf2_elf_names.abbrev.matches (sectp->name)) in locate_dwz_sections()
61 dwz_file->abbrev.s.section = sectp; in locate_dwz_sections()
66 dwz_file->info.s.section = sectp; in locate_dwz_sections()
67 dwz_file->info.size = bfd_section_size (sectp); in locate_dwz_sections()
71 dwz_file->str.s.section = sectp; in locate_dwz_sections()
72 dwz_file->str.size = bfd_section_size (sectp); in locate_dwz_sections()
76 dwz_file->line.s.section = sectp; in locate_dwz_sections()
77 dwz_file->line.size = bfd_section_size (sectp); in locate_dwz_sections()
81 dwz_file->macro.s.section = sectp; in locate_dwz_sections()
86 dwz_file->gdb_index.s.section = sectp; in locate_dwz_sections()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dscanner.c174 if(scan->sectp!=NULL) in scanner_reset_tokens()
242 sect->back=scan->sectp; in scanner_sect_new()
243 scan->sectp=sect; in scanner_sect_new()
264 if((p=scan->sectp)!=NULL) in scanner_sect_release()
266 scan->sectp=scan->sectp->back; in scanner_sect_release()
275 scan->sectp=NULL; in scanner_init()
294 while(scan->sectp!=NULL) in scanner_release()
522 { scan->sectp->dhead=scan->sectp->dp=dp; } in scanner_parse_line()
524 { scan->sectp->dp->next=dp; scan->sectp->dp=dp; } in scanner_parse_line()
669 scan->sectp->dp->card=scan->sectp->cp=ncp; in scanner_parse_line()
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dload.c335 xyas(sectp->sct_x, sectp->sct_y, player->cnum)); in load_comm_ok()
352 if (!check_sect_ok(sectp)) in still_ok_ship()
362 if (!check_sect_ok(sectp)) in still_ok_land()
459 if (!still_ok_ship(sectp, sp)) in load_plane_ship()
513 xyas(sectp->sct_x, sectp->sct_y, sectp->sct_own)); in load_plane_ship()
569 if (!still_ok_ship(sectp, sp)) in load_land_ship()
643 xyas(sectp->sct_x, sectp->sct_y, sectp->sct_own)); in load_land_ship()
680 if (!still_ok_ship(sectp, sp)) in load_comm_ship()
691 if (!still_ok_ship(sectp, sp)) in load_comm_ship()
787 xyas(sectp->sct_x, sectp->sct_y, sectp->sct_own)); in load_plane_land()
[all …]
/dports/devel/objconv/objconv-2.52/source/
H A Dmacho.cpp315 ++isec2, sectp->sectname, sectp->segname); in Dump()
319 sectp->addr, sectp->size, sectp->offset, 1 << sectp->align, in Dump()
320 sectp->reloff, sectp->nreloc, sectp->flags, in Dump()
321 sectp->reserved1, sectp->reserved2); in Dump()
323 if (sectp->nreloc && (options & DUMP_RELTAB)) { in Dump()
357 if (relp->r_address < sectp->size) { in Dump()
376 ++isec2, sectp->sectname, sectp->segname); in Dump()
380 (uint32_t)sectp->addr, (uint32_t)sectp->size, sectp->offset, 1 << sectp->align, in Dump()
381 sectp->reloff, sectp->nreloc, sectp->flags, in Dump()
382 sectp->reserved1, sectp->reserved2); in Dump()
[all …]
H A Dmac2asm.cpp118 if (sectp->offset >= this->GetDataSize()) { in MakeSectionList()
131 uint32_t Align = sectp->align; in MakeSectionList()
147 …uint32_t NameOffset = StringBuffer.Push(sectp->segname, (uint32_t)strlen(sectp->segname)); // Segm… in MakeSectionList()
156 if (sectp->nreloc) { in MakeSectionList()
157 MAC_SECT_WITH_RELOC RelList = {isec2, sectp->offset, sectp->nreloc, sectp->reloff}; in MakeSectionList()
164 ImportSections.Push(sectp); in MakeSectionList()
169 ImportSections.Push(sectp); in MakeSectionList()
495 sectp = ImportSections[isec]; in MakeImports()
497 SectionType = sectp->flags & MAC_SECTION_TYPE; in MakeImports()
502 uint32_t EntrySize = sectp->reserved2; in MakeImports()
[all …]
H A Dmac2elf.cpp166 SecName = sectp->sectname; in MakeSegments()
180 if (sectp->flags & MAC_S_ATTR_DEBUG) { in MakeSegments()
196 …if (sectp->size > 0 && !((sectp->flags & MAC_SECTION_TYPE) == MAC_S_ZEROFILL || (sectp->flags & MA… in MakeSegments()
197 NewSections[newsec].Push(this->Buf()+sectp->offset, uint32_t(sectp->size)); in MakeSegments()
253 NewSecHeader.sh_addr = sectp->addr; in MakeSegments()
256 NewSecHeader.sh_size = sectp->size; in MakeSegments()
557 if (sectp->nreloc > 0) { in MakeRelocationTables()
811 if (sectp->nreloc > 0) { in MakeRelocationTables()
1118 Type = sectp->flags & MAC_SECTION_TYPE; in MakeImportTables()
1123 IndSymi = sectp->reserved1; in MakeImportTables()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/libinstaller/
H A Dsyslxmod.c36 const sector_t *sectp, int nsect) in generate_extents() argument
49 sect = *sectp++; in generate_extents()
106 int syslinux_patch(const sector_t *sectp, int nsectors, in syslinux_patch() argument
132 set_32(ptr(sbs, &epa->sect1ptr0), sectp[0]); in syslinux_patch()
133 set_32(ptr(sbs, &epa->sect1ptr1), sectp[0] >> 32); in syslinux_patch()
134 sectp++; in syslinux_patch()
167 generate_extents(ex, nptrs, sectp, nsect-1-2); in syslinux_patch()
171 set_64_sl(&advptrs[0], sectp[nsect-1-2]); in syslinux_patch()
172 set_64_sl(&advptrs[1], sectp[nsect-1-1]); in syslinux_patch()
/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Dmobility.c49 struct sctstr *sectp; in mob_inc_all() local
58 for (i = 0; (sectp = getsectid(i)); i++) { in mob_inc_all()
59 sectp->sct_timestamp = now; in mob_inc_all()
61 mob_inc_sect(sectp, etus); in mob_inc_all()
178 struct sctstr *sectp; in mob_access_all() local
187 for (i = 0; (sectp = getsectid(i)); i++) in mob_access_all()
188 mob_inc_sect(sectp, game_reset_tick(&sectp->sct_access)); in mob_access_all()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmipsread.c155 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) in alphacoff_locate_sections() argument
161 if (strcmp (sectp->name, ".dynsym") == 0) in alphacoff_locate_sections()
162 si->sym_sect = sectp; in alphacoff_locate_sections()
163 else if (strcmp (sectp->name, ".dynstr") == 0) in alphacoff_locate_sections()
164 si->str_sect = sectp; in alphacoff_locate_sections()
165 else if (strcmp (sectp->name, ".dynamic") == 0) in alphacoff_locate_sections()
166 si->dyninfo_sect = sectp; in alphacoff_locate_sections()
167 else if (strcmp (sectp->name, ".got") == 0) in alphacoff_locate_sections()
168 si->got_sect = sectp; in alphacoff_locate_sections()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdb_bfd.c345 gdb_bfd_map_section (asection *sectp, bfd_size_type *size) in gdb_bfd_map_section() argument
351 gdb_assert ((sectp->flags & SEC_RELOC) == 0); in gdb_bfd_map_section()
354 abfd = sectp->owner; in gdb_bfd_map_section()
356 descriptor = get_section_descriptor (sectp); in gdb_bfd_map_section()
363 if (!bfd_is_section_compressed (abfd, sectp)) in gdb_bfd_map_section()
374 if (bfd_get_section_size (sectp) > 4 * pagesize) in gdb_bfd_map_section()
376 descriptor->size = bfd_get_section_size (sectp); in gdb_bfd_map_section()
378 MAP_PRIVATE, sectp->filepos, in gdb_bfd_map_section()
400 descriptor->size = bfd_get_section_size (sectp); in gdb_bfd_map_section()
404 if (!bfd_get_full_section_contents (abfd, sectp, &data)) in gdb_bfd_map_section()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Delfread.c83 if (strcmp (sectp->name, ".debug") == 0) in elf_locate_sections()
85 ei->dboffset = sectp->filepos; in elf_locate_sections()
86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections()
88 else if (strcmp (sectp->name, ".line") == 0) in elf_locate_sections()
90 ei->lnoffset = sectp->filepos; in elf_locate_sections()
91 ei->lnsize = bfd_get_section_size (sectp); in elf_locate_sections()
93 else if (strcmp (sectp->name, ".stab") == 0) in elf_locate_sections()
95 ei->stabsect = sectp; in elf_locate_sections()
99 ei->stabindexsect = sectp; in elf_locate_sections()
101 else if (strcmp (sectp->name, ".mdebug") == 0) in elf_locate_sections()
[all …]
H A Dmipsread.c171 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) in alphacoff_locate_sections() argument
177 if (DEPRECATED_STREQ (sectp->name, ".dynsym")) in alphacoff_locate_sections()
179 si->sym_sect = sectp; in alphacoff_locate_sections()
181 else if (DEPRECATED_STREQ (sectp->name, ".dynstr")) in alphacoff_locate_sections()
183 si->str_sect = sectp; in alphacoff_locate_sections()
185 else if (DEPRECATED_STREQ (sectp->name, ".dynamic")) in alphacoff_locate_sections()
187 si->dyninfo_sect = sectp; in alphacoff_locate_sections()
189 else if (DEPRECATED_STREQ (sectp->name, ".got")) in alphacoff_locate_sections()
191 si->got_sect = sectp; in alphacoff_locate_sections()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Delfread.c83 if (strcmp (sectp->name, ".debug") == 0) in elf_locate_sections()
85 ei->dboffset = sectp->filepos; in elf_locate_sections()
86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections()
88 else if (strcmp (sectp->name, ".line") == 0) in elf_locate_sections()
90 ei->lnoffset = sectp->filepos; in elf_locate_sections()
91 ei->lnsize = bfd_get_section_size (sectp); in elf_locate_sections()
93 else if (strcmp (sectp->name, ".stab") == 0) in elf_locate_sections()
95 ei->stabsect = sectp; in elf_locate_sections()
99 ei->stabindexsect = sectp; in elf_locate_sections()
101 else if (strcmp (sectp->name, ".mdebug") == 0) in elf_locate_sections()
[all …]
H A Dmipsread.c171 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) in alphacoff_locate_sections() argument
177 if (DEPRECATED_STREQ (sectp->name, ".dynsym")) in alphacoff_locate_sections()
179 si->sym_sect = sectp; in alphacoff_locate_sections()
181 else if (DEPRECATED_STREQ (sectp->name, ".dynstr")) in alphacoff_locate_sections()
183 si->str_sect = sectp; in alphacoff_locate_sections()
185 else if (DEPRECATED_STREQ (sectp->name, ".dynamic")) in alphacoff_locate_sections()
187 si->dyninfo_sect = sectp; in alphacoff_locate_sections()
189 else if (DEPRECATED_STREQ (sectp->name, ".got")) in alphacoff_locate_sections()
191 si->got_sect = sectp; in alphacoff_locate_sections()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmipsread.c162 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) in alphacoff_locate_sections() argument
168 if (strcmp (sectp->name, ".dynsym") == 0) in alphacoff_locate_sections()
169 si->sym_sect = sectp; in alphacoff_locate_sections()
170 else if (strcmp (sectp->name, ".dynstr") == 0) in alphacoff_locate_sections()
171 si->str_sect = sectp; in alphacoff_locate_sections()
172 else if (strcmp (sectp->name, ".dynamic") == 0) in alphacoff_locate_sections()
173 si->dyninfo_sect = sectp; in alphacoff_locate_sections()
174 else if (strcmp (sectp->name, ".got") == 0) in alphacoff_locate_sections()
175 si->got_sect = sectp; in alphacoff_locate_sections()

12345