Searched defs:SIZE16 (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_pack.c | 52 #define SIZE16 2 macro 58 #if SHORTSIZE != SIZE16 || LONGSIZE != SIZE32 68 # define OFF16(p) ((char*)(p) + (sizeof(U16) - SIZE16)) 74 # define COPY16(s,p) (*(p) = 0, Copy(s, OFF16(p), SIZE16, char)) 77 # define CAT16(sv,p) sv_catpvn(sv, OFF16(p), SIZE16) 80 # define COPY16(s,p) Copy(s, p, SIZE16, char) 83 # define CAT16(sv,p) sv_catpvn(sv, (char*)(p), SIZE16) 231 #if SHORTSIZE != SIZE16 238 size = SIZE16; 241 #if SHORTSIZE != SIZE16 [all...] |
Completed in 20 milliseconds