HomeSort by relevance Sort by last modified time
    Searched refs:PTRSIZE (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 59 #define PTRSIZE 200
sed0.c 46 union reptr ptrspace[PTRSIZE];
92 ptrend = &ptrspace[PTRSIZE];
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pad.h 25 #if PTRSIZE == 4
28 # if PTRSIZE == 8
uconfig.h     [all...]
perl.h 1152 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
1156 # if PTRSIZE == LONGSIZE
1167 #if PTRSIZE == LONGSIZE
    [all...]
perl.c 1162 ~(UV)(PTRSIZE == 4 ? 3 : PTRSIZE == 8 ? 7 : PTRSIZE == 16 ? 15 : 0);
1173 * PTRSIZE bytes. As long as no system has something bizarre
1188 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
1209 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
1224 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
    [all...]
sv.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
HiRes.xs 88 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
92 # if PTRSIZE == LONGSIZE
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
bytecode.h 382 BGET_U32(sz); /* ptrsize */ \
383 if (sz != PTRSIZE) { \
384 HEADER_FAIL("different PTRSIZE"); \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
Storable.xs 410 #if PTRSIZE <= 4
    [all...]

Completed in 4320 milliseconds