Home
last modified time | relevance | path

Searched refs:IVSIZE (Results 1 – 25 of 1216) sorted by relevance

12345678910>>...49

/dports/devel/p5-IPC-MMA/IPC-MMA-0.81/t/
H A D00_passthrus.t28 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
33 && $IVSIZE && $IVSIZE <= 16
44 . " IV size is $IVSIZE bytes, NV size is $NVSIZE bytes, $vers",
H A D04_fixedArray.t15 our ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS);
35 return unpack('i', randStr($IVSIZE));
37 return unpack('I', randStr($IVSIZE));
120 ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
125 && $IVSIZE && $IVSIZE <= 16
145 $var_size_bytes = $type < 0 ? ($IVSIZE, $IVSIZE, $NVSIZE)[$type - MM_INT_ARRAY]
148 my $MM_ARRAY_ROOT_SIZE = mm_round_up(2*$PSIZE + 3*$IVSIZE);
H A D08_tiedHash.t54 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
59 && $IVSIZE && $IVSIZE <= 16
63 my $MM_HASH_ROOT_SIZE = mm_round_up (2*$PSIZE + $IVSIZE);
H A D06_tiedScalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
24 && $IVSIZE && $IVSIZE <= 16
H A D01_scalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
25 && $IVSIZE && $IVSIZE <= 16
/dports/lang/perl5.34/perl-5.34.0/
H A Dpacksizetables.inc37 #if IVSIZE >= 8
55 /* j */ IVSIZE,
62 #if IVSIZE >= 8
137 /* j */ IVSIZE,
144 #if IVSIZE >= 8
173 #if IVSIZE >= 8
/dports/lang/perl5.30/perl-5.30.3/
H A Dpacksizetables.inc37 #if IVSIZE >= 8
55 /* j */ IVSIZE,
62 #if IVSIZE >= 8
137 /* j */ IVSIZE,
144 #if IVSIZE >= 8
173 #if IVSIZE >= 8
/dports/lang/perl5.32/perl-5.32.1/
H A Dpacksizetables.inc37 #if IVSIZE >= 8
55 /* j */ IVSIZE,
62 #if IVSIZE >= 8
137 /* j */ IVSIZE,
144 #if IVSIZE >= 8
173 #if IVSIZE >= 8
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpacksizetables.inc37 #if IVSIZE >= 8
55 /* j */ IVSIZE,
62 #if IVSIZE >= 8
137 /* j */ IVSIZE,
144 #if IVSIZE >= 8
173 #if IVSIZE >= 8
/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/TrapReceiver/
H A Dppport.h256 #if !defined(IVSIZE) && defined(LONGSIZE)
257 # define IVSIZE LONGSIZE macro
259 #ifndef IVSIZE
260 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
264 # define UVSIZE IVSIZE
278 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
496 # if IVSIZE == LONGSIZE
503 # if IVSIZE == INTSIZE
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/
H A Dppport.h256 #if !defined(IVSIZE) && defined(LONGSIZE)
257 # define IVSIZE LONGSIZE macro
259 #ifndef IVSIZE
260 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
264 # define UVSIZE IVSIZE
278 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
496 # if IVSIZE == LONGSIZE
503 # if IVSIZE == INTSIZE
/dports/devel/p5-Test-Taint/Test-Taint-1.08/
H A Dppport.h254 #if !defined(IVSIZE) && defined(LONGSIZE)
255 # define IVSIZE LONGSIZE macro
257 #ifndef IVSIZE
258 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
262 # define UVSIZE IVSIZE
276 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
494 # if IVSIZE == LONGSIZE
501 # if IVSIZE == INTSIZE
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dlimits32 IVSIZE
242 __UNDEFINED__ IVSIZE INTSIZE
252 __UNDEFINED__ IVSIZE LONGLONGSIZE
261 __UNDEFINED__ IVSIZE LONGSIZE
265 __UNDEFINED__ IVSIZE 8
280 #ifndef IVSIZE
282 # define IVSIZE LONGSIZE
284 # define IVSIZE 4 /* A bold guess, but the best we can make. */
289 __UNDEFINED__ UVSIZE IVSIZE
296 RETVAL = IVSIZE == sizeof(IV);
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dlimits32 IVSIZE
242 __UNDEFINED__ IVSIZE INTSIZE
252 __UNDEFINED__ IVSIZE LONGLONGSIZE
261 __UNDEFINED__ IVSIZE LONGSIZE
265 __UNDEFINED__ IVSIZE 8
280 #ifndef IVSIZE
282 # define IVSIZE LONGSIZE
284 # define IVSIZE 4 /* A bold guess, but the best we can make. */
289 __UNDEFINED__ UVSIZE IVSIZE
296 RETVAL = IVSIZE == sizeof(IV);
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dlimits32 IVSIZE
242 __UNDEFINED__ IVSIZE INTSIZE
252 __UNDEFINED__ IVSIZE LONGLONGSIZE
261 __UNDEFINED__ IVSIZE LONGSIZE
265 __UNDEFINED__ IVSIZE 8
280 #ifndef IVSIZE
282 # define IVSIZE LONGSIZE
284 # define IVSIZE 4 /* A bold guess, but the best we can make. */
289 __UNDEFINED__ UVSIZE IVSIZE
296 RETVAL = IVSIZE == sizeof(IV);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dlimits32 IVSIZE
242 __UNDEFINED__ IVSIZE INTSIZE
252 __UNDEFINED__ IVSIZE LONGLONGSIZE
261 __UNDEFINED__ IVSIZE LONGSIZE
265 __UNDEFINED__ IVSIZE 8
280 #ifndef IVSIZE
282 # define IVSIZE LONGSIZE
284 # define IVSIZE 4 /* A bold guess, but the best we can make. */
289 __UNDEFINED__ UVSIZE IVSIZE
296 RETVAL = IVSIZE == sizeof(IV);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dlimits32 IVSIZE
242 __UNDEFINED__ IVSIZE INTSIZE
252 __UNDEFINED__ IVSIZE LONGLONGSIZE
261 __UNDEFINED__ IVSIZE LONGSIZE
265 __UNDEFINED__ IVSIZE 8
280 #ifndef IVSIZE
282 # define IVSIZE LONGSIZE
284 # define IVSIZE 4 /* A bold guess, but the best we can make. */
289 __UNDEFINED__ UVSIZE IVSIZE
296 RETVAL = IVSIZE == sizeof(IV);
/dports/security/gpgdir/gpgdir-1.9.5/deps/TermReadKey/
H A Dppport.h257 #if !defined(IVSIZE) && defined(LONGSIZE)
258 # define IVSIZE LONGSIZE macro
260 #ifndef IVSIZE
261 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
265 # define UVSIZE IVSIZE
279 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
497 # if IVSIZE == LONGSIZE
504 # if IVSIZE == INTSIZE
/dports/devel/swig/swig-4.0.2/Lib/perl5/
H A Dperlhead.swg50 #ifndef IVSIZE
52 # define IVSIZE LONGSIZE
54 # define IVSIZE 4 /* A bold guess, but the best we can make. */
59 # if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
/dports/net/p5-Net-ARP/Net-ARP-1.0.11/
H A Dppport.h249 #if !defined(IVSIZE) && defined(LONGSIZE)
250 # define IVSIZE LONGSIZE macro
252 #ifndef IVSIZE
253 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
257 # define UVSIZE IVSIZE
271 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
489 # if IVSIZE == LONGSIZE
496 # if IVSIZE == INTSIZE
/dports/textproc/p5-HTML-Tidy/HTML-Tidy-1.60/
H A Dppport.h257 #if !defined(IVSIZE) && defined(LONGSIZE)
258 # define IVSIZE LONGSIZE macro
260 #ifndef IVSIZE
261 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
265 # define UVSIZE IVSIZE
279 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
497 # if IVSIZE == LONGSIZE
504 # if IVSIZE == INTSIZE
/dports/textproc/p5-HTML-Tidy5/HTML-Tidy5-1.06/
H A Dppport.h257 #if !defined(IVSIZE) && defined(LONGSIZE)
258 # define IVSIZE LONGSIZE macro
260 #ifndef IVSIZE
261 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
265 # define UVSIZE IVSIZE
279 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
497 # if IVSIZE == LONGSIZE
504 # if IVSIZE == INTSIZE
/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dppport.h265 #if !defined(IVSIZE) && defined(LONGSIZE)
266 # define IVSIZE LONGSIZE macro
268 #ifndef IVSIZE
269 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
273 # define UVSIZE IVSIZE
287 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
505 # if IVSIZE == LONGSIZE
512 # if IVSIZE == INTSIZE
/dports/www/p5-HTTP-HeaderParser-XS/HTTP-HeaderParser-XS-0.20/
H A Dppport.h265 #if !defined(IVSIZE) && defined(LONGSIZE)
266 # define IVSIZE LONGSIZE macro
268 #ifndef IVSIZE
269 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
273 # define UVSIZE IVSIZE
287 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
505 # if IVSIZE == LONGSIZE
512 # if IVSIZE == INTSIZE
/dports/science/grib_api/grib_api-1.28.0-Source/perl/GRIB-API/
H A Dppport.h265 #if !defined(IVSIZE) && defined(LONGSIZE)
266 # define IVSIZE LONGSIZE macro
268 #ifndef IVSIZE
269 # define IVSIZE 4 /* A bold guess, but the best we can make. */ macro
273 # define UVSIZE IVSIZE
287 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
505 # if IVSIZE == LONGSIZE
512 # if IVSIZE == INTSIZE

12345678910>>...49