Home
last modified time | relevance | path

Searched refs:PACK_SIZE_UNPREDICTABLE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpacksizetables.inc45 /* U */ sizeof(char) | PACK_SIZE_UNPREDICTABLE,
47 /* W */ sizeof(unsigned char) | PACK_SIZE_UNPREDICTABLE,
71 /* w */ sizeof(char) | PACK_SIZE_UNPREDICTABLE | PACK_SIZE_CANNOT_CSUM,
153 /* w */ sizeof(char) | PACK_SIZE_UNPREDICTABLE | PACK_SIZE_CANNOT_CSUM,
181 /* U */ sizeof(char) | PACK_SIZE_UNPREDICTABLE,
183 /* W */ sizeof(unsigned char) | PACK_SIZE_UNPREDICTABLE,
H A Dpp_pack.c234 #define PACK_SIZE_UNPREDICTABLE 0x40 /* Not a fixed size element */ macro
2153 if (props && !(props & PACK_SIZE_UNPREDICTABLE)) { in S_pack_rec()