Searched defs:SIZE32 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c53 #define SIZE32 4 macro
58 #if SHORTSIZE != SIZE16 || LONGSIZE != SIZE32
69 # define OFF32(p) ((char*)(p) + (sizeof(U32) - SIZE32))
75 # define COPY32(s,p) (*(p) = 0, Copy(s, OFF32(p), SIZE32, char))
78 # define CAT32(sv,p) sv_catpvn(sv, OFF32(p), SIZE32)
81 # define COPY32(s,p) Copy(s, p, SIZE32, char)
84 # define CAT32(sv,p) sv_catpvn(sv, (char*)(p), SIZE32)
267 #if LONGSIZE != SIZE32
274 size = SIZE32;
277 #if LONGSIZE != SIZE32
[all...]

Completed in 15 milliseconds