Home
last modified time | relevance | path

Searched refs:xsec (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_mapspec.cpp79 xsector_t *xsec = P_ToXSector(sec); in P_RecursiveSound() local
80 DENG2_ASSERT(xsec); in P_RecursiveSound()
85 if(xsec->soundTraversed <= soundBlocks + 1) in P_RecursiveSound()
92 xsec->soundTraversed = soundBlocks + 1; in P_RecursiveSound()
93 xsec->soundTarget = soundTarget; in P_RecursiveSound()
109 xsector_t *xsec = P_ToXSector((Sector *) P_ToPtr(DMU_SECTOR, i));
110 if(xsec->tag == tag && xsec->specialData)
H A Dp_xgsec.cpp309 if(!xsec) return; in XS_SetSectorType()
319 if(!xsec->xg) in XS_SetSectorType()
397 Z_Free(xsec->xg); xsec->xg = nullptr; in XS_SetSectorType()
918 xsector_t *xsec; in XS_FindActTagged() local
926 if(xsec->xg) in XS_FindActTagged()
1556 xsector_t* xsec; in XS_DoBuild() local
1722 if(!(xsec->blFlags & BL_BUILT) || xsec->blFlags & BL_SPREADED) in spreadBuildToNeighborAll()
1826 if(!(xsec->blFlags & BL_BUILT) || xsec->blFlags & BL_SPREADED) in spreadBuildToNeighborLowestIDX()
3006 xsector_t* xsec; in XS_Gravity() local
3011 if(!xsec->xg || !(xsec->xg->info.flags & STF_GRAVITY)) in XS_Gravity()
[all …]
H A Dp_door.cpp79 xsector_t *xsec = P_ToXSector(door->sector); in T_Door() local
174 xsec->specialData = 0; in T_Door()
186 xsec->specialData = nullptr; in T_Door()
265 xsec->specialData = nullptr; in T_Door()
374 xsector_t *xsec = P_ToXSector(sec); in EV_DoDoor2() local
376 if(xsec->specialData) in EV_DoDoor2()
384 xsec->specialData = door; in EV_DoDoor2()
742 xsector_t *xsec = P_ToXSector(sec); in EV_VerticalDoor() local
746 if(xsec->specialData) in EV_VerticalDoor()
751 door_t *door = (door_t *)xsec->specialData; in EV_VerticalDoor()
[all …]
H A Dp_floor.cpp354 xsec->specialData = NULL; in T_MoveFloor()
696 if(xsec->specialData) in EV_DoFloor()
704 xsec->specialData = floor; in EV_DoFloor()
1052 if(xsec->special == params->type + STAIR_SECTOR_TYPE && !xsec->specialData && in findSectorNeighborsForStairBuild()
1060 xsec = P_ToXSector(backSec); in findSectorNeighborsForStairBuild()
1061 if(xsec->special == params->type + STAIR_SECTOR_TYPE && !xsec->specialData && in findSectorNeighborsForStairBuild()
1119 if(xsec->specialData) in findAdjacentSectorForSpread()
1131 xsector_t *xsec; in EV_BuildStairs() local
1147 xsec = P_ToXSector(sec); in EV_BuildStairs()
1150 if(xsec->specialData) in EV_BuildStairs()
[all …]
H A Dmapstatewriter.cpp280 xsector_t *xsec = P_ToXSector((Sector *)P_ToPtr(DMU_SECTOR, i)); in DENG2_PIMPL() local
281 if (xsec->soundTarget) in DENG2_PIMPL()
293 xsector_t *xsec = P_ToXSector((Sector *)P_ToPtr(DMU_SECTOR, i)); in DENG2_PIMPL() local
294 if (xsec->soundTarget) in DENG2_PIMPL()
297 Writer_WriteInt16(writer, thingArchive->serialIdFor(xsec->soundTarget)); in DENG2_PIMPL()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/
H A DMakefile.am19 SUBDIRS = xsec subdir
29 xsec/basicTests.pl \
30 xsec/framework/resource.h \
31 xsec/framework/version.rc \
32 xsec/tools/threadTest/threadtest.cpp
H A DMakefile.in216 $(top_srcdir)/xsec/framework/XSECConfig.hpp.in \
411 SUBDIRS = xsec
420 xsec/basicTests.pl \
421 xsec/framework/resource.h \
422 xsec/framework/version.rc \
423 xsec/tools/threadTest/threadtest.cpp
476 xsec/framework/XSECConfig.hpp: xsec/framework/stamp-h2
477 @test -f $@ || rm -f xsec/framework/stamp-h2
480 xsec/framework/stamp-h2: $(top_srcdir)/xsec/framework/XSECConfig.hpp.in $(top_builddir)/config.stat…
481 @rm -f xsec/framework/stamp-h2
[all …]
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/
H A DMakefile.am35 samples += xsec-simpleHMAC
51 samples += xsec-simpleEncrypt
63 samples += xsec-simpleDecrypt
82 tools += xsec-xtest
93 tools += xsec-c14n
98 tools += xsec-checksig
113 tools += xsec-templatesign
122 tools += xsec-txfmout
127 tools += xsec-siginf
132 tools += xsec-cipher
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dp_spec.cpp664 xsector_t *xsec = P_ToXSector(sec); in P_PlayerInSpecialSector() local
665 switch(xsec->special) in P_PlayerInSpecialSector()
672 xsec->special = 0; in P_PlayerInSpecialSector()
679 P_Thrust(player, ANG90, pushTab[xsec->special - 201]); in P_PlayerInSpecialSector()
685 P_Thrust(player, 0, pushTab[xsec->special - 204]); in P_PlayerInSpecialSector()
691 P_Thrust(player, ANG270, pushTab[xsec->special - 207]); in P_PlayerInSpecialSector()
697 P_Thrust(player, ANG180, pushTab[xsec->special - 210]); in P_PlayerInSpecialSector()
703 P_Thrust(player, ANG90 + ANG45, pushTab[xsec->special - 213]); in P_PlayerInSpecialSector()
709 P_Thrust(player, ANG45, pushTab[xsec->special - 216]); in P_PlayerInSpecialSector()
785 xsector_t *xsec = P_ToXSector(sec); in P_SpawnSectorSpecialThinkers() local
[all …]
H A Dlightninganimator.cpp37 xsector_t *xsec = P_ToXSector(sec); in isLightningSector() local
39 if(xsec->special == LIGHTNING_SPECIAL || xsec->special == LIGHTNING_SPECIAL2) in isLightningSector()
136 xsector_t *xsec = P_ToXSector(sec); in advanceTime() local
141 if(xsec->special == LIGHTNING_SPECIAL) in advanceTime()
147 else if(xsec->special == LIGHTNING_SPECIAL2) in advanceTime()
/dports/graphics/vips/vips-8.12.0/libvips/mosaicing/
H A Dim_clinear.c78 int *xref, *yref, *xsec, *ysec; in vips__clinear() local
83 xsec = &points->x_secondary[0]; in vips__clinear()
103 sx2x1 += xsec[i] * xref[i]; in vips__clinear()
104 sx2y1 += xsec[i] * yref[i]; in vips__clinear()
107 sx2 += xsec[i]; in vips__clinear()
162 dx[i] = xsec[i] - in vips__clinear()
H A Dmosaic.c58 int xsec; member
104 mosaic->xref, mosaic->yref, mosaic->xsec, mosaic->ysec, in vips_mosaic_build()
118 mosaic->xref, mosaic->yref, mosaic->xsec, mosaic->ysec, in vips_mosaic_build()
221 G_STRUCT_OFFSET( VipsMosaic, xsec ), in vips_mosaic_class_init()
362 VipsDirection direction, int xref, int yref, int xsec, int ysec, ... ) in vips_mosaic() argument
369 direction, xref, yref, xsec, ysec ); in vips_mosaic()
H A Dim_initialize.c52 int *xsec = &points->x_secondary[0]; in vips__initialize() local
72 xdelta += xsec[i] - xref[i]; in vips__initialize()
85 dx[i] = (xsec[i] - xref[i]) - xdelta; in vips__initialize()
H A Dtbmosaic.c75 int xref, int yref, int xsec, int ysec, in vips__find_tboverlap() argument
103 bottom.left = xref - xsec; in vips__find_tboverlap()
218 int xref, int yref, int xsec, int ysec, in vips__tbmosaic() argument
234 xref, yref, xsec, ysec, in vips__tbmosaic()
H A Dlrmosaic.c104 int xref, int yref, int xsec, int ysec, in vips__find_lroverlap() argument
132 right.left = xref - xsec; in vips__find_lroverlap()
247 int xref, int yref, int xsec, int ysec, in vips__lrmosaic() argument
263 xref, yref, xsec, ysec, in vips__lrmosaic()
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/
H A DGenCrossSection.h122 double xsec(const std::string& wName) const { in xsec() function
123 return xsec(windx(wName)); in xsec()
129 double xsec(const int& indx = 0) const {
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A Dshifter - tadpole evolution (static mix).milk290 per_pixel_7=xsec = above(x,mod)*below(x,1-mod);
293 per_pixel_10=zoom = if(xsec + ysec,zoom,.75);
295 per_pixel_12=dx = if(xsec + ysec,dx,.5);
296 per_pixel_13=dy = if(xsec + ysec,dy,.5);
298 per_pixel_15=sx = if(xsec + ysec,.9 + q3,1);
302 per_pixel_19=rot = if(xsec + ysec,rot,q4*mod);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A Dshifter - tadpole evolution (static mix).milk290 per_pixel_7=xsec = above(x,mod)*below(x,1-mod);
293 per_pixel_10=zoom = if(xsec + ysec,zoom,.75);
295 per_pixel_12=dx = if(xsec + ysec,dx,.5);
296 per_pixel_13=dy = if(xsec + ysec,dy,.5);
298 per_pixel_15=sx = if(xsec + ysec,.9 + q3,1);
302 per_pixel_19=rot = if(xsec + ysec,rot,q4*mod);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_bltc201/
H A Dshifter - tadpole evolution (static mix).milk290 per_pixel_7=xsec = above(x,mod)*below(x,1-mod);
293 per_pixel_10=zoom = if(xsec + ysec,zoom,.75);
295 per_pixel_12=dx = if(xsec + ysec,dx,.5);
296 per_pixel_13=dy = if(xsec + ysec,dy,.5);
298 per_pixel_15=sx = if(xsec + ysec,.9 + q3,1);
302 per_pixel_19=rot = if(xsec + ysec,rot,q4*mod);
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_lib_xml_security.m458 if test -d /usr/local/include/xsec ; then
60 elif test -d /usr/include/xsec ; then
76 if test -d /usr/local/include/xsec ; then
78 elif test -d /usr/include/xsec ; then
112 xml_security_include_dir2="$xml_security_prefix/include/xsec"
144 @%:@include <xsec/utils/XSECPlatformUtils.hpp>
172 @%:@include <xsec/utils/XSECPlatformUtils.hpp>
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_lib_xml_security.m458 if test -d /usr/local/include/xsec ; then
60 elif test -d /usr/include/xsec ; then
76 if test -d /usr/local/include/xsec ; then
78 elif test -d /usr/include/xsec ; then
112 xml_security_include_dir2="$xml_security_prefix/include/xsec"
144 @%:@include <xsec/utils/XSECPlatformUtils.hpp>
172 @%:@include <xsec/utils/XSECPlatformUtils.hpp>
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dp_saveg.cpp245 xsector_t *xsec = P_ToXSector(sec); in SV_WriteSector() local
249 if(xsec->xg) in SV_WriteSector()
291 Writer_WriteInt16(writer, xsec->special); in SV_WriteSector()
292 Writer_WriteInt16(writer, xsec->tag); in SV_WriteSector()
295 Writer_WriteInt16(writer, xsec->seqType); in SV_WriteSector()
311 if(xsec->xg) // Extended General? in SV_WriteSector()
320 xsector_t *xsec = P_ToXSector(sec); in SV_ReadSector() local
431 xsec->special = Reader_ReadInt16(reader); in SV_ReadSector()
435 xsec->seqType = seqtype_t(Reader_ReadInt16(reader)); in SV_ReadSector()
461 xsec->specialData = 0; in SV_ReadSector()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dcracklength.f44 real*8 co(3,*),costruc(3,*),xt(3,*),xsec(3),x1,x2,ca,cb,cc,cd,a, local
137 xsec(m)=(x2*costruc(m,n1)-x1*costruc(m,n2))/(x2-x1)
142 a=min(a,dsqrt((xsec(1)-costruc(1,jrel))**2+
143 & (xsec(2)-costruc(2,jrel))**2+
144 & (xsec(3)-costruc(3,jrel))**2))
/dports/graphics/vips/vips-8.12.0/fuzz/
H A Dmosaic_fuzzer.cc7 guint16 xsec; member
54 opt.xref, opt.yref, opt.xsec, opt.ysec, NULL ) ) { in LLVMFuzzerTestOneInput()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dtime.t36 ($xsec,$foo) = localtime($now);
39 isnt($sec, $xsec, 'localtime() list context');
67 ($xsec,$foo) = localtime($now);
69 isnt($sec, $xsec, 'gmtime() list conext');

12345