Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 – 25 of 3620) sorted by relevance

12345678910>>...145

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DFreeType.h27 #ifdef SIZEOF_LONG
28 #define SIZEOF_LONG_OLD SIZEOF_LONG
29 #undef SIZEOF_LONG
32 #undef SIZEOF_LONG
33 #define SIZEOF_LONG SIZEOF_LONG_OLD macro
38 #undef SIZEOF_LONG
/dports/ftp/rexx-curl/RexxCURL-2.1.0/common/
H A Ddefines.h49 # define SIZEOF_LONG 4 macro
79 # define SIZEOF_LONG 4 macro
105 # define SIZEOF_LONG 4 macro
128 # define SIZEOF_LONG 4 macro
152 # define SIZEOF_LONG 4 macro
179 # define SIZEOF_LONG 4 macro
212 # define SIZEOF_LONG 4 macro
241 # define SIZEOF_LONG 4 macro
273 # define SIZEOF_LONG 4 macro
302 # define SIZEOF_LONG 4 macro
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A D_slint.h11 #define LONG_IS_INT (SIZEOF_INT == SIZEOF_LONG)
12 #define LONG_IS_NOT_INT (SIZEOF_INT != SIZEOF_LONG)
15 #define LLONG_IS_LONG (SIZEOF_LONG == SIZEOF_LONG_LONG)
16 #define LLONG_IS_NOT_LONG (SIZEOF_LONG != SIZEOF_LONG_LONG)
41 …f defined(HAVE_LONG_LONG) && (SIZEOF_OFF_T == SIZEOF_LONG_LONG) && (SIZEOF_LONG_LONG > SIZEOF_LONG)
69 # if SIZEOF_LONG == 2
93 # if SIZEOF_LONG == 4
117 # if SIZEOF_LONG == 8
/dports/math/qhull8/qhull-8.0.2/build/CMakeModules/
H A DCheckLFS.cmake38 check_type_size("long" SIZEOF_LONG)
40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG)
42 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG)
46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG)
67 check_type_size("long" SIZEOF_LONG)
69 if(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
71 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
73 else(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
75 endif(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
/dports/math/qhull/qhull-7.3.2/CMakeModules/
H A DCheckLFS.cmake38 check_type_size("long" SIZEOF_LONG)
40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG)
42 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG)
46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG)
67 check_type_size("long" SIZEOF_LONG)
69 if(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
71 elseif(SIZEOF_LONG GREATER SIZEOF_INT)
73 else(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
75 endif(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_drv_nif.h81 #ifdef SIZEOF_LONG
82 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
83 # undef SIZEOF_LONG
99 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
100 # error SIZEOF_LONG mismatch
111 #elif SIZEOF_LONG == 8
129 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_drv_nif.h81 #ifdef SIZEOF_LONG
82 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
83 # undef SIZEOF_LONG
99 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
100 # error SIZEOF_LONG mismatch
111 #elif SIZEOF_LONG == 8
129 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_drv_nif.h82 #ifdef SIZEOF_LONG
83 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
84 # undef SIZEOF_LONG
100 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
101 # error SIZEOF_LONG mismatch
112 #elif SIZEOF_LONG == 8
130 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_drv_nif.h82 #ifdef SIZEOF_LONG
83 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
84 # undef SIZEOF_LONG
100 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
101 # error SIZEOF_LONG mismatch
112 #elif SIZEOF_LONG == 8
130 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_drv_nif.h82 #ifdef SIZEOF_LONG
83 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
84 # undef SIZEOF_LONG
100 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
101 # error SIZEOF_LONG mismatch
112 #elif SIZEOF_LONG == 8
130 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_drv_nif.h79 #ifdef SIZEOF_LONG
80 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
81 # undef SIZEOF_LONG
97 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
98 # error SIZEOF_LONG mismatch
109 #elif SIZEOF_LONG == 8
127 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_drv_nif.h82 #ifdef SIZEOF_LONG
83 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
84 # undef SIZEOF_LONG
100 #if defined(SIZEOF_LONG_SAVED__) && SIZEOF_LONG_SAVED__ != SIZEOF_LONG
101 # error SIZEOF_LONG mismatch
112 #elif SIZEOF_LONG == 8
130 # if SIZEOF_LONG == SIZEOF_VOID_P
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A DkChinese.cc30 s+=SIZEOF_LONG; in send_number()
35 s+=SIZEOF_LONG; in send_number()
39 s+=SIZEOF_LONG; in send_number()
46 s+=SIZEOF_LONG; in send_number()
63 s+=SIZEOF_LONG; in get_number()
75 s+=SIZEOF_LONG; in get_number()
84 s+=SIZEOF_LONG; in get_number()
152 s+=SIZEOF_LONG; in send_poly()
156 s+=SIZEOF_LONG; in send_poly()
169 s+=SIZEOF_LONG; in get_poly()
[all …]
/dports/www/httrack/httrack-3.49.2/src/
H A Dmd5.h5 #ifndef SIZEOF_LONG
6 #define SIZEOF_LONG 4 macro
12 #if SIZEOF_LONG==8
14 #elif SIZEOF_LONG==4
17 #error undefined: SIZEOF_LONG
/dports/archivers/ucl/ucl-1.03/acc/
H A Dacc_type.h55 #elif (SIZEOF_LONG == 4)
76 # elif (SIZEOF_LONG > 4)
106 #elif (SIZEOF_LONG > 4)
111 # define SIZEOF_ACC_INT32L_T SIZEOF_LONG
126 #elif (SIZEOF_LONG >= 4)
131 # define SIZEOF_ACC_INT32F_T SIZEOF_LONG
157 #elif (SIZEOF_LONG >= 8)
162 # define SIZEOF_ACC_INT64L_T SIZEOF_LONG
202 #elif (SIZEOF_LONG >= SIZEOF_VOID_P)
205 # define SIZEOF_ACC_INTPTR_T SIZEOF_LONG
[all …]
/dports/emulators/aranym/aranym-1.1.0/atari/tools/
H A Dstripex.c54 #define SIZEOF_LONG 4 macro
56 #define SIZEOF_AEXEC (SIZEOF_SHORT + (6 * SIZEOF_LONG) + SIZEOF_SHORT)
188 if (read(fd, mybuf, SIZEOF_LONG) != SIZEOF_LONG) in relocate()
199 if (write(fd, mybuf, SIZEOF_LONG) != SIZEOF_LONG) in relocate()
220 res = read(from, mybuf, SIZEOF_LONG); in copy_relocs()
221 if (res != 0 && res != SIZEOF_LONG) in copy_relocs()
247 rbytes = SIZEOF_LONG; in copy_relocs()
297 unsigned char buf[2 * SIZEOF_LONG]; in strip()
312 read(fd, buf, (2 * SIZEOF_LONG)) != (2 * SIZEOF_LONG)) in strip()
327 magic2 = read_belong(buf + SIZEOF_LONG); in strip()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/include/
H A Derl_fixed_size_int_types.h46 #ifdef SIZEOF_LONG
47 # define SIZEOF_LONG_SAVED__ SIZEOF_LONG
48 # undef SIZEOF_LONG
80 # if SIZEOF_LONG != SIZEOF_LONG_SAVED__
94 #if SIZEOF_LONG == 8
110 #if SIZEOF_LONG == 4
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtypes.h97 #ifndef SIZEOF_LONG
98 #define SIZEOF_LONG 4 macro
149 #if SIZEOF_LONG != 4
205 #elif SIZEOF_LONG == 4
261 #elif defined(SIZEOF_LONG) && (SIZEOF_LONG == 8)
360 #if SIZEOF_LONG >= SIZEOF_VOID_P
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Drsync.h233 #define SIZEOF_OFF_T SIZEOF_LONG
277 #elif SIZEOF_LONG == 4
286 #elif SIZEOF_LONG > 4
288 # define SIZEOF_INT32 SIZEOF_LONG
324 #elif SIZEOF_LONG == 8
342 #elif SIZEOF_LONG > 8
344 # define SIZEOF_INT64 SIZEOF_LONG

12345678910>>...145