Home
last modified time | relevance | path

Searched refs:MAXSHORT (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/dports/archivers/libcabinet/libcabinet-0.30/
H A Dcftypes.cpp19 #ifndef MAXSHORT
24 #define MAXSHORT ((int16_t)~MINSHORT) macro
155 while (len > MAXSHORT) in io_read()
157 if(in.read((char*)buf, MAXSHORT).bad()) in io_read()
159 len -= (word) MAXSHORT; in io_read()
160 buf += (word) MAXSHORT; in io_read()
176 while(len > MAXSHORT) in io_write()
178 if(out.write((char*)buf, MAXSHORT).fail()) return WRITE_ERROR; in io_write()
179 len -= (word) MAXSHORT; in io_write()
180 buf += (word) MAXSHORT; in io_write()
/dports/math/topaz/topaz-3.41/topaz/
H A Dplotdata.cc488 if (abs(TempPoint->x) < MAXSHORT & abs(TempPoint->y) < MAXSHORT) in drawplot()
885 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
886 && fabs(TempDoublePoint1.y) < (double)MAXSHORT in drawplot()
887 && fabs(TempDoublePoint2.x) < (double)MAXSHORT in drawplot()
899 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
913 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
945 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
959 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
973 if (fabs(TempDoublePoint1.x) < (double)MAXSHORT in drawplot()
1017 if (fabs((*WorldX)[j]) < MAXSHORT && fabs((*WorldY)[j]) < MAXSHORT) in drawplot()
[all …]
H A Dtopazvalues.h34 #if !defined(MAXSHORT)
35 #define MAXSHORT SHRT_MAX macro
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dvalues.h31 #ifdef MAXSHORT
32 #undef MAXSHORT
58 #ifndef MAXSHORT
59 # define MAXSHORT SHRT_MAX macro
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Darith.c90 #define LOWDIGIT(u) ((u)&MAXSHORT)
189 if (divisor <= MAXSHORT) {
234 qhat = (HIGHDIGIT(u1u2) == v1) ? MAXSHORT : u1u2 / v1;
384 w.low = TOFRACTPEL(MAXSHORT);
391 ret = TOFRACTPEL(MAXSHORT);
430 w.low = TOFRACTPEL(MAXSHORT);
438 ret = TOFRACTPEL(MAXSHORT);
472 w.low = TOFRACTPEL(MAXSHORT);
478 ret = TOFRACTPEL(MAXSHORT);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/bitmap/
H A Dbitmaputil.c36 #ifndef MAXSHORT
37 #define MAXSHORT 32767 macro
45 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
/dports/x11-fonts/bdftopcf/bdftopcf-1.1/
H A Dbitmaputil.c37 #ifndef MAXSHORT
38 #define MAXSHORT 32767 macro
46 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/bitmap/
H A Dbitmaputil.c39 #ifndef MAXSHORT
40 #define MAXSHORT 32767 macro
48 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/bitmap/
H A Dbitmaputil.c37 #ifndef MAXSHORT
38 #define MAXSHORT 32767 macro
46 MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, MAXSHORT, 0xFFFF};
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Darith.h32 #ifdef MAXSHORT
33 #undef MAXSHORT
38 #define MAXSHORT ((1<<SHORTSIZE)-1) macro
H A Darith.c91 #define LOWDIGIT(u) ((u)&MAXSHORT)
176 if (divisor <= MAXSHORT) { in DLdiv()
221 qhat = (HIGHDIGIT(u1u2) == v1) ? MAXSHORT : u1u2 / v1; in DLdiv()
349 w.low = TOFRACTPEL(MAXSHORT); in FPmult()
379 w.low = TOFRACTPEL(MAXSHORT); in FPdiv()
406 w.low = TOFRACTPEL(MAXSHORT); in FPstarslash()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Ddoomtype.h207 #if ! defined(MAXSHORT) && defined( SHRT_MAX )
208 #define MAXSHORT SHRT_MAX macro
221 #ifndef MAXSHORT
224 #define MAXSHORT ((short)0x7fff)
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Darith.c93 #define LOWDIGIT(u) ((u)&MAXSHORT)
181 if (divisor <= MAXSHORT) {
226 qhat = (HIGHDIGIT(u1u2) == v1) ? MAXSHORT : u1u2 / v1;
345 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
378 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
411 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Darith.c93 #define LOWDIGIT(u) ((u)&MAXSHORT)
181 if (divisor <= MAXSHORT) {
226 qhat = (HIGHDIGIT(u1u2) == v1) ? MAXSHORT : u1u2 / v1;
345 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
378 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
411 int maxshort = MAXSHORT; /* To avoid that overflow warning (RMz) */
/dports/math/topaz/topaz-3.41/win32/
H A Ddraw.c88 if (f > (double)MAXSHORT) in posix()
89 f = (double)MAXSHORT; in posix()
90 else if (f < -(double)MAXSHORT) in posix()
91 f = -(double)MAXSHORT; in posix()
100 if (f > (double)MAXSHORT) in posiy()
101 f = (double)MAXSHORT; in posiy()
102 else if (f < -(double)MAXSHORT) in posiy()
103 f = -(double)MAXSHORT; in posiy()
769 Rectangle(dc, 0, 0, MAXSHORT, MAXSHORT); in drawline()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Ddoomtype.h44 #define MAXSHORT SHRT_MAX macro
56 #define MAXSHORT ((short)0x7fff) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Ddoomtype.h44 #define MAXSHORT SHRT_MAX macro
56 #define MAXSHORT ((short)0x7fff) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dh_type.h45 #define MAXSHORT SHRT_MAX macro
57 #define MAXSHORT ((short)0x7fff) macro
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dvalues.h74 #ifndef MAXSHORT
75 #define MAXSHORT ((short)~HIBITS) macro

12345678910>>...39