Home
last modified time | relevance | path

Searched refs:SHORTSIZE (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Darith.h42 #define SHORTSIZE (sizeof(SHORT)*8) macro
43 #define LONGSIZE (SHORTSIZE*2)
44 #define MAXSHORT ((1<<SHORTSIZE)-1)
H A Darith.c87 #define ASSEMBLE(hi,lo) ((((ULONG)hi)<<SHORTSIZE)+(lo))
92 #define HIGHDIGIT(u) ((u)>>SHORTSIZE)
251 t |= -1 << SHORTSIZE;
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Darith.h42 #define SHORTSIZE (sizeof(SHORT)*8) macro
43 #define LONGSIZE (SHORTSIZE*2)
44 #define MAXSHORT ((1<<SHORTSIZE)-1)
H A Darith.c87 #define ASSEMBLE(hi,lo) ((((ULONG)hi)<<SHORTSIZE)+(lo))
92 #define HIGHDIGIT(u) ((u)>>SHORTSIZE)
251 t |= -1 << SHORTSIZE;
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Darith.h42 #define SHORTSIZE (sizeof(short)*8) macro
43 #define LONGSIZE (SHORTSIZE*2)
44 #define MAXSHORT ((1<<SHORTSIZE)-1)
H A Darith.c84 #define ASSEMBLE(hi,lo) ((((unsigned long)hi)<<SHORTSIZE)+(lo))
89 #define HIGHDIGIT(u) ((u)>>SHORTSIZE)
259 t |= -1 << SHORTSIZE;
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Darith.h36 #define SHORTSIZE (sizeof(SHORT)*8) macro
37 #define INT32SIZE (SHORTSIZE*2)
38 #define MAXSHORT ((1<<SHORTSIZE)-1)
H A Darith.c85 #define ASSEMBLE(hi,lo) ((((uint32_t)hi)<<SHORTSIZE)+(lo))
90 #define HIGHDIGIT(u) ((u)>>SHORTSIZE)
246 t |= -1 << SHORTSIZE; in DLdiv()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DDrawElementsUShort.cpp37 if (size()!=0) out->writeCharArray((const char*)&front(), size() * SHORTSIZE); in write()
57 in->readCharArray((char*)&front(), size * SHORTSIZE); in read()
63 osg::swapBytes((char *)&((*this)[i]),SHORTSIZE) ; in read()
H A DDataTypeSize.h7 #define SHORTSIZE 2 macro
H A DDataInputStream.cpp332 _istream->read((char*)&s, SHORTSIZE); in readUShort()
338 if (_byteswap) osg::swapBytes((char *)&s,SHORTSIZE); in readUShort()
681 _istream->read((char*)&((*a)[0]), SHORTSIZE*size); in readUShortArray()
694 osg::swapBytes((char *)&((*a)[i]),SHORTSIZE) ; in readUShortArray()
1001 _istream->read((char*)&((*a)[0]), SHORTSIZE * 2 * size); in readVec2sArray()
1016 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec2sArray()
1031 _istream->read((char*)&((*a)[0]), SHORTSIZE * 3 * size); in readVec3sArray()
1047 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec3sArray()
1062 _istream->read((char*)&((*a)[0]), SHORTSIZE * 4 * size); in readVec4sArray()
1077 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec4sArray()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DDrawElementsUShort.cpp37 if (size()!=0) out->writeCharArray((const char*)&front(), size() * SHORTSIZE); in write()
57 in->readCharArray((char*)&front(), size * SHORTSIZE); in read()
63 osg::swapBytes((char *)&((*this)[i]),SHORTSIZE) ; in read()
H A DDataTypeSize.h7 #define SHORTSIZE 2 macro
H A DDataInputStream.cpp334 _istream->read((char*)&s, SHORTSIZE); in readUShort()
340 if (_byteswap) osg::swapBytes((char *)&s,SHORTSIZE); in readUShort()
683 _istream->read((char*)&((*a)[0]), SHORTSIZE*size); in readUShortArray()
696 osg::swapBytes((char *)&((*a)[i]),SHORTSIZE) ; in readUShortArray()
1003 _istream->read((char*)&((*a)[0]), SHORTSIZE * 2 * size); in readVec2sArray()
1018 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec2sArray()
1033 _istream->read((char*)&((*a)[0]), SHORTSIZE * 3 * size); in readVec3sArray()
1049 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec3sArray()
1064 _istream->read((char*)&((*a)[0]), SHORTSIZE * 4 * size); in readVec4sArray()
1079 osg::swapBytes((char *)&(ptr[i]), SHORTSIZE) ; in readVec4sArray()
/dports/mail/libmilter/sendmail-8.16.1/contrib/
H A Dbitdomain.c32 #define SHORTSIZE 2 /* size of a short (really, must be 2) */ macro
289 ap += SHORTSIZE + LONGSIZE;
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/todo/
H A D500400045 SHORTSIZE # E
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500400041 SHORTSIZE # E
/dports/lang/perl5.30/perl-5.30.3/
H A Duconfig.h763 #define SHORTSIZE 2 /**/ macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Duconfig.h763 #define SHORTSIZE 2 /**/ macro
/dports/lang/perl5.32/perl-5.32.1/
H A Duconfig.h763 #define SHORTSIZE 2 /**/ macro
/dports/lang/perl5.34/perl-5.34.0/
H A Duconfig.h763 #define SHORTSIZE 2 /**/ macro
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCglobl.h127 #define SHORTSIZE port->s.short_size macro
/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dsymtab.h150 #define SHORTSIZE 1 macro
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D5004000135 SHORTSIZE # K added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D5004000135 SHORTSIZE # K added by devel/scanprov

1234